2018-11-03 02:07:56 +03:00
|
|
|
#!/usr/bin/env ruby
|
2018-11-25 04:20:00 +03:00
|
|
|
#
|
|
|
|
# This file was generated by RubyGems.
|
|
|
|
#
|
|
|
|
# The application 'bundler' is installed as part of a gem, and
|
|
|
|
# this file is here to facilitate running it.
|
|
|
|
#
|
2018-11-03 02:07:56 +03:00
|
|
|
|
2018-11-25 04:20:00 +03:00
|
|
|
require 'rubygems'
|
2018-11-03 02:07:56 +03:00
|
|
|
|
2018-11-25 04:20:00 +03:00
|
|
|
version = ">= 0.a"
|
2018-11-03 02:07:56 +03:00
|
|
|
|
2018-11-28 06:10:09 +03:00
|
|
|
str = ARGV.first
|
|
|
|
if str
|
|
|
|
str = str.b[/\A_(.*)_\z/, 1]
|
|
|
|
if str and Gem::Version.correct?(str)
|
|
|
|
version = str
|
2018-11-25 04:20:00 +03:00
|
|
|
ARGV.shift
|
|
|
|
end
|
|
|
|
end
|
2018-11-03 02:07:56 +03:00
|
|
|
|
2018-11-25 04:20:00 +03:00
|
|
|
if Gem.respond_to?(:activate_bin_path)
|
|
|
|
load Gem.activate_bin_path('bundler', 'bundle', version)
|
|
|
|
else
|
|
|
|
gem "bundler", version
|
|
|
|
load Gem.bin_path("bundler", "bundle", version)
|
2018-11-03 02:07:56 +03:00
|
|
|
end
|