mirror of
https://github.com/rails/execjs
synced 2023-03-27 23:21:20 -04:00
Automagic files
This commit is contained in:
parent
1ad9781d68
commit
d1ef2298a4
1 changed files with 1 additions and 19 deletions
|
@ -11,25 +11,7 @@ Gem::Specification.new do |s|
|
|||
ExecJS lets you run JavaScript code from Ruby.
|
||||
EOS
|
||||
|
||||
s.files = [
|
||||
"lib/execjs.rb",
|
||||
"lib/execjs/external_runtime.rb",
|
||||
"lib/execjs/johnson_runtime.rb",
|
||||
"lib/execjs/module.rb",
|
||||
"lib/execjs/version.rb",
|
||||
"lib/execjs/mustang_runtime.rb",
|
||||
"lib/execjs/ruby_racer_runtime.rb",
|
||||
"lib/execjs/ruby_rhino_runtime.rb",
|
||||
"lib/execjs/runtimes.rb",
|
||||
"lib/execjs/support/basic_runner.js",
|
||||
"lib/execjs/support/jsc_runner.js",
|
||||
"lib/execjs/support/jscript_runner.js",
|
||||
"lib/execjs/support/json2.js",
|
||||
"lib/execjs/support/node_runner.js",
|
||||
"lib/execjs/support/which.bat",
|
||||
"LICENSE",
|
||||
"README.md"
|
||||
]
|
||||
s.files = Dir["README.md", "LICENSE", "lib/**/*"]
|
||||
|
||||
s.add_dependency "multi_json", "~>1.0"
|
||||
s.add_development_dependency "johnson"
|
||||
|
|
Loading…
Reference in a new issue