Sha256: 1c3f7ab6353248d910c60e2bb07424ccaa59b637f2e2b0f7c46e8cd7b166abbe
Contents?: true
Size: 469 Bytes
Versions: 27
Compression:
Stored size: 469 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', 'rspec', version)
Version data entries
27 entries across 26 versions & 15 rubygems