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

Add Gemfile

This commit is contained in:
Joshua Peek 2011-06-07 16:05:18 -05:00
parent 7bf7a20843
commit 7042f56165
3 changed files with 11 additions and 3 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
Gemfile.lock

9
Gemfile Normal file
View file

@ -0,0 +1,9 @@
source :rubygems
gemspec
group :test do
gem 'mustang', :platform => :ruby
gem 'therubyracer', :platform => :ruby
gem 'therubyrhino', :platform => :jruby
end

View file

@ -27,9 +27,7 @@ Gem::Specification.new do |s|
]
s.add_dependency "multi_json", "~>1.0"
s.add_development_dependency "mustang"
s.add_development_dependency "therubyracer"
s.add_development_dependency "therubyrhino"
s.add_development_dependency "rake"
s.authors = ["Sam Stephenson", "Josh Peek"]
s.email = ["sstephenson@gmail.com", "josh@joshpeek.com"]