about summary refs log tree commit
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-03-14 20:52:38 -0700
committerEric Wong <normalperson@yhbt.net>2010-03-14 20:52:38 -0700
commiteea2111f6190c7f42c548c4bde3110834447a2fb (patch)
treeab11f83f325eda244b50c45141df160013715999
parentecda5e2c47eb09e7c3db1f21775a5790f2773605 (diff)
downloadrpatricia-eea2111f6190c7f42c548c4bde3110834447a2fb.tar.gz
rpatricia 0.05 gem v0.05
- reorganized directory layout
  no chance of accidentally having 'extconf' in the require path
-rw-r--r--Changes3
-rw-r--r--rpatricia.gemspec2
2 files changed, 3 insertions, 2 deletions
diff --git a/Changes b/Changes
index 25c8531..a832e2a 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
-0.05 2010/03/??
+0.05 2010/03/12
  - reorganized directory layout
+   no chance of accidentally having 'extconf' in the require path
 
 0.04 2008/2/19
  - fixed the bug of "clear" method (destroy)
diff --git a/rpatricia.gemspec b/rpatricia.gemspec
index 9898f35..9a66e40 100644
--- a/rpatricia.gemspec
+++ b/rpatricia.gemspec
@@ -3,7 +3,7 @@
 
 Gem::Specification.new do |s|
   s.name = %q{rpatricia}
-  s.version = %q{0.05pre} # remember to update Changes if this is changed
+  s.version = %q{0.05} # remember to update Changes if this is changed
 
   s.homepage = "http://www.goto.info.waseda.ac.jp/~tatsuya/rpatricia/"