mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 17:59:52 +00:00
ruby fixes gemspec: require_paths = ["lib"]
This commit is contained in:
parent
88c77b793f
commit
93c3cbeaef
2 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ Gem::Specification.new do |s|
|
|||
s.rubyforge_project = "msgpack"
|
||||
s.has_rdoc = false
|
||||
s.extra_rdoc_files = ["README", "ChangeLog", "AUTHORS"]
|
||||
s.require_paths = ["ext"]
|
||||
s.require_paths = ["lib"]
|
||||
s.files = Dir["ext/**/*", "msgpack/**/*", "test/**/*"]
|
||||
s.test_files = Dir["test/test_*.rb"]
|
||||
s.extensions = Dir["ext/**/extconf.rb"]
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
require 'test/unit'
|
||||
require File.dirname(__FILE__) + '/../ext/msgpack'
|
||||
require File.dirname(__FILE__) + '/../lib/msgpack'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue