Sha256: 7ade4cc57e9348b618c73d849e1f008a40b053907dc04790f0a88b3f0f72658d
Contents?: true
Size: 451 Bytes
Versions: 5
Compression:
Stored size: 451 Bytes
Contents
#!/usr/bin/env jruby # # 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" if ARGV.first str = ARGV.first str = str.dup.force_encoding("BINARY") if str.respond_to? :force_encoding if str =~ /\A_(.*)_\z/ version = $1 ARGV.shift end end gem 'rake', version load Gem.bin_path('rake', 'rake', version)
Version data entries
5 entries across 5 versions & 2 rubygems