mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-25 10:09:11 +01:00
ruby: fixes 'File not found: lib' message on gem installation
This commit is contained in:
parent
7c863c341e
commit
11286524a5
@ -1,7 +1,7 @@
|
||||
Gem::Specification.new do |s|
|
||||
s.platform = Gem::Platform::RUBY
|
||||
s.name = "msgpack"
|
||||
s.version = "0.3.5"
|
||||
s.version = "0.3.6"
|
||||
s.summary = "MessagePack, a binary-based efficient data interchange format."
|
||||
s.author = "FURUHASHI Sadayuki"
|
||||
s.email = "frsyuki@users.sourceforge.jp"
|
||||
@ -9,8 +9,8 @@ Gem::Specification.new do |s|
|
||||
s.rubyforge_project = "msgpack"
|
||||
s.has_rdoc = false
|
||||
s.extra_rdoc_files = ["README", "ChangeLog", "AUTHORS"]
|
||||
s.require_paths = ["lib", "ext"]
|
||||
s.files = Dir["lib/**/*", "ext/**/*", "msgpack/**/*", "test/**/*"]
|
||||
s.require_paths = ["ext"]
|
||||
s.files = Dir["ext/**/*", "msgpack/**/*", "test/**/*"]
|
||||
s.test_files = Dir["test/test_*.rb"]
|
||||
s.extensions = Dir["ext/**/extconf.rb"]
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user