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