mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 17:59:52 +00:00
ruby: fixes RDoc of Unpacker#execute and Unpacker#execute_impl
This commit is contained in:
parent
82a5dd6cf9
commit
9fffa9800a
2 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue