/instiki/svnpassword

To download this project, use:
bzr branch https://golem.ph.utexas.edu/~distler/code/instiki/svn/
674 by Jacques Distler
Bundler
1 
#!/usr/bin/env ruby
2 
#
3 
# This file was generated by RubyGems.
4 
#
5 
# The application 'bundler' is installed as part of a gem, and
6 
# this file is here to facilitate running it.
7 
#
8 
9 
require 'rubygems'
10 
vend = File.join(File.dirname(__FILE__), 'vendor')
865 by Jacques Distler
Ruby 2.3 Compatibility
11 
#Gem.use_paths File.join(vend, 'bundle', 'ruby', File.basename(Gem.dir)), ([File.join(vend, 'plugins', 'bundler')] + Gem.path)
12 
Gem.use_paths File.join(vend, 'bundle', 'ruby', File.basename(Gem.dir)), [File.join(vend, 'plugins', 'bundler')]
13 
14 
version = ">= 0.a"
15 
16 
if ARGV.first
17 
 str = ARGV.first
18 
 str = str.dup.force_encoding("BINARY") if str.respond_to? :force_encoding
19 
 if str =~ /\A_(.*)_\z/ and Gem::Version.correct?(1ドル) then
20 
 version = 1ドル
21 
 ARGV.shift
22 
 end
674 by Jacques Distler
Bundler
23 
end
24 
25 
gem 'bundler', version
26 
load Gem.bin_path('bundler', 'bundle', version)

AltStyle によって変換されたページ (->オリジナル) /