about summary refs log tree commit
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2012-10-04 17:08:27 -0700
committerEric Wong <normalperson@yhbt.net>2012-10-04 17:08:27 -0700
commitd2b6e41d393e5562063edc6a1aa87e014a0ddc75 (patch)
treecddb164a821e7ceacb228812f1dd4f9b5e20e0ff
parent7924ac484e8fc6abdbb3bf17321b08aaa190cb7a (diff)
downloadrpatricia-d2b6e41d393e5562063edc6a1aa87e014a0ddc75.tar.gz
rpatricia 1.0 v1.0
- Add Patricia#nodes methods to return all nodes as a Hash
-rw-r--r--Changes3
-rw-r--r--rpatricia.gemspec2
2 files changed, 4 insertions, 1 deletions
diff --git a/Changes b/Changes
index 1c8fb3e..db7f6f8 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,6 @@
+1.0 2012/10/05
+ - Add Patricia#nodes methods to return all nodes as a Hash
+
 0.09 2012/07/18
  - fix bounds error leading to "invalid prefix" exceptions
 
diff --git a/rpatricia.gemspec b/rpatricia.gemspec
index cc611e5..b688013 100644
--- a/rpatricia.gemspec
+++ b/rpatricia.gemspec
@@ -3,7 +3,7 @@
 
 Gem::Specification.new do |s|
   s.name = %q{rpatricia}
-  s.version = %q{0.09} # remember to update Changes if this is changed
+  s.version = %q{1.0} # remember to update Changes if this is changed
 
   s.homepage = "http://www.goto.info.waseda.ac.jp/~tatsuya/rpatricia/"