Skip to content

Commit b0532ad

Browse files
committed
chore: generate files
1 parent 40947ed commit b0532ad

File tree

9,656 files changed

+1115832
-216
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

9,656 files changed

+1115832
-216
lines changed

3.1/amd64/bundle/bin/rake

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
#!/usr/bin/env ruby
2+
#
3+
# This file was generated by RubyGems.
4+
#
5+
# The application 'rake' is installed as part of a gem, and
6+
# this file is here to facilitate running it.
7+
#
8+
9+
require 'rubygems'
10+
11+
Gem.use_gemdeps
12+
13+
version = ">= 0.a"
14+
15+
str = ARGV.first
16+
if str
17+
str = str.b[/\A_(.*)_\z/, 1]
18+
if str and Gem::Version.correct?(str)
19+
version = str
20+
ARGV.shift
21+
end
22+
end
23+
24+
if Gem.respond_to?(:activate_bin_path)
25+
load Gem.activate_bin_path('rake', 'rake', version)
26+
else
27+
gem "rake", version
28+
load Gem.bin_path("rake", "rake", version)
29+
end
88 KB
Binary file not shown.
Binary file not shown.
95.5 KB
Binary file not shown.
28.5 KB
Binary file not shown.
13 KB
Binary file not shown.
22 KB
Binary file not shown.
10.5 KB
Binary file not shown.
10.5 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)