Skip to content

Commit

Permalink
v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adambeynon committed Nov 11, 2013
1 parent 28e4b3c commit c37e69a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/opal/version.rb
@@ -1,3 +1,3 @@
module Opal
VERSION = '0.5.1'
VERSION = '0.5.2'
end
5 changes: 3 additions & 2 deletions opal/opal.rb
Expand Up @@ -23,6 +23,7 @@
require 'core/struct'
require 'core/io'
require 'core/main'
require 'native'

# regexp matches
$& = $~ = $` = $' = nil
Expand All @@ -46,8 +47,8 @@
RUBY_PLATFORM = 'opal'
RUBY_ENGINE = 'opal'
RUBY_VERSION = '1.9.3'
RUBY_ENGINE_VERSION = '0.5.1'
RUBY_RELEASE_DATE = '2013-11-10'
RUBY_ENGINE_VERSION = '0.5.2'
RUBY_RELEASE_DATE = '2013-11-11'

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

0 comments on commit c37e69a

Please sign in to comment.