Sha256: 78e45d1013ee33d6d78d21a95ab58cb5b36617c7bd93f833672e2a355d61ea8d
Contents?: true
Size: 472 Bytes
Versions: 20
Compression:
Stored size: 472 Bytes
Contents
#!/usr/bin/env ruby # # This file was generated by RubyGems. # # The application 'rspec-core' 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 'rspec-core', version load Gem.bin_path('rspec-core', 'autospec', version)
Version data entries
20 entries across 20 versions & 11 rubygems