Sha256: 8476a73fa67cea6d0aba75c4ffb84826f51a379d831d46ff6f5d05e0446a42d1
Contents?: true
Size: 566 Bytes
Versions: 82
Compression:
Stored size: 566 Bytes
Contents
#!/usr/bin/env ruby # # This file was generated by RubyGems. # # The application 'bundler' is installed as part of a gem, and # this file is here to facilitate running it. # require 'rubygems' version = ">= 0.a" str = ARGV.first if str str = str.b[/\A_(.*)_\z/, 1] if str and Gem::Version.correct?(str) version = str ENV['BUNDLER_VERSION'] = str ARGV.shift end end if Gem.respond_to?(:activate_bin_path) load Gem.activate_bin_path('bundler', 'bundler', version) else gem "bundler", version load Gem.bin_path("bundler", "bundler", version) end
Version data entries
82 entries across 82 versions & 5 rubygems