about summary refs log tree commit
path: root/rpatricia.gemspec
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-09-23 13:18:26 -0700
committerEric Wong <normalperson@yhbt.net>2010-09-23 13:18:26 -0700
commit86be024b138239f1c802a95934155ab4e8d01b64 (patch)
tree7c8f6961ea4871e6d012624fca46cce4f90fb248 /rpatricia.gemspec
parent79f22da9c87d295bd39ea24250c2d64df8110cc9 (diff)
downloadrpatricia-86be024b138239f1c802a95934155ab4e8d01b64.tar.gz
rpatricia 0.07 v0.07
* fix segfault from unpredictable GC ordering
  when node objects outlive the trees they come from
Diffstat (limited to 'rpatricia.gemspec')
-rw-r--r--rpatricia.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpatricia.gemspec b/rpatricia.gemspec
index e70b84f..d15bcfc 100644
--- a/rpatricia.gemspec
+++ b/rpatricia.gemspec
@@ -3,7 +3,7 @@
 
 Gem::Specification.new do |s|
   s.name = %q{rpatricia}
-  s.version = %q{0.06} # remember to update Changes if this is changed
+  s.version = %q{0.07} # remember to update Changes if this is changed
 
   s.homepage = "http://www.goto.info.waseda.ac.jp/~tatsuya/rpatricia/"