Sha256: 09c919de62255b0c3e93889837c7071b59e2612242e51217dcf606c619f541c3
Contents?: true
Size: 460 Bytes
Versions: 7
Compression:
Stored size: 460 Bytes
Contents
#!/bin/sh 'exec' "ruby" '-x' "$0" "$@" #!/Users/allen/.rvm/rubies/ree-1.8.7-2010.02/bin/ruby -swI . # # 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', 'zentest', version)
Version data entries
7 entries across 7 versions & 1 rubygems