mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
add contrib to the require path
This commit is contained in:
parent
3974fc1f7c
commit
26741dc2eb
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -16,7 +16,7 @@ Gem::Specification.new do |gemspec|
|
|||
gemspec.extra_rdoc_files = ["README.rdoc"]
|
||||
gemspec.executables = ["therubyracer", "v8"]
|
||||
gemspec.extensions = ["ext/v8/extconf.rb"]
|
||||
gemspec.require_paths = ["lib", "ext"]
|
||||
gemspec.require_paths = ["lib", "ext", "contrib"]
|
||||
gemspec.files = manifest.to_a
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue