instiki/vendor/plugins/bundler/gems/bundler-1.0.7/spec/support/rubygems_hax/rubygems_plugin.rb
2010-12-06 21:11:19 -06:00

9 lines
205 B
Ruby

class Gem::Platform
@local = new(ENV['BUNDLER_SPEC_PLATFORM']) if ENV['BUNDLER_SPEC_PLATFORM']
end
if ENV['BUNDLER_SPEC_VERSION']
module Bundler
VERSION = ENV['BUNDLER_SPEC_VERSION'].dup
end
end