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

Require Ruby 1.9.2

This commit is contained in:
Erik Michaels-Ober 2013-05-11 21:17:01 -07:00
parent 4d265b8361
commit 5b17fbc666
2 changed files with 6 additions and 8 deletions

View file

@ -1,11 +1,7 @@
language: ruby
rvm:
- 1.8.7
- rbx-19mode
- ruby-head
- 1.9.2
- 1.9.3
- jruby-18mode
- jruby-19mode
- jruby-head
- rbx-18mode
- rbx-19mode
- ree
- ruby-head
- 2.0.0

View file

@ -14,6 +14,8 @@ Gem::Specification.new do |s|
s.add_dependency "multi_json", "~>1.0"
s.add_development_dependency "rake"
s.required_ruby_version = '>= 1.9.2'
s.authors = ["Sam Stephenson", "Josh Peek"]
s.email = ["sstephenson@gmail.com", "josh@joshpeek.com"]
end