Sha256: c7fcd5c6a82037c6ae7bf038ce10523ec75c59e4692c4335f66c06eff0239dac
Contents?: true
Size: 531 Bytes
Versions: 91
Compression:
Stored size: 531 Bytes
Contents
#!/usr/bin/env ruby # # This file was generated by RubyGems. # # The application 'thor' is installed as part of a gem, and # this file is here to facilitate running it. # require 'rubygems' Gem.use_gemdeps version = ">= 0.a" str = ARGV.first if str str = str.b[/\A_(.*)_\z/, 1] if str and Gem::Version.correct?(str) version = str ARGV.shift end end if Gem.respond_to?(:activate_bin_path) load Gem.activate_bin_path('thor', 'thor', version) else gem "thor", version load Gem.bin_path("thor", "thor", version) end
Version data entries
91 entries across 91 versions & 13 rubygems