mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 17:59:52 +00:00
merge 0.2.2
git-svn-id: file:///Users/frsyuki/project/msgpack-git/svn/x@94 5a5092ae-2292-43ba-b2d5-dcab9c1a2731
This commit is contained in:
parent
cbf2be8db4
commit
823add403e
5 changed files with 27 additions and 5 deletions
11
ruby/msgpack.gemspec
Executable file
11
ruby/msgpack.gemspec
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue