Sha256: e00ddb4356dbe19fc718daf47a2a101157e5d106ffebd1d57d032cc500989831
Contents?: true
Size: 497 Bytes
Versions: 39
Compression:
Stored size: 497 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', 'bundle', version)
Version data entries
39 entries across 30 versions & 1 rubygems