summaryrefslogtreecommitdiff
path: root/ruby/gem
diff options
context:
space:
mode:
Diffstat (limited to 'ruby/gem')
-rw-r--r--ruby/gem/Manifest.txt1
-rw-r--r--ruby/gem/lib/msgpack/version.rb4
2 files changed, 2 insertions, 3 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