Sha256: 400e3b525059d524cdd1bf14155474d0c342209ae86ea99267c77def329176dc

Contents?: true

Size: 493 Bytes

Versions: 71

Compression:

Stored size: 493 Bytes

Contents

require 'rubygems'

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

class Object
  if ENV['BUNDLER_SPEC_RUBY_ENGINE']
    remove_const :RUBY_ENGINE if defined?(RUBY_ENGINE)
    RUBY_ENGINE = ENV['BUNDLER_SPEC_RUBY_ENGINE']

    if RUBY_ENGINE == "jruby"
      JRUBY_VERSION = ENV["BUNDLER_SPEC_RUBY_ENGINE_VERSION"]
    end
  end
end

Version data entries

71 entries across 71 versions & 3 rubygems

Version Path
bundler-1.7.1.pre.2 spec/support/hax.rb
bundler-1.7.1.pre spec/support/hax.rb
bundler-1.7.0 spec/support/hax.rb
bundler-1.6.5 spec/support/hax.rb
bundler-1.6.4 spec/support/hax.rb
bundler-prehistoric-1.6.2.2 spec/support/hax.rb
bundler-1.6.3 spec/support/hax.rb
bundler-prehistoric-1.6.2.1 spec/support/hax.rb
bundler-prehistoric-1.6.2 spec/support/hax.rb
bundler-1.6.2 spec/support/hax.rb
bundler-1.6.1 spec/support/hax.rb
bundler-1.6.0 spec/support/hax.rb
bundler-1.6.0.rc2 spec/support/hax.rb
bundler-1.6.0.rc spec/support/hax.rb
bundler-1.6.0.pre.2 spec/support/hax.rb
bundler-1.5.3 spec/support/hax.rb
bundler-1.6.0.pre.1 spec/support/hax.rb
bundler-1.5.2 spec/support/hax.rb
bundler-1.3.6 spec/support/rubygems_hax/platform.rb
bundler-1.5.1 spec/support/hax.rb