Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
gemfury / usr / share / ruby / vendor_ruby / gemfury / bundle / bundler / setup.rb
Size: Mime:
# Adding require paths to load path (empty if no gems is needed)

require 'rubygems'

ENV['GEM_HOME'] = ''
ENV['GEM_PATH'] = ''
Gem.clear_paths

# == Gem: multipart-post, version: 2.1.1
$:.unshift File.expand_path('../../multipart-post/lib', __FILE__)

# == Gem: faraday, version: 0.17.3
$:.unshift File.expand_path('../../faraday/lib', __FILE__)

# == Gem: highline, version: 2.0.3
$:.unshift File.expand_path('../../highline/lib', __FILE__)

# == Gem: multi_json, version: 1.15.0
$:.unshift File.expand_path('../../multi_json/lib', __FILE__)

# == Gem: netrc, version: 0.11.0
$:.unshift File.expand_path('../../netrc/lib', __FILE__)

# == Gem: progressbar, version: 1.11.0
$:.unshift File.expand_path('../../progressbar/lib', __FILE__)

# == Gem: thor, version: 1.0.1
$:.unshift File.expand_path('../../thor/lib', __FILE__)