Sha256: 788d0d5bfeccddcbd67253a8d5aaf8d3d5e83b2474c132d0a0809d4d84f58b7e
Contents?: true
Size: 458 Bytes
Versions: 7
Compression:
Stored size: 458 Bytes
Contents
#!/bin/sh 'exec' "ruby" '-x' "$0" "$@" #!/Users/allen/.rvm/rubies/ree-1.8.7-2010.02/bin/ruby -w # # This file was generated by RubyGems. # # The application 'ZenTest' is installed as part of a gem, and # this file is here to facilitate running it. # require 'rubygems' version = ">= 0" if ARGV.first =~ /^_(.*)_$/ and Gem::Version.correct? $1 then version = $1 ARGV.shift end gem 'ZenTest', version load Gem.bin_path('ZenTest', 'multiruby', version)
Version data entries
7 entries across 7 versions & 1 rubygems