mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 02:09:59 +00:00
update ruby/msgpack.gemspec
This commit is contained in:
parent
5fcf1d590b
commit
d58d3ed2b0
1 changed files with 4 additions and 3 deletions
|
|
@ -1,11 +1,12 @@
|
|||
Gem::Specification.new do |s|
|
||||
s.platform = Gem::Platform::CURRENT
|
||||
s.name = "msgpack"
|
||||
s.version = "0.2.2"
|
||||
s.version = "0.3.0"
|
||||
s.summary = "MessagePack"
|
||||
s.author = "FURUHASHI Sadayuki"
|
||||
s.email = "frsyuki _at_ users.sourceforge.jp"
|
||||
s.homepage = "https://launchpad.net/msgpack/"
|
||||
s.email = "frsyuki@users.sourceforge.jp"
|
||||
s.homepage = "http://msgpack.sourceforge.jp/"
|
||||
s.rubyforge_project = "msgpack"
|
||||
s.require_paths = ["lib", "ext"]
|
||||
s.files = ["lib/**/*", "ext/**/*"].map {|g| Dir.glob(g) }.flatten
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue