Skip to content

Commit

Permalink
Opal now targets ruby 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adambeynon committed Nov 12, 2013
1 parent 9f2a5fc commit b6de33e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion opal/opal.rb
Expand Up @@ -45,7 +45,7 @@

RUBY_PLATFORM = 'opal'
RUBY_ENGINE = 'opal'
RUBY_VERSION = '1.9.3'
RUBY_VERSION = '2.0.0'
RUBY_ENGINE_VERSION = '0.5.2'
RUBY_RELEASE_DATE = '2013-11-11'

Expand Down
1 change: 1 addition & 0 deletions spec/filters/20.rb
@@ -1,4 +1,5 @@
opal_filter "2.0 behaviour" do
fails "Enumerator.new ignores block if arg given"
fails "String#end_with? ignores arguments not convertible to string"
fails "The predefined global constants includes RUBY_VERSION"
end

0 comments on commit b6de33e

Please sign in to comment.