Skip to content

Commit 566fdf9

Browse files
crohrgithub-actions[bot]
authored andcommitted
Sync from upstream
1 parent b5a4df5 commit 566fdf9

File tree

843 files changed

+387524
-0
lines changed

Some content is hidden

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

843 files changed

+387524
-0
lines changed
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 'jmespath' 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('jmespath', 'jmespath.rb', version)
26+
else
27+
gem "jmespath", version
28+
load Gem.bin_path("jmespath", "jmespath.rb", version)
29+
end
13 KB
Binary file not shown.
80 KB
Binary file not shown.
385 KB
Binary file not shown.
1.43 MB
Binary file not shown.
37.5 KB
Binary file not shown.
19 KB
Binary file not shown.
11.5 KB
Binary file not shown.
82 KB
Binary file not shown.
17.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)