about summary refs log tree commit
diff options
context:
space:
mode:
-rw-r--r--Changes4
-rw-r--r--rpatricia.gemspec4
2 files changed, 6 insertions, 2 deletions
diff --git a/Changes b/Changes
index db7f6f8..9431a3e 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+1.0.1 2014/01/28
+ - Update license to LGPLv2.1+
+ - missing CHAR_BIT macro for some platforms
+
 1.0 2012/10/05
  - Add Patricia#nodes methods to return all nodes as a Hash
 
diff --git a/rpatricia.gemspec b/rpatricia.gemspec
index d6d107c..f622626 100644
--- a/rpatricia.gemspec
+++ b/rpatricia.gemspec
@@ -3,7 +3,7 @@
 
 Gem::Specification.new do |s|
   s.name = %q{rpatricia}
-  s.version = %q{1.0} # remember to update Changes if this is changed
+  s.version = %q{1.0.1} # remember to update Changes if this is changed
 
   s.homepage = "http://www.goto.info.waseda.ac.jp/~tatsuya/rpatricia/"
 
@@ -30,7 +30,7 @@ I have modified some interfaces for the Ruby wrapper version.
 Changes
 README
 TODO
-COPYRIGHT
+COPYING
 LGPL-2.1
 ext/rpatricia/credits.txt
 ext/rpatricia/extconf.rb