Regenerated binstubs of bundler, rdoc and irb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66066 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
5dbc6583c9
commit
79dd244c3a
10
bin/bundle
10
bin/bundle
@ -10,11 +10,11 @@ require 'rubygems'
|
|||||||
|
|
||||||
version = ">= 0.a"
|
version = ">= 0.a"
|
||||||
|
|
||||||
if ARGV.first
|
str = ARGV.first
|
||||||
str = ARGV.first
|
if str
|
||||||
str = str.dup.force_encoding("BINARY") if str.respond_to? :force_encoding
|
str = str.b[/\A_(.*)_\z/, 1]
|
||||||
if str =~ /\A_(.*)_\z/ and Gem::Version.correct?($1) then
|
if str and Gem::Version.correct?(str)
|
||||||
version = $1
|
version = str
|
||||||
ARGV.shift
|
ARGV.shift
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
10
bin/bundler
10
bin/bundler
@ -10,11 +10,11 @@ require 'rubygems'
|
|||||||
|
|
||||||
version = ">= 0.a"
|
version = ">= 0.a"
|
||||||
|
|
||||||
if ARGV.first
|
str = ARGV.first
|
||||||
str = ARGV.first
|
if str
|
||||||
str = str.dup.force_encoding("BINARY") if str.respond_to? :force_encoding
|
str = str.b[/\A_(.*)_\z/, 1]
|
||||||
if str =~ /\A_(.*)_\z/ and Gem::Version.correct?($1) then
|
if str and Gem::Version.correct?(str)
|
||||||
version = $1
|
version = str
|
||||||
ARGV.shift
|
ARGV.shift
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
10
bin/irb
10
bin/irb
@ -10,11 +10,11 @@ require 'rubygems'
|
|||||||
|
|
||||||
version = ">= 0.a"
|
version = ">= 0.a"
|
||||||
|
|
||||||
if ARGV.first
|
str = ARGV.first
|
||||||
str = ARGV.first
|
if str
|
||||||
str = str.dup.force_encoding("BINARY") if str.respond_to? :force_encoding
|
str = str.b[/\A_(.*)_\z/, 1]
|
||||||
if str =~ /\A_(.*)_\z/ and Gem::Version.correct?($1) then
|
if str and Gem::Version.correct?(str)
|
||||||
version = $1
|
version = str
|
||||||
ARGV.shift
|
ARGV.shift
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
10
bin/rdoc
10
bin/rdoc
@ -10,11 +10,11 @@ require 'rubygems'
|
|||||||
|
|
||||||
version = ">= 0.a"
|
version = ">= 0.a"
|
||||||
|
|
||||||
if ARGV.first
|
str = ARGV.first
|
||||||
str = ARGV.first
|
if str
|
||||||
str = str.dup.force_encoding("BINARY") if str.respond_to? :force_encoding
|
str = str.b[/\A_(.*)_\z/, 1]
|
||||||
if str =~ /\A_(.*)_\z/ and Gem::Version.correct?($1) then
|
if str and Gem::Version.correct?(str)
|
||||||
version = $1
|
version = str
|
||||||
ARGV.shift
|
ARGV.shift
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
10
bin/ri
10
bin/ri
@ -10,11 +10,11 @@ require 'rubygems'
|
|||||||
|
|
||||||
version = ">= 0.a"
|
version = ">= 0.a"
|
||||||
|
|
||||||
if ARGV.first
|
str = ARGV.first
|
||||||
str = ARGV.first
|
if str
|
||||||
str = str.dup.force_encoding("BINARY") if str.respond_to? :force_encoding
|
str = str.b[/\A_(.*)_\z/, 1]
|
||||||
if str =~ /\A_(.*)_\z/ and Gem::Version.correct?($1) then
|
if str and Gem::Version.correct?(str)
|
||||||
version = $1
|
version = str
|
||||||
ARGV.shift
|
ARGV.shift
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user