mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-19 04:52:59 +01:00
13 lines
416 B
Ruby
Executable File
13 lines
416 B
Ruby
Executable File
Gem::Specification.new do |s|
|
|
s.platform = Gem::Platform::CURRENT
|
|
s.name = "msgpack"
|
|
s.version = "0.3.1"
|
|
s.summary = "MessagePack"
|
|
s.author = "FURUHASHI Sadayuki"
|
|
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
|