mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 17:59:52 +00:00
ruby: MessagePack::VERSION constant
This commit is contained in:
parent
34a29cd0a5
commit
123ae024c6
6 changed files with 15 additions and 4 deletions
|
|
@ -1,7 +1,8 @@
|
|||
require './version.rb'
|
||||
Gem::Specification.new do |s|
|
||||
s.platform = Gem::Platform::RUBY
|
||||
s.name = "msgpack"
|
||||
s.version = "0.4.2"
|
||||
s.version = MessagePack::VERSION
|
||||
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