Skip to content

Commit

Permalink
[Truffle] Apparently reporting the version number broke some specs.
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvdrum committed Jan 28, 2015
1 parent c73f8e2 commit 62c5247
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions core/src/main/ruby/jruby/truffle/core/config.rb
Expand Up @@ -8,10 +8,6 @@

module RbConfig
CONFIG = {
'MAJOR' => RUBY_VERSION.split('.')[0],
'MINOR' => RUBY_VERSION.split('.')[1],
'TEENY' => RUBY_VERSION.split('.')[2],
'ruby_version' => "#{RUBY_VERSION.split('.')[0]}.#{RUBY_VERSION.split('.')[1]}.0",
'ruby_install_name' => 'rubytruffle',
'RUBY_INSTALL_NAME' => 'rubytruffle',
'host_os' => File::ALT_SEPARATOR.nil? ? 'unknown' : 'mswin32',
Expand Down

0 comments on commit 62c5247

Please sign in to comment.