mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-20 13:33:51 +01:00
ruby: 0.3.8
This commit is contained in:
parent
d24193630e
commit
60fbaf7612
1
ruby/AUTHORS
Normal file
1
ruby/AUTHORS
Normal file
@ -0,0 +1 @@
|
||||
FURUHASHI Sadayuki <frsyuki _at_ users.sourceforge.jp>
|
0
ruby/ChangeLog
Normal file
0
ruby/ChangeLog
Normal file
@ -8,8 +8,6 @@ cp pack.h ext/
|
||||
cp rbinit.c ext/
|
||||
cp unpack.c ext/
|
||||
cp unpack.h ext/
|
||||
cp ../AUTHORS ./
|
||||
cp ../ChangeLog ./
|
||||
cp ../msgpack/pack_define.h msgpack/
|
||||
cp ../msgpack/pack_template.h msgpack/
|
||||
cp ../msgpack/unpack_define.h msgpack/
|
||||
@ -20,7 +18,7 @@ cat msgpack_test.rb | sed "s/require ['\"]msgpack['\"]/require File.dirname(__FI
|
||||
gem build msgpack.gemspec
|
||||
|
||||
if [ $? -eq 0 ]; then
|
||||
rm -rf ext msgpack AUTHORS ChangeLog test/msgpack_test.rb
|
||||
rm -rf ext msgpack test/msgpack_test.rb
|
||||
fi
|
||||
|
||||
# gem install gem-compile # on msys
|
||||
|
@ -1,7 +1,7 @@
|
||||
Gem::Specification.new do |s|
|
||||
s.platform = Gem::Platform::RUBY
|
||||
s.name = "msgpack"
|
||||
s.version = "0.3.7"
|
||||
s.version = "0.3.8"
|
||||
s.summary = "MessagePack, a binary-based efficient data interchange format."
|
||||
s.author = "FURUHASHI Sadayuki"
|
||||
s.email = "frsyuki@users.sourceforge.jp"
|
||||
|
Loading…
x
Reference in New Issue
Block a user