summaryrefslogtreecommitdiff
path: root/ruby
diff options
context:
space:
mode:
authorfrsyuki <frsyuki@5a5092ae-2292-43ba-b2d5-dcab9c1a2731>2009-02-15 09:09:57 +0000
committerfrsyuki <frsyuki@5a5092ae-2292-43ba-b2d5-dcab9c1a2731>2009-02-15 09:09:57 +0000
commita721837ed0c1b9783deb72a09d51dfad79411262 (patch)
treec5baa0b6384c036b45aae78062026bfc0c7b8f80 /ruby
parentb5f13e7d26e88f4c12675a14b62dda3cd3bc9598 (diff)
downloadmsgpack-python-a721837ed0c1b9783deb72a09d51dfad79411262.tar.gz
lang/c/msgpack: added license notifications
git-svn-id: file:///Users/frsyuki/project/msgpack-git/svn/x@60 5a5092ae-2292-43ba-b2d5-dcab9c1a2731
Diffstat (limited to 'ruby')
-rw-r--r--ruby/gem/Manifest.txt1
-rw-r--r--ruby/gem/lib/msgpack/version.rb4
-rwxr-xr-xruby/gengem.sh (renamed from ruby/gem.sh)1
3 files changed, 2 insertions, 4 deletions
diff --git a/ruby/gem/Manifest.txt b/ruby/gem/Manifest.txt
index fac8555..299a4e0 100644
--- a/ruby/gem/Manifest.txt
+++ b/ruby/gem/Manifest.txt
@@ -13,7 +13,6 @@ ext/unpack.c
ext/unpack.h
ext/unpack_context.h
ext/unpack_inline.c
-msgpack/pack/inline_context.h
msgpack/pack/inline_impl.h
msgpack/unpack/inline_context.h
msgpack/unpack/inline_impl.h
diff --git a/ruby/gem/lib/msgpack/version.rb b/ruby/gem/lib/msgpack/version.rb
index 44d1dc0..c65972f 100644
--- a/ruby/gem/lib/msgpack/version.rb
+++ b/ruby/gem/lib/msgpack/version.rb
@@ -1,8 +1,8 @@
module MessagePack
module VERSION #:nodoc:
MAJOR = 0
- MINOR = 0
- TINY = 1
+ MINOR = 1
+ TINY = 0
STRING = [MAJOR, MINOR, TINY].join('.')
end
diff --git a/ruby/gem.sh b/ruby/gengem.sh
index 9d9f429..4f8623c 100755
--- a/ruby/gem.sh
+++ b/ruby/gengem.sh
@@ -10,7 +10,6 @@ cp unpack.h gem/ext/
cp unpack_context.h gem/ext/
cp unpack_inline.c gem/ext/
cp ../README gem/README.txt
-cp ../msgpack/pack/inline_context.h gem/msgpack/pack/
cp ../msgpack/pack/inline_impl.h gem/msgpack/pack/
cp ../msgpack/unpack/inline_context.h gem/msgpack/unpack/
cp ../msgpack/unpack/inline_impl.h gem/msgpack/unpack/