1
0
Fork 0
mirror of https://github.com/rails/execjs synced 2023-03-27 23:21:20 -04:00

Automagic files

This commit is contained in:
Joshua Peek 2011-09-12 16:59:53 -05:00
parent 1ad9781d68
commit d1ef2298a4

View file

@ -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"