ruby: use gem-compile gem instead of some scripts to create binary gems

This commit is contained in:
frsyuki
2010-04-02 02:19:41 +09:00
parent 6c6df1adaf
commit 7c863c341e
4 changed files with 4 additions and 39 deletions

View File

@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.name = "msgpack"
s.version = "0.3.4"
s.version = "0.3.5"
s.summary = "MessagePack, a binary-based efficient data interchange format."
s.author = "FURUHASHI Sadayuki"
s.email = "frsyuki@users.sourceforge.jp"