Sha256: f606ae380c30ff1350dba213a9d720ff854a966459ae9603f801b90c9a0ea769
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 'foreman' 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 'foreman', version load Gem.bin_path('foreman', 'foreman', version)
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
mango-0.8.0 | vendor/bundler/ruby/2.1.0/bin/foreman |
mango-0.7.1 | vendor/bundler/ruby/2.0.0/bin/foreman |
mango-0.7.0 | vendor/bundler/ruby/2.0.0/bin/foreman |