Sha256: 4fc9254780fd32973f15a9c287ed5dd6b60f8e7b100f926fe80cc1c7d7718aa5
Contents?: true
Size: 517 Bytes
Versions: 20
Compression:
Stored size: 517 Bytes
Contents
#!/home/christian/.rvm/rubies/ruby-2.3.1/bin/ruby # # This file was generated by RubyGems. # # The application 'rake' is installed as part of a gem, and # this file is here to facilitate running it. # require 'rubygems' version = ">= 0.a" 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 'rake', version load Gem.bin_path('rake', 'rake', version)
Version data entries
20 entries across 20 versions & 1 rubygems