Skip to content

Commit b6de33e

Browse files
committedNov 12, 2013
Opal now targets ruby 2.0.0
1 parent 9f2a5fc commit b6de33e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎opal/opal.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
RUBY_PLATFORM = 'opal'
4747
RUBY_ENGINE = 'opal'
48-
RUBY_VERSION = '1.9.3'
48+
RUBY_VERSION = '2.0.0'
4949
RUBY_ENGINE_VERSION = '0.5.2'
5050
RUBY_RELEASE_DATE = '2013-11-11'
5151

‎spec/filters/20.rb

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
opal_filter "2.0 behaviour" do
22
fails "Enumerator.new ignores block if arg given"
33
fails "String#end_with? ignores arguments not convertible to string"
4+
fails "The predefined global constants includes RUBY_VERSION"
45
end

0 commit comments

Comments
 (0)
Please sign in to comment.