about summary refs log tree commit
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2014-01-28 18:50:36 +0000
committerEric Wong <normalperson@yhbt.net>2014-01-28 18:54:38 +0000
commit0d6d0a543d10e2e695b85855dbd2b15389ead70a (patch)
tree5bb2869c46d8119ba0b30ebe202d4231cbea28b7
parent45984ec1dc103730077884decb33e7444b66f174 (diff)
downloadrpatricia-master.tar.gz
rpatricia 1.0.1 HEAD v1.0.1 master
Apollon Oikonomopoulos (1):
      Update libpatricia license

Eric Wong (4):
      patricia.c: include limits.h for CHAR_BIT macro
      gemspec: update path for credits.txt
      rpatricia license to LGPLv2.1+
      rpatricia.gemspec: add missing files
-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