Sha256: 29abf332f030e47655d82fb495dd7dd857dac33df6ef54310376295f9f28b347
Contents?: true
Size: 457 Bytes
Versions: 2
Compression:
Stored size: 457 Bytes
Contents
#!/usr/bin/env ruby # # This file was generated by RubyGems. # # The application 'stomp' 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 'stomp', version load Gem.bin_path('stomp', 'catstomp', version)
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
torquebox-console-0.2.5 | vendor/bundle/ruby/1.8/bin/catstomp |
torquebox-console-0.2.4 | vendor/bundle/ruby/1.8/bin/catstomp |