Sha256: e70a5446891740be6f7a8fc1b5063a14925ecf0bdc655b1fb35ece475d864aa9
Contents?: true
Size: 498 Bytes
Versions: 39
Compression:
Stored size: 498 Bytes
Contents
#!/tmp/ruby/bin/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" if ARGV.first str = ARGV.first str = str.dup.force_encoding("BINARY") if str.respond_to? :force_encoding if str =~ /\A_(.*)_\z/ and Gem::Version.correct?($1) then version = $1 ARGV.shift end end gem 'bundler', version load Gem.bin_path('bundler', 'bundler', version)
Version data entries
39 entries across 30 versions & 1 rubygems