Sha256: 7a3e410acbf1d89b1e3ddb9b3ac86fc608d4b72d81c339ee2d405b3c103e7209
Contents?: true
Size: 454 Bytes
Versions: 3
Compression:
Stored size: 454 Bytes
Contents
#!/usr/bin/env ruby # # This file was generated by RubyGems. # # The application 'mango' 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 'mango', version load Gem.bin_path('mango', 'mango', version)
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
mango-0.8.0 | vendor/bundler/ruby/2.1.0/bin/mango |
mango-0.7.1 | vendor/bundler/ruby/2.0.0/bin/mango |
mango-0.7.0 | vendor/bundler/ruby/2.0.0/bin/mango |