Sha256: a5e736b4d3af0754c624124a893d0e64878d4382d5d9d38b84a3497054af7d9b
Contents?: true
Size: 457 Bytes
Versions: 31
Compression:
Stored size: 457 Bytes
Contents
#!/usr/bin/env ruby # # 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" 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 'treetop', version load Gem.bin_path('treetop', 'tt', version)
Version data entries
31 entries across 29 versions & 8 rubygems