mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-19 04:52:59 +01:00

git-svn-id: file:///Users/frsyuki/project/msgpack-git/svn/x@94 5a5092ae-2292-43ba-b2d5-dcab9c1a2731
12 lines
386 B
Ruby
Executable File
12 lines
386 B
Ruby
Executable File
Gem::Specification.new do |s|
|
|
s.platform = Gem::Platform::CURRENT
|
|
s.name = "msgpack"
|
|
s.version = "0.2.2"
|
|
s.summary = "MessagePack"
|
|
s.author = "FURUHASHI Sadayuki"
|
|
s.email = "frsyuki _at_ users.sourceforge.jp"
|
|
s.homepage = "https://launchpad.net/msgpack/"
|
|
s.require_paths = ["lib", "ext"]
|
|
s.files = ["lib/**/*", "ext/**/*"].map {|g| Dir.glob(g) }.flatten
|
|
end
|