Sha256: c254b1f19468b26a44c763eb4a1fb154548f1e929073f165c8808b52eb468389
Contents?: true
Size: 596 Bytes
Versions: 30
Compression:
Stored size: 596 Bytes
Contents
#!/usr/bin/env jruby # # This file was generated by RubyGems. # # The application 'treetop' is installed as part of a gem, and # this file is here to facilitate running it. # require 'rubygems' version = ">= 0.a" if ARGV.first str = ARGV.first str = str.dup.force_encoding("BINARY") if str.respond_to? :force_encoding if str =~ /\A_(.*)_\z/ and Gem::Version.correct?($1) then version = $1 ARGV.shift end end if Gem.respond_to?(:activate_bin_path) load Gem.activate_bin_path('treetop', 'tt', version) else gem "treetop", version load Gem.bin_path("treetop", "tt", version) end
Version data entries
30 entries across 30 versions & 3 rubygems