mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 02:09:59 +00:00
ruby: don't use rb_enc_set/get on ruby 1.8
This commit is contained in:
parent
293293c23c
commit
3fbcde4bd7
2 changed files with 12 additions and 6 deletions
|
|
@ -1,7 +1,7 @@
|
|||
Gem::Specification.new do |s|
|
||||
s.platform = Gem::Platform::RUBY
|
||||
s.name = "msgpack"
|
||||
s.version = "0.4.0"
|
||||
s.version = "0.4.1"
|
||||
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