Skip to content

Commit

Permalink
Ruby 2.0 is 2.0.0 ABI
Browse files Browse the repository at this point in the history
  • Loading branch information
luislavena committed Feb 23, 2013
1 parent 73005d0 commit 1938209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/lib/rake/extensiontask_spec.rb
Expand Up @@ -471,7 +471,7 @@ def mock_config_yml
'rbconfig-1.9.1' => '/some/path/version/1.9.1/to/rbconfig.rb',
'rbconfig-1.9.2' => '/some/path/version/1.9.1/to/rbconfig.rb',
'rbconfig-1.9.3' => '/some/path/version/1.9.1/to/rbconfig.rb',
'rbconfig-2.0.0' => '/some/path/version/1.9.1/to/rbconfig.rb',
'rbconfig-2.0.0' => '/some/path/version/2.0.0/to/rbconfig.rb',
'rbconfig-3.0.0' => '/some/fake/version/3.0.0/to/rbconfig.rb'
}
end
Expand Down

0 comments on commit 1938209

Please sign in to comment.