summaryrefslogtreecommitdiff
path: root/ruby
diff options
context:
space:
mode:
authorfrsyuki <frsyuki@users.sourceforge.jp>2010-06-29 15:39:47 +0900
committerfrsyuki <frsyuki@users.sourceforge.jp>2010-06-29 15:39:47 +0900
commit20de730541475516aa7a6361af1d1b5e4ea574b8 (patch)
tree78e86f652742c4dad6254adc5e1422876118cc78 /ruby
parent134c27c900a7f535e695464bd04332444b9a01a7 (diff)
downloadmsgpack-python-20de730541475516aa7a6361af1d1b5e4ea574b8.tar.gz
ruby: 0.4.3
Diffstat (limited to 'ruby')
-rw-r--r--ruby/ChangeLog6
-rwxr-xr-xruby/makegem.sh1
2 files changed, 7 insertions, 0 deletions
diff --git a/ruby/ChangeLog b/ruby/ChangeLog
index e69de29..d3a7282 100644
--- a/ruby/ChangeLog
+++ b/ruby/ChangeLog
@@ -0,0 +1,6 @@
+
+2010-06-29 version 0.4.3:
+
+ * Adds MessagePack::VERSION constant
+ * Fixes SEGV problem caused by GC bug at MessagePack_Unpacker_mark
+
diff --git a/ruby/makegem.sh b/ruby/makegem.sh
index d21f06a..bf30cd4 100755
--- a/ruby/makegem.sh
+++ b/ruby/makegem.sh
@@ -8,6 +8,7 @@ cp pack.h ext/
cp rbinit.c ext/
cp unpack.c ext/
cp unpack.h ext/
+cp version.rb ext/
cp ../msgpack/pack_define.h msgpack/
cp ../msgpack/pack_template.h msgpack/
cp ../msgpack/unpack_define.h msgpack/