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

Update files

This commit is contained in:
Joshua Peek 2011-04-12 11:51:28 -05:00
parent 5e9084d1a1
commit 43f51593a3

View file

@ -10,17 +10,17 @@ Gem::Specification.new do |s|
EOS
s.files = [
"lib/execjs/support",
"lib/execjs.rb",
"lib/execjs/external_runtime.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/jscript_runner.js",
"lib/execjs/support/json2.js",
"lib/execjs/support/node_runner.js",
"lib/execjs/support/which.bat",
"lib/execjs/external_runtime.rb",
"lib/execjs/ruby_racer_runtime.rb",
"lib/execjs/ruby_rhino_runtime.rb",
"lib/execjs/runtimes.rb",
"lib/execjs.rb",
"LICENSE",
"README.md"
]