summaryrefslogtreecommitdiff
path: root/ruby/makegem.sh
diff options
context:
space:
mode:
authorfrsyuki <frsyuki@users.sourceforge.jp>2010-06-29 14:54:09 +0900
committerfrsyuki <frsyuki@users.sourceforge.jp>2010-06-29 14:54:09 +0900
commit9fffa9800ae4b09180d2b892f1f70215534a874b (patch)
tree8105d93751a78f8e9a26a180c2f481ef99f12cba /ruby/makegem.sh
parent82a5dd6cf9a49f6ffa444d5fc0ba5d4e3f10eb3e (diff)
downloadmsgpack-python-9fffa9800ae4b09180d2b892f1f70215534a874b.tar.gz
ruby: fixes RDoc of Unpacker#execute and Unpacker#execute_impl
Diffstat (limited to 'ruby/makegem.sh')
-rwxr-xr-xruby/makegem.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/ruby/makegem.sh b/ruby/makegem.sh
index 827f452..d21f06a 100755
--- a/ruby/makegem.sh
+++ b/ruby/makegem.sh
@@ -19,6 +19,8 @@ cp ../test/cases.json test/
gem build msgpack.gemspec
+rdoc rbinit.c pack.c unpack.c
+
if [ $? -eq 0 ]; then
rm -rf ext msgpack test/msgpack_test.rb
fi