mirror of https://github.com/docusealco/docuseal
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>pull/687/head
parent
5282ea43fe
commit
6589867c9c
@ -1,28 +0,0 @@
|
|||||||
#!/usr/bin/env ruby
|
|
||||||
#
|
|
||||||
# This file was generated by RubyGems.
|
|
||||||
#
|
|
||||||
# The application 'annotaterb' is installed as part of a gem, and
|
|
||||||
# this file is here to facilitate running it.
|
|
||||||
#
|
|
||||||
|
|
||||||
require 'rubygems'
|
|
||||||
|
|
||||||
Gem.use_gemdeps
|
|
||||||
|
|
||||||
version = ">= 0.a"
|
|
||||||
|
|
||||||
str = ARGV.first
|
|
||||||
if str
|
|
||||||
str = str.b[/\A_(.*)_\z/, 1]
|
|
||||||
if str and Gem::Version.correct?(str)
|
|
||||||
version = str
|
|
||||||
ARGV.shift
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
if Gem.respond_to?(:activate_and_load_bin_path)
|
|
||||||
Gem.activate_and_load_bin_path('annotaterb', 'annotaterb', version)
|
|
||||||
else
|
|
||||||
load Gem.activate_bin_path('annotaterb', 'annotaterb', version)
|
|
||||||
end
|
|
||||||
@ -1,28 +0,0 @@
|
|||||||
#!/usr/bin/env ruby
|
|
||||||
#
|
|
||||||
# This file was generated by RubyGems.
|
|
||||||
#
|
|
||||||
# The application 'bootsnap' is installed as part of a gem, and
|
|
||||||
# this file is here to facilitate running it.
|
|
||||||
#
|
|
||||||
|
|
||||||
require 'rubygems'
|
|
||||||
|
|
||||||
Gem.use_gemdeps
|
|
||||||
|
|
||||||
version = ">= 0.a"
|
|
||||||
|
|
||||||
str = ARGV.first
|
|
||||||
if str
|
|
||||||
str = str.b[/\A_(.*)_\z/, 1]
|
|
||||||
if str and Gem::Version.correct?(str)
|
|
||||||
version = str
|
|
||||||
ARGV.shift
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
if Gem.respond_to?(:activate_and_load_bin_path)
|
|
||||||
Gem.activate_and_load_bin_path('bootsnap', 'bootsnap', version)
|
|
||||||
else
|
|
||||||
load Gem.activate_bin_path('bootsnap', 'bootsnap', version)
|
|
||||||
end
|
|
||||||
@ -1,28 +0,0 @@
|
|||||||
#!/usr/bin/env ruby
|
|
||||||
#
|
|
||||||
# This file was generated by RubyGems.
|
|
||||||
#
|
|
||||||
# The application 'brakeman' is installed as part of a gem, and
|
|
||||||
# this file is here to facilitate running it.
|
|
||||||
#
|
|
||||||
|
|
||||||
require 'rubygems'
|
|
||||||
|
|
||||||
Gem.use_gemdeps
|
|
||||||
|
|
||||||
version = ">= 0.a"
|
|
||||||
|
|
||||||
str = ARGV.first
|
|
||||||
if str
|
|
||||||
str = str.b[/\A_(.*)_\z/, 1]
|
|
||||||
if str and Gem::Version.correct?(str)
|
|
||||||
version = str
|
|
||||||
ARGV.shift
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
if Gem.respond_to?(:activate_and_load_bin_path)
|
|
||||||
Gem.activate_and_load_bin_path('brakeman', 'brakeman', version)
|
|
||||||
else
|
|
||||||
load Gem.activate_bin_path('brakeman', 'brakeman', version)
|
|
||||||
end
|
|
||||||
@ -1,28 +0,0 @@
|
|||||||
#!/usr/bin/env ruby
|
|
||||||
#
|
|
||||||
# This file was generated by RubyGems.
|
|
||||||
#
|
|
||||||
# The application 'coderay' is installed as part of a gem, and
|
|
||||||
# this file is here to facilitate running it.
|
|
||||||
#
|
|
||||||
|
|
||||||
require 'rubygems'
|
|
||||||
|
|
||||||
Gem.use_gemdeps
|
|
||||||
|
|
||||||
version = ">= 0.a"
|
|
||||||
|
|
||||||
str = ARGV.first
|
|
||||||
if str
|
|
||||||
str = str.b[/\A_(.*)_\z/, 1]
|
|
||||||
if str and Gem::Version.correct?(str)
|
|
||||||
version = str
|
|
||||||
ARGV.shift
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
if Gem.respond_to?(:activate_and_load_bin_path)
|
|
||||||
Gem.activate_and_load_bin_path('coderay', 'coderay', version)
|
|
||||||
else
|
|
||||||
load Gem.activate_bin_path('coderay', 'coderay', version)
|
|
||||||
end
|
|
||||||
@ -1,28 +0,0 @@
|
|||||||
#!/usr/bin/env ruby
|
|
||||||
#
|
|
||||||
# This file was generated by RubyGems.
|
|
||||||
#
|
|
||||||
# The application 'dotenv' is installed as part of a gem, and
|
|
||||||
# this file is here to facilitate running it.
|
|
||||||
#
|
|
||||||
|
|
||||||
require 'rubygems'
|
|
||||||
|
|
||||||
Gem.use_gemdeps
|
|
||||||
|
|
||||||
version = ">= 0.a"
|
|
||||||
|
|
||||||
str = ARGV.first
|
|
||||||
if str
|
|
||||||
str = str.b[/\A_(.*)_\z/, 1]
|
|
||||||
if str and Gem::Version.correct?(str)
|
|
||||||
version = str
|
|
||||||
ARGV.shift
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
if Gem.respond_to?(:activate_and_load_bin_path)
|
|
||||||
Gem.activate_and_load_bin_path('dotenv', 'dotenv', version)
|
|
||||||
else
|
|
||||||
load Gem.activate_bin_path('dotenv', 'dotenv', version)
|
|
||||||
end
|
|
||||||
@ -1,28 +0,0 @@
|
|||||||
#!/usr/bin/env ruby
|
|
||||||
#
|
|
||||||
# This file was generated by RubyGems.
|
|
||||||
#
|
|
||||||
# The application 'erb' is installed as part of a gem, and
|
|
||||||
# this file is here to facilitate running it.
|
|
||||||
#
|
|
||||||
|
|
||||||
require 'rubygems'
|
|
||||||
|
|
||||||
Gem.use_gemdeps
|
|
||||||
|
|
||||||
version = ">= 0.a"
|
|
||||||
|
|
||||||
str = ARGV.first
|
|
||||||
if str
|
|
||||||
str = str.b[/\A_(.*)_\z/, 1]
|
|
||||||
if str and Gem::Version.correct?(str)
|
|
||||||
version = str
|
|
||||||
ARGV.shift
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
if Gem.respond_to?(:activate_and_load_bin_path)
|
|
||||||
Gem.activate_and_load_bin_path('erb', 'erb', version)
|
|
||||||
else
|
|
||||||
load Gem.activate_bin_path('erb', 'erb', version)
|
|
||||||
end
|
|
||||||
@ -1,28 +0,0 @@
|
|||||||
#!/usr/bin/env ruby
|
|
||||||
#
|
|
||||||
# This file was generated by RubyGems.
|
|
||||||
#
|
|
||||||
# The application 'erb_lint' is installed as part of a gem, and
|
|
||||||
# this file is here to facilitate running it.
|
|
||||||
#
|
|
||||||
|
|
||||||
require 'rubygems'
|
|
||||||
|
|
||||||
Gem.use_gemdeps
|
|
||||||
|
|
||||||
version = ">= 0.a"
|
|
||||||
|
|
||||||
str = ARGV.first
|
|
||||||
if str
|
|
||||||
str = str.b[/\A_(.*)_\z/, 1]
|
|
||||||
if str and Gem::Version.correct?(str)
|
|
||||||
version = str
|
|
||||||
ARGV.shift
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
if Gem.respond_to?(:activate_and_load_bin_path)
|
|
||||||
Gem.activate_and_load_bin_path('erb_lint', 'erb_lint', version)
|
|
||||||
else
|
|
||||||
load Gem.activate_bin_path('erb_lint', 'erb_lint', version)
|
|
||||||
end
|
|
||||||
@ -1,28 +0,0 @@
|
|||||||
#!/usr/bin/env ruby
|
|
||||||
#
|
|
||||||
# This file was generated by RubyGems.
|
|
||||||
#
|
|
||||||
# The application 'erb_lint' is installed as part of a gem, and
|
|
||||||
# this file is here to facilitate running it.
|
|
||||||
#
|
|
||||||
|
|
||||||
require 'rubygems'
|
|
||||||
|
|
||||||
Gem.use_gemdeps
|
|
||||||
|
|
||||||
version = ">= 0.a"
|
|
||||||
|
|
||||||
str = ARGV.first
|
|
||||||
if str
|
|
||||||
str = str.b[/\A_(.*)_\z/, 1]
|
|
||||||
if str and Gem::Version.correct?(str)
|
|
||||||
version = str
|
|
||||||
ARGV.shift
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
if Gem.respond_to?(:activate_and_load_bin_path)
|
|
||||||
Gem.activate_and_load_bin_path('erb_lint', 'erblint', version)
|
|
||||||
else
|
|
||||||
load Gem.activate_bin_path('erb_lint', 'erblint', version)
|
|
||||||
end
|
|
||||||
@ -1,28 +0,0 @@
|
|||||||
#!/usr/bin/env ruby
|
|
||||||
#
|
|
||||||
# This file was generated by RubyGems.
|
|
||||||
#
|
|
||||||
# The application 'faker' is installed as part of a gem, and
|
|
||||||
# this file is here to facilitate running it.
|
|
||||||
#
|
|
||||||
|
|
||||||
require 'rubygems'
|
|
||||||
|
|
||||||
Gem.use_gemdeps
|
|
||||||
|
|
||||||
version = ">= 0.a"
|
|
||||||
|
|
||||||
str = ARGV.first
|
|
||||||
if str
|
|
||||||
str = str.b[/\A_(.*)_\z/, 1]
|
|
||||||
if str and Gem::Version.correct?(str)
|
|
||||||
version = str
|
|
||||||
ARGV.shift
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
if Gem.respond_to?(:activate_and_load_bin_path)
|
|
||||||
Gem.activate_and_load_bin_path('faker', 'faker', version)
|
|
||||||
else
|
|
||||||
load Gem.activate_bin_path('faker', 'faker', version)
|
|
||||||
end
|
|
||||||
@ -1,28 +0,0 @@
|
|||||||
#!/usr/bin/env ruby
|
|
||||||
#
|
|
||||||
# This file was generated by RubyGems.
|
|
||||||
#
|
|
||||||
# The application 'foreman' is installed as part of a gem, and
|
|
||||||
# this file is here to facilitate running it.
|
|
||||||
#
|
|
||||||
|
|
||||||
require 'rubygems'
|
|
||||||
|
|
||||||
Gem.use_gemdeps
|
|
||||||
|
|
||||||
version = ">= 0.a"
|
|
||||||
|
|
||||||
str = ARGV.first
|
|
||||||
if str
|
|
||||||
str = str.b[/\A_(.*)_\z/, 1]
|
|
||||||
if str and Gem::Version.correct?(str)
|
|
||||||
version = str
|
|
||||||
ARGV.shift
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
if Gem.respond_to?(:activate_and_load_bin_path)
|
|
||||||
Gem.activate_and_load_bin_path('foreman', 'foreman', version)
|
|
||||||
else
|
|
||||||
load Gem.activate_bin_path('foreman', 'foreman', version)
|
|
||||||
end
|
|
||||||
@ -1,28 +0,0 @@
|
|||||||
#!/usr/bin/env ruby
|
|
||||||
#
|
|
||||||
# This file was generated by RubyGems.
|
|
||||||
#
|
|
||||||
# The application 'hexapdf' is installed as part of a gem, and
|
|
||||||
# this file is here to facilitate running it.
|
|
||||||
#
|
|
||||||
|
|
||||||
require 'rubygems'
|
|
||||||
|
|
||||||
Gem.use_gemdeps
|
|
||||||
|
|
||||||
version = ">= 0.a"
|
|
||||||
|
|
||||||
str = ARGV.first
|
|
||||||
if str
|
|
||||||
str = str.b[/\A_(.*)_\z/, 1]
|
|
||||||
if str and Gem::Version.correct?(str)
|
|
||||||
version = str
|
|
||||||
ARGV.shift
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
if Gem.respond_to?(:activate_and_load_bin_path)
|
|
||||||
Gem.activate_and_load_bin_path('hexapdf', 'hexapdf', version)
|
|
||||||
else
|
|
||||||
load Gem.activate_bin_path('hexapdf', 'hexapdf', version)
|
|
||||||
end
|
|
||||||
@ -1,28 +0,0 @@
|
|||||||
#!/usr/bin/env ruby
|
|
||||||
#
|
|
||||||
# This file was generated by RubyGems.
|
|
||||||
#
|
|
||||||
# The application 'diff-lcs' is installed as part of a gem, and
|
|
||||||
# this file is here to facilitate running it.
|
|
||||||
#
|
|
||||||
|
|
||||||
require 'rubygems'
|
|
||||||
|
|
||||||
Gem.use_gemdeps
|
|
||||||
|
|
||||||
version = ">= 0.a"
|
|
||||||
|
|
||||||
str = ARGV.first
|
|
||||||
if str
|
|
||||||
str = str.b[/\A_(.*)_\z/, 1]
|
|
||||||
if str and Gem::Version.correct?(str)
|
|
||||||
version = str
|
|
||||||
ARGV.shift
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
if Gem.respond_to?(:activate_and_load_bin_path)
|
|
||||||
Gem.activate_and_load_bin_path('diff-lcs', 'htmldiff', version)
|
|
||||||
else
|
|
||||||
load Gem.activate_bin_path('diff-lcs', 'htmldiff', version)
|
|
||||||
end
|
|
||||||
@ -1,28 +0,0 @@
|
|||||||
#!/usr/bin/env ruby
|
|
||||||
#
|
|
||||||
# This file was generated by RubyGems.
|
|
||||||
#
|
|
||||||
# The application 'irb' is installed as part of a gem, and
|
|
||||||
# this file is here to facilitate running it.
|
|
||||||
#
|
|
||||||
|
|
||||||
require 'rubygems'
|
|
||||||
|
|
||||||
Gem.use_gemdeps
|
|
||||||
|
|
||||||
version = ">= 0.a"
|
|
||||||
|
|
||||||
str = ARGV.first
|
|
||||||
if str
|
|
||||||
str = str.b[/\A_(.*)_\z/, 1]
|
|
||||||
if str and Gem::Version.correct?(str)
|
|
||||||
version = str
|
|
||||||
ARGV.shift
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
if Gem.respond_to?(:activate_and_load_bin_path)
|
|
||||||
Gem.activate_and_load_bin_path('irb', 'irb', version)
|
|
||||||
else
|
|
||||||
load Gem.activate_bin_path('irb', 'irb', version)
|
|
||||||
end
|
|
||||||
@ -1,28 +0,0 @@
|
|||||||
#!/usr/bin/env ruby
|
|
||||||
#
|
|
||||||
# This file was generated by RubyGems.
|
|
||||||
#
|
|
||||||
# The application 'jmespath' is installed as part of a gem, and
|
|
||||||
# this file is here to facilitate running it.
|
|
||||||
#
|
|
||||||
|
|
||||||
require 'rubygems'
|
|
||||||
|
|
||||||
Gem.use_gemdeps
|
|
||||||
|
|
||||||
version = ">= 0.a"
|
|
||||||
|
|
||||||
str = ARGV.first
|
|
||||||
if str
|
|
||||||
str = str.b[/\A_(.*)_\z/, 1]
|
|
||||||
if str and Gem::Version.correct?(str)
|
|
||||||
version = str
|
|
||||||
ARGV.shift
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
if Gem.respond_to?(:activate_and_load_bin_path)
|
|
||||||
Gem.activate_and_load_bin_path('jmespath', 'jmespath.rb', version)
|
|
||||||
else
|
|
||||||
load Gem.activate_bin_path('jmespath', 'jmespath.rb', version)
|
|
||||||
end
|
|
||||||
@ -1,28 +0,0 @@
|
|||||||
#!/usr/bin/env ruby
|
|
||||||
#
|
|
||||||
# This file was generated by RubyGems.
|
|
||||||
#
|
|
||||||
# The application 'sidekiq' is installed as part of a gem, and
|
|
||||||
# this file is here to facilitate running it.
|
|
||||||
#
|
|
||||||
|
|
||||||
require 'rubygems'
|
|
||||||
|
|
||||||
Gem.use_gemdeps
|
|
||||||
|
|
||||||
version = ">= 0.a"
|
|
||||||
|
|
||||||
str = ARGV.first
|
|
||||||
if str
|
|
||||||
str = str.b[/\A_(.*)_\z/, 1]
|
|
||||||
if str and Gem::Version.correct?(str)
|
|
||||||
version = str
|
|
||||||
ARGV.shift
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
if Gem.respond_to?(:activate_and_load_bin_path)
|
|
||||||
Gem.activate_and_load_bin_path('sidekiq', 'kiq', version)
|
|
||||||
else
|
|
||||||
load Gem.activate_bin_path('sidekiq', 'kiq', version)
|
|
||||||
end
|
|
||||||
@ -1,28 +0,0 @@
|
|||||||
#!/usr/bin/env ruby
|
|
||||||
#
|
|
||||||
# This file was generated by RubyGems.
|
|
||||||
#
|
|
||||||
# The application 'launchy' is installed as part of a gem, and
|
|
||||||
# this file is here to facilitate running it.
|
|
||||||
#
|
|
||||||
|
|
||||||
require 'rubygems'
|
|
||||||
|
|
||||||
Gem.use_gemdeps
|
|
||||||
|
|
||||||
version = ">= 0.a"
|
|
||||||
|
|
||||||
str = ARGV.first
|
|
||||||
if str
|
|
||||||
str = str.b[/\A_(.*)_\z/, 1]
|
|
||||||
if str and Gem::Version.correct?(str)
|
|
||||||
version = str
|
|
||||||
ARGV.shift
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
if Gem.respond_to?(:activate_and_load_bin_path)
|
|
||||||
Gem.activate_and_load_bin_path('launchy', 'launchy', version)
|
|
||||||
else
|
|
||||||
load Gem.activate_bin_path('launchy', 'launchy', version)
|
|
||||||
end
|
|
||||||
@ -1,28 +0,0 @@
|
|||||||
#!/usr/bin/env ruby
|
|
||||||
#
|
|
||||||
# This file was generated by RubyGems.
|
|
||||||
#
|
|
||||||
# The application 'diff-lcs' is installed as part of a gem, and
|
|
||||||
# this file is here to facilitate running it.
|
|
||||||
#
|
|
||||||
|
|
||||||
require 'rubygems'
|
|
||||||
|
|
||||||
Gem.use_gemdeps
|
|
||||||
|
|
||||||
version = ">= 0.a"
|
|
||||||
|
|
||||||
str = ARGV.first
|
|
||||||
if str
|
|
||||||
str = str.b[/\A_(.*)_\z/, 1]
|
|
||||||
if str and Gem::Version.correct?(str)
|
|
||||||
version = str
|
|
||||||
ARGV.shift
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
if Gem.respond_to?(:activate_and_load_bin_path)
|
|
||||||
Gem.activate_and_load_bin_path('diff-lcs', 'ldiff', version)
|
|
||||||
else
|
|
||||||
load Gem.activate_bin_path('diff-lcs', 'ldiff', version)
|
|
||||||
end
|
|
||||||
@ -1,28 +0,0 @@
|
|||||||
#!/usr/bin/env ruby
|
|
||||||
#
|
|
||||||
# This file was generated by RubyGems.
|
|
||||||
#
|
|
||||||
# The application 'minitest' is installed as part of a gem, and
|
|
||||||
# this file is here to facilitate running it.
|
|
||||||
#
|
|
||||||
|
|
||||||
require 'rubygems'
|
|
||||||
|
|
||||||
Gem.use_gemdeps
|
|
||||||
|
|
||||||
version = ">= 0.a"
|
|
||||||
|
|
||||||
str = ARGV.first
|
|
||||||
if str
|
|
||||||
str = str.b[/\A_(.*)_\z/, 1]
|
|
||||||
if str and Gem::Version.correct?(str)
|
|
||||||
version = str
|
|
||||||
ARGV.shift
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
if Gem.respond_to?(:activate_and_load_bin_path)
|
|
||||||
Gem.activate_and_load_bin_path('minitest', 'minitest', version)
|
|
||||||
else
|
|
||||||
load Gem.activate_bin_path('minitest', 'minitest', version)
|
|
||||||
end
|
|
||||||
@ -1,28 +0,0 @@
|
|||||||
#!/usr/bin/env ruby
|
|
||||||
#
|
|
||||||
# This file was generated by RubyGems.
|
|
||||||
#
|
|
||||||
# The application 'nokogiri' is installed as part of a gem, and
|
|
||||||
# this file is here to facilitate running it.
|
|
||||||
#
|
|
||||||
|
|
||||||
require 'rubygems'
|
|
||||||
|
|
||||||
Gem.use_gemdeps
|
|
||||||
|
|
||||||
version = ">= 0.a"
|
|
||||||
|
|
||||||
str = ARGV.first
|
|
||||||
if str
|
|
||||||
str = str.b[/\A_(.*)_\z/, 1]
|
|
||||||
if str and Gem::Version.correct?(str)
|
|
||||||
version = str
|
|
||||||
ARGV.shift
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
if Gem.respond_to?(:activate_and_load_bin_path)
|
|
||||||
Gem.activate_and_load_bin_path('nokogiri', 'nokogiri', version)
|
|
||||||
else
|
|
||||||
load Gem.activate_bin_path('nokogiri', 'nokogiri', version)
|
|
||||||
end
|
|
||||||
@ -1,28 +0,0 @@
|
|||||||
#!/usr/bin/env ruby
|
|
||||||
#
|
|
||||||
# This file was generated by RubyGems.
|
|
||||||
#
|
|
||||||
# The application 'pagy' is installed as part of a gem, and
|
|
||||||
# this file is here to facilitate running it.
|
|
||||||
#
|
|
||||||
|
|
||||||
require 'rubygems'
|
|
||||||
|
|
||||||
Gem.use_gemdeps
|
|
||||||
|
|
||||||
version = ">= 0.a"
|
|
||||||
|
|
||||||
str = ARGV.first
|
|
||||||
if str
|
|
||||||
str = str.b[/\A_(.*)_\z/, 1]
|
|
||||||
if str and Gem::Version.correct?(str)
|
|
||||||
version = str
|
|
||||||
ARGV.shift
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
if Gem.respond_to?(:activate_and_load_bin_path)
|
|
||||||
Gem.activate_and_load_bin_path('pagy', 'pagy', version)
|
|
||||||
else
|
|
||||||
load Gem.activate_bin_path('pagy', 'pagy', version)
|
|
||||||
end
|
|
||||||
@ -1,28 +0,0 @@
|
|||||||
#!/usr/bin/env ruby
|
|
||||||
#
|
|
||||||
# This file was generated by RubyGems.
|
|
||||||
#
|
|
||||||
# The application 'pry' is installed as part of a gem, and
|
|
||||||
# this file is here to facilitate running it.
|
|
||||||
#
|
|
||||||
|
|
||||||
require 'rubygems'
|
|
||||||
|
|
||||||
Gem.use_gemdeps
|
|
||||||
|
|
||||||
version = ">= 0.a"
|
|
||||||
|
|
||||||
str = ARGV.first
|
|
||||||
if str
|
|
||||||
str = str.b[/\A_(.*)_\z/, 1]
|
|
||||||
if str and Gem::Version.correct?(str)
|
|
||||||
version = str
|
|
||||||
ARGV.shift
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
if Gem.respond_to?(:activate_and_load_bin_path)
|
|
||||||
Gem.activate_and_load_bin_path('pry', 'pry', version)
|
|
||||||
else
|
|
||||||
load Gem.activate_bin_path('pry', 'pry', version)
|
|
||||||
end
|
|
||||||
@ -1,28 +0,0 @@
|
|||||||
#!/usr/bin/env ruby
|
|
||||||
#
|
|
||||||
# This file was generated by RubyGems.
|
|
||||||
#
|
|
||||||
# The application 'puma' is installed as part of a gem, and
|
|
||||||
# this file is here to facilitate running it.
|
|
||||||
#
|
|
||||||
|
|
||||||
require 'rubygems'
|
|
||||||
|
|
||||||
Gem.use_gemdeps
|
|
||||||
|
|
||||||
version = ">= 0.a"
|
|
||||||
|
|
||||||
str = ARGV.first
|
|
||||||
if str
|
|
||||||
str = str.b[/\A_(.*)_\z/, 1]
|
|
||||||
if str and Gem::Version.correct?(str)
|
|
||||||
version = str
|
|
||||||
ARGV.shift
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
if Gem.respond_to?(:activate_and_load_bin_path)
|
|
||||||
Gem.activate_and_load_bin_path('puma', 'puma', version)
|
|
||||||
else
|
|
||||||
load Gem.activate_bin_path('puma', 'puma', version)
|
|
||||||
end
|
|
||||||
@ -1,28 +0,0 @@
|
|||||||
#!/usr/bin/env ruby
|
|
||||||
#
|
|
||||||
# This file was generated by RubyGems.
|
|
||||||
#
|
|
||||||
# The application 'puma' is installed as part of a gem, and
|
|
||||||
# this file is here to facilitate running it.
|
|
||||||
#
|
|
||||||
|
|
||||||
require 'rubygems'
|
|
||||||
|
|
||||||
Gem.use_gemdeps
|
|
||||||
|
|
||||||
version = ">= 0.a"
|
|
||||||
|
|
||||||
str = ARGV.first
|
|
||||||
if str
|
|
||||||
str = str.b[/\A_(.*)_\z/, 1]
|
|
||||||
if str and Gem::Version.correct?(str)
|
|
||||||
version = str
|
|
||||||
ARGV.shift
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
if Gem.respond_to?(:activate_and_load_bin_path)
|
|
||||||
Gem.activate_and_load_bin_path('puma', 'pumactl', version)
|
|
||||||
else
|
|
||||||
load Gem.activate_bin_path('puma', 'pumactl', version)
|
|
||||||
end
|
|
||||||
@ -1,28 +0,0 @@
|
|||||||
#!/usr/bin/env ruby
|
|
||||||
#
|
|
||||||
# This file was generated by RubyGems.
|
|
||||||
#
|
|
||||||
# The application 'racc' is installed as part of a gem, and
|
|
||||||
# this file is here to facilitate running it.
|
|
||||||
#
|
|
||||||
|
|
||||||
require 'rubygems'
|
|
||||||
|
|
||||||
Gem.use_gemdeps
|
|
||||||
|
|
||||||
version = ">= 0.a"
|
|
||||||
|
|
||||||
str = ARGV.first
|
|
||||||
if str
|
|
||||||
str = str.b[/\A_(.*)_\z/, 1]
|
|
||||||
if str and Gem::Version.correct?(str)
|
|
||||||
version = str
|
|
||||||
ARGV.shift
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
if Gem.respond_to?(:activate_and_load_bin_path)
|
|
||||||
Gem.activate_and_load_bin_path('racc', 'racc', version)
|
|
||||||
else
|
|
||||||
load Gem.activate_bin_path('racc', 'racc', version)
|
|
||||||
end
|
|
||||||
@ -1,28 +0,0 @@
|
|||||||
#!/usr/bin/env ruby
|
|
||||||
#
|
|
||||||
# This file was generated by RubyGems.
|
|
||||||
#
|
|
||||||
# The application 'rackup' is installed as part of a gem, and
|
|
||||||
# this file is here to facilitate running it.
|
|
||||||
#
|
|
||||||
|
|
||||||
require 'rubygems'
|
|
||||||
|
|
||||||
Gem.use_gemdeps
|
|
||||||
|
|
||||||
version = ">= 0.a"
|
|
||||||
|
|
||||||
str = ARGV.first
|
|
||||||
if str
|
|
||||||
str = str.b[/\A_(.*)_\z/, 1]
|
|
||||||
if str and Gem::Version.correct?(str)
|
|
||||||
version = str
|
|
||||||
ARGV.shift
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
if Gem.respond_to?(:activate_and_load_bin_path)
|
|
||||||
Gem.activate_and_load_bin_path('rackup', 'rackup', version)
|
|
||||||
else
|
|
||||||
load Gem.activate_bin_path('rackup', 'rackup', version)
|
|
||||||
end
|
|
||||||
@ -1,28 +0,0 @@
|
|||||||
#!/usr/bin/env ruby
|
|
||||||
#
|
|
||||||
# This file was generated by RubyGems.
|
|
||||||
#
|
|
||||||
# The application 'railties' is installed as part of a gem, and
|
|
||||||
# this file is here to facilitate running it.
|
|
||||||
#
|
|
||||||
|
|
||||||
require 'rubygems'
|
|
||||||
|
|
||||||
Gem.use_gemdeps
|
|
||||||
|
|
||||||
version = ">= 0.a"
|
|
||||||
|
|
||||||
str = ARGV.first
|
|
||||||
if str
|
|
||||||
str = str.b[/\A_(.*)_\z/, 1]
|
|
||||||
if str and Gem::Version.correct?(str)
|
|
||||||
version = str
|
|
||||||
ARGV.shift
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
if Gem.respond_to?(:activate_and_load_bin_path)
|
|
||||||
Gem.activate_and_load_bin_path('railties', 'rails', version)
|
|
||||||
else
|
|
||||||
load Gem.activate_bin_path('railties', 'rails', version)
|
|
||||||
end
|
|
||||||
@ -1,28 +0,0 @@
|
|||||||
#!/usr/bin/env ruby
|
|
||||||
#
|
|
||||||
# This file was generated by RubyGems.
|
|
||||||
#
|
|
||||||
# The application 'rake' is installed as part of a gem, and
|
|
||||||
# this file is here to facilitate running it.
|
|
||||||
#
|
|
||||||
|
|
||||||
require 'rubygems'
|
|
||||||
|
|
||||||
Gem.use_gemdeps
|
|
||||||
|
|
||||||
version = ">= 0.a"
|
|
||||||
|
|
||||||
str = ARGV.first
|
|
||||||
if str
|
|
||||||
str = str.b[/\A_(.*)_\z/, 1]
|
|
||||||
if str and Gem::Version.correct?(str)
|
|
||||||
version = str
|
|
||||||
ARGV.shift
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
if Gem.respond_to?(:activate_and_load_bin_path)
|
|
||||||
Gem.activate_and_load_bin_path('rake', 'rake', version)
|
|
||||||
else
|
|
||||||
load Gem.activate_bin_path('rake', 'rake', version)
|
|
||||||
end
|
|
||||||
@ -1,28 +0,0 @@
|
|||||||
#!/usr/bin/env ruby
|
|
||||||
#
|
|
||||||
# This file was generated by RubyGems.
|
|
||||||
#
|
|
||||||
# The application 'debug' is installed as part of a gem, and
|
|
||||||
# this file is here to facilitate running it.
|
|
||||||
#
|
|
||||||
|
|
||||||
require 'rubygems'
|
|
||||||
|
|
||||||
Gem.use_gemdeps
|
|
||||||
|
|
||||||
version = ">= 0.a"
|
|
||||||
|
|
||||||
str = ARGV.first
|
|
||||||
if str
|
|
||||||
str = str.b[/\A_(.*)_\z/, 1]
|
|
||||||
if str and Gem::Version.correct?(str)
|
|
||||||
version = str
|
|
||||||
ARGV.shift
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
if Gem.respond_to?(:activate_and_load_bin_path)
|
|
||||||
Gem.activate_and_load_bin_path('debug', 'rdbg', version)
|
|
||||||
else
|
|
||||||
load Gem.activate_bin_path('debug', 'rdbg', version)
|
|
||||||
end
|
|
||||||
@ -1,28 +0,0 @@
|
|||||||
#!/usr/bin/env ruby
|
|
||||||
#
|
|
||||||
# This file was generated by RubyGems.
|
|
||||||
#
|
|
||||||
# The application 'rdoc' is installed as part of a gem, and
|
|
||||||
# this file is here to facilitate running it.
|
|
||||||
#
|
|
||||||
|
|
||||||
require 'rubygems'
|
|
||||||
|
|
||||||
Gem.use_gemdeps
|
|
||||||
|
|
||||||
version = ">= 0.a"
|
|
||||||
|
|
||||||
str = ARGV.first
|
|
||||||
if str
|
|
||||||
str = str.b[/\A_(.*)_\z/, 1]
|
|
||||||
if str and Gem::Version.correct?(str)
|
|
||||||
version = str
|
|
||||||
ARGV.shift
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
if Gem.respond_to?(:activate_and_load_bin_path)
|
|
||||||
Gem.activate_and_load_bin_path('rdoc', 'rdoc', version)
|
|
||||||
else
|
|
||||||
load Gem.activate_bin_path('rdoc', 'rdoc', version)
|
|
||||||
end
|
|
||||||
@ -1,28 +0,0 @@
|
|||||||
#!/usr/bin/env ruby
|
|
||||||
#
|
|
||||||
# This file was generated by RubyGems.
|
|
||||||
#
|
|
||||||
# The application 'rdoc' is installed as part of a gem, and
|
|
||||||
# this file is here to facilitate running it.
|
|
||||||
#
|
|
||||||
|
|
||||||
require 'rubygems'
|
|
||||||
|
|
||||||
Gem.use_gemdeps
|
|
||||||
|
|
||||||
version = ">= 0.a"
|
|
||||||
|
|
||||||
str = ARGV.first
|
|
||||||
if str
|
|
||||||
str = str.b[/\A_(.*)_\z/, 1]
|
|
||||||
if str and Gem::Version.correct?(str)
|
|
||||||
version = str
|
|
||||||
ARGV.shift
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
if Gem.respond_to?(:activate_and_load_bin_path)
|
|
||||||
Gem.activate_and_load_bin_path('rdoc', 'ri', version)
|
|
||||||
else
|
|
||||||
load Gem.activate_bin_path('rdoc', 'ri', version)
|
|
||||||
end
|
|
||||||
@ -1,28 +0,0 @@
|
|||||||
#!/usr/bin/env ruby
|
|
||||||
#
|
|
||||||
# This file was generated by RubyGems.
|
|
||||||
#
|
|
||||||
# The application 'rotp' is installed as part of a gem, and
|
|
||||||
# this file is here to facilitate running it.
|
|
||||||
#
|
|
||||||
|
|
||||||
require 'rubygems'
|
|
||||||
|
|
||||||
Gem.use_gemdeps
|
|
||||||
|
|
||||||
version = ">= 0.a"
|
|
||||||
|
|
||||||
str = ARGV.first
|
|
||||||
if str
|
|
||||||
str = str.b[/\A_(.*)_\z/, 1]
|
|
||||||
if str and Gem::Version.correct?(str)
|
|
||||||
version = str
|
|
||||||
ARGV.shift
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
if Gem.respond_to?(:activate_and_load_bin_path)
|
|
||||||
Gem.activate_and_load_bin_path('rotp', 'rotp', version)
|
|
||||||
else
|
|
||||||
load Gem.activate_bin_path('rotp', 'rotp', version)
|
|
||||||
end
|
|
||||||
@ -1,28 +0,0 @@
|
|||||||
#!/usr/bin/env ruby
|
|
||||||
#
|
|
||||||
# This file was generated by RubyGems.
|
|
||||||
#
|
|
||||||
# The application 'rouge' is installed as part of a gem, and
|
|
||||||
# this file is here to facilitate running it.
|
|
||||||
#
|
|
||||||
|
|
||||||
require 'rubygems'
|
|
||||||
|
|
||||||
Gem.use_gemdeps
|
|
||||||
|
|
||||||
version = ">= 0.a"
|
|
||||||
|
|
||||||
str = ARGV.first
|
|
||||||
if str
|
|
||||||
str = str.b[/\A_(.*)_\z/, 1]
|
|
||||||
if str and Gem::Version.correct?(str)
|
|
||||||
version = str
|
|
||||||
ARGV.shift
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
if Gem.respond_to?(:activate_and_load_bin_path)
|
|
||||||
Gem.activate_and_load_bin_path('rouge', 'rougify', version)
|
|
||||||
else
|
|
||||||
load Gem.activate_bin_path('rouge', 'rougify', version)
|
|
||||||
end
|
|
||||||
@ -1,28 +0,0 @@
|
|||||||
#!/usr/bin/env ruby
|
|
||||||
#
|
|
||||||
# This file was generated by RubyGems.
|
|
||||||
#
|
|
||||||
# The application 'rspec-core' is installed as part of a gem, and
|
|
||||||
# this file is here to facilitate running it.
|
|
||||||
#
|
|
||||||
|
|
||||||
require 'rubygems'
|
|
||||||
|
|
||||||
Gem.use_gemdeps
|
|
||||||
|
|
||||||
version = ">= 0.a"
|
|
||||||
|
|
||||||
str = ARGV.first
|
|
||||||
if str
|
|
||||||
str = str.b[/\A_(.*)_\z/, 1]
|
|
||||||
if str and Gem::Version.correct?(str)
|
|
||||||
version = str
|
|
||||||
ARGV.shift
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
if Gem.respond_to?(:activate_and_load_bin_path)
|
|
||||||
Gem.activate_and_load_bin_path('rspec-core', 'rspec', version)
|
|
||||||
else
|
|
||||||
load Gem.activate_bin_path('rspec-core', 'rspec', version)
|
|
||||||
end
|
|
||||||
@ -1,28 +0,0 @@
|
|||||||
#!/usr/bin/env ruby
|
|
||||||
#
|
|
||||||
# This file was generated by RubyGems.
|
|
||||||
#
|
|
||||||
# The application 'rubocop' is installed as part of a gem, and
|
|
||||||
# this file is here to facilitate running it.
|
|
||||||
#
|
|
||||||
|
|
||||||
require 'rubygems'
|
|
||||||
|
|
||||||
Gem.use_gemdeps
|
|
||||||
|
|
||||||
version = ">= 0.a"
|
|
||||||
|
|
||||||
str = ARGV.first
|
|
||||||
if str
|
|
||||||
str = str.b[/\A_(.*)_\z/, 1]
|
|
||||||
if str and Gem::Version.correct?(str)
|
|
||||||
version = str
|
|
||||||
ARGV.shift
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
if Gem.respond_to?(:activate_and_load_bin_path)
|
|
||||||
Gem.activate_and_load_bin_path('rubocop', 'rubocop', version)
|
|
||||||
else
|
|
||||||
load Gem.activate_bin_path('rubocop', 'rubocop', version)
|
|
||||||
end
|
|
||||||
@ -1,28 +0,0 @@
|
|||||||
#!/usr/bin/env ruby
|
|
||||||
#
|
|
||||||
# This file was generated by RubyGems.
|
|
||||||
#
|
|
||||||
# The application 'parser' is installed as part of a gem, and
|
|
||||||
# this file is here to facilitate running it.
|
|
||||||
#
|
|
||||||
|
|
||||||
require 'rubygems'
|
|
||||||
|
|
||||||
Gem.use_gemdeps
|
|
||||||
|
|
||||||
version = ">= 0.a"
|
|
||||||
|
|
||||||
str = ARGV.first
|
|
||||||
if str
|
|
||||||
str = str.b[/\A_(.*)_\z/, 1]
|
|
||||||
if str and Gem::Version.correct?(str)
|
|
||||||
version = str
|
|
||||||
ARGV.shift
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
if Gem.respond_to?(:activate_and_load_bin_path)
|
|
||||||
Gem.activate_and_load_bin_path('parser', 'ruby-parse', version)
|
|
||||||
else
|
|
||||||
load Gem.activate_bin_path('parser', 'ruby-parse', version)
|
|
||||||
end
|
|
||||||
@ -1,28 +0,0 @@
|
|||||||
#!/usr/bin/env ruby
|
|
||||||
#
|
|
||||||
# This file was generated by RubyGems.
|
|
||||||
#
|
|
||||||
# The application 'parser' is installed as part of a gem, and
|
|
||||||
# this file is here to facilitate running it.
|
|
||||||
#
|
|
||||||
|
|
||||||
require 'rubygems'
|
|
||||||
|
|
||||||
Gem.use_gemdeps
|
|
||||||
|
|
||||||
version = ">= 0.a"
|
|
||||||
|
|
||||||
str = ARGV.first
|
|
||||||
if str
|
|
||||||
str = str.b[/\A_(.*)_\z/, 1]
|
|
||||||
if str and Gem::Version.correct?(str)
|
|
||||||
version = str
|
|
||||||
ARGV.shift
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
if Gem.respond_to?(:activate_and_load_bin_path)
|
|
||||||
Gem.activate_and_load_bin_path('parser', 'ruby-rewrite', version)
|
|
||||||
else
|
|
||||||
load Gem.activate_bin_path('parser', 'ruby-rewrite', version)
|
|
||||||
end
|
|
||||||
@ -1,28 +0,0 @@
|
|||||||
#!/usr/bin/env ruby
|
|
||||||
#
|
|
||||||
# This file was generated by RubyGems.
|
|
||||||
#
|
|
||||||
# The application 'sidekiq' is installed as part of a gem, and
|
|
||||||
# this file is here to facilitate running it.
|
|
||||||
#
|
|
||||||
|
|
||||||
require 'rubygems'
|
|
||||||
|
|
||||||
Gem.use_gemdeps
|
|
||||||
|
|
||||||
version = ">= 0.a"
|
|
||||||
|
|
||||||
str = ARGV.first
|
|
||||||
if str
|
|
||||||
str = str.b[/\A_(.*)_\z/, 1]
|
|
||||||
if str and Gem::Version.correct?(str)
|
|
||||||
version = str
|
|
||||||
ARGV.shift
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
if Gem.respond_to?(:activate_and_load_bin_path)
|
|
||||||
Gem.activate_and_load_bin_path('sidekiq', 'sidekiq', version)
|
|
||||||
else
|
|
||||||
load Gem.activate_bin_path('sidekiq', 'sidekiq', version)
|
|
||||||
end
|
|
||||||
@ -1,28 +0,0 @@
|
|||||||
#!/usr/bin/env ruby
|
|
||||||
#
|
|
||||||
# This file was generated by RubyGems.
|
|
||||||
#
|
|
||||||
# The application 'sidekiq' is installed as part of a gem, and
|
|
||||||
# this file is here to facilitate running it.
|
|
||||||
#
|
|
||||||
|
|
||||||
require 'rubygems'
|
|
||||||
|
|
||||||
Gem.use_gemdeps
|
|
||||||
|
|
||||||
version = ">= 0.a"
|
|
||||||
|
|
||||||
str = ARGV.first
|
|
||||||
if str
|
|
||||||
str = str.b[/\A_(.*)_\z/, 1]
|
|
||||||
if str and Gem::Version.correct?(str)
|
|
||||||
version = str
|
|
||||||
ARGV.shift
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
if Gem.respond_to?(:activate_and_load_bin_path)
|
|
||||||
Gem.activate_and_load_bin_path('sidekiq', 'sidekiqmon', version)
|
|
||||||
else
|
|
||||||
load Gem.activate_bin_path('sidekiq', 'sidekiqmon', version)
|
|
||||||
end
|
|
||||||
@ -1,28 +0,0 @@
|
|||||||
#!/usr/bin/env ruby
|
|
||||||
#
|
|
||||||
# This file was generated by RubyGems.
|
|
||||||
#
|
|
||||||
# The application 'thor' is installed as part of a gem, and
|
|
||||||
# this file is here to facilitate running it.
|
|
||||||
#
|
|
||||||
|
|
||||||
require 'rubygems'
|
|
||||||
|
|
||||||
Gem.use_gemdeps
|
|
||||||
|
|
||||||
version = ">= 0.a"
|
|
||||||
|
|
||||||
str = ARGV.first
|
|
||||||
if str
|
|
||||||
str = str.b[/\A_(.*)_\z/, 1]
|
|
||||||
if str and Gem::Version.correct?(str)
|
|
||||||
version = str
|
|
||||||
ARGV.shift
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
if Gem.respond_to?(:activate_and_load_bin_path)
|
|
||||||
Gem.activate_and_load_bin_path('thor', 'thor', version)
|
|
||||||
else
|
|
||||||
load Gem.activate_bin_path('thor', 'thor', version)
|
|
||||||
end
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue