Sha256: 758a5b2c49cf2165222231473b54e83be4e2b6a4d2c296a62d85a5dc5f1dfc99
Contents?: true
Size: 462 Bytes
Versions: 3
Compression:
Stored size: 462 Bytes
Contents
#!/usr/bin/env ruby # # This file was generated by RubyGems. # # The application 'launchy' 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 'launchy', version load Gem.bin_path('launchy', 'launchy', version)
Version data entries
3 entries across 3 versions & 3 rubygems
Version | Path |
---|---|
tdiary-5.0.1 | vendor/bundle/bin/launchy |
solidus_backend-1.0.0.pre | vendor/bundle/bin/launchy |
sunrise-cms-0.5.0.rc1 | vendor/bundle/ruby/1.9.1/bin/launchy |