Skip to content

Commit

Permalink
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion opal/opal.rb
Original file line number Diff line number Diff line change
@@ -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'

1 change: 1 addition & 0 deletions spec/filters/20.rb
Original file line number Diff line number Diff line change
@@ -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.