Skip to content

Commit

Permalink
Fix RUBY_RELEASE_DATE
Browse files Browse the repository at this point in the history
  • Loading branch information
meh committed Nov 10, 2013
1 parent 63f0cf3 commit a2a2d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opal/opal.rb
Expand Up @@ -47,7 +47,7 @@
RUBY_ENGINE = 'opal'
RUBY_VERSION = '1.9.3'
RUBY_ENGINE_VERSION = '0.5.1'
RUBY_RELEASE_DATE = '2013-08-13'
RUBY_RELEASE_DATE = '2013-11-10'

module Opal
def self.coerce_to(object, type, method)
Expand Down

0 comments on commit a2a2d11

Please sign in to comment.