mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 17:59:52 +00:00
ruby: use gem-compile gem instead of some scripts to create binary gems
This commit is contained in:
parent
6c6df1adaf
commit
7c863c341e
4 changed files with 4 additions and 39 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue