mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 02:09:59 +00:00
ruby: update gemspec
This commit is contained in:
parent
5fa589691c
commit
94c3998507
5 changed files with 25 additions and 17 deletions
|
|
@ -1,14 +1,14 @@
|
|||
Gem::Specification.new do |s|
|
||||
s.platform = Gem::Platform::RUBY
|
||||
s.name = "msgpack"
|
||||
s.version = "0.3.9"
|
||||
s.version = "0.4.0"
|
||||
s.summary = "MessagePack, a binary-based efficient data interchange format."
|
||||
s.author = "FURUHASHI Sadayuki"
|
||||
s.email = "frsyuki@users.sourceforge.jp"
|
||||
s.homepage = "http://msgpack.sourceforge.net/"
|
||||
s.rubyforge_project = "msgpack"
|
||||
s.has_rdoc = false
|
||||
s.extra_rdoc_files = ["README", "ChangeLog", "AUTHORS"]
|
||||
s.has_rdoc = true
|
||||
s.rdoc_options = ["ext"]
|
||||
s.require_paths = ["lib"]
|
||||
s.files = Dir["ext/**/*", "msgpack/**/*", "test/**/*"]
|
||||
s.test_files = Dir["test/test_*.rb"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue