Ruby binding: add MessagePack::unpack_limit, MessagePack::Unpacker#execute_limit

git-svn-id: file:///Users/frsyuki/project/msgpack-git/svn/x@96 5a5092ae-2292-43ba-b2d5-dcab9c1a2731
This commit is contained in:
frsyuki
2009-02-15 09:10:01 +00:00
parent e893dde57e
commit 2c7cdd5f40
3 changed files with 25 additions and 11 deletions

View File

@@ -1,8 +1,8 @@
module MessagePack
module VERSION #:nodoc:
MAJOR = 0
MINOR = 2
TINY = 2
MINOR = 3
TINY = 0
STRING = [MAJOR, MINOR, TINY].join('.')
end