mirror of https://github.com/docusealco/docuseal
- README.md: Restore WaboSign branding and content (was overwritten by upstream) - Routes: Restore account_logo, omniauth_callbacks, send_sms, sms test_message, sso create actions - Account model: Restore LOGO constants and logo attachment - User model: Restore EDITOR_ROLE, VIEWER_ROLE, editor?, viewer?, from_google_omniauth, signed_in_via_sso?, default_sso_account - Ability model: Restore role-based permissions (admin, editor, viewer) - SMS controller: Restore create and test_message actions - SSO controller: Restore create action and fix config key - Brakeman fix: Escape JSON in mcp_settings to fix XSS warningpull/687/head
parent
a153e926f8
commit
d9b86d464c
@ -0,0 +1,28 @@
|
|||||||
|
#!/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
|
||||||
@ -0,0 +1,28 @@
|
|||||||
|
#!/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
|
||||||
@ -0,0 +1,28 @@
|
|||||||
|
#!/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
|
||||||
@ -0,0 +1,28 @@
|
|||||||
|
#!/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
|
||||||
@ -0,0 +1,28 @@
|
|||||||
|
#!/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
|
||||||
@ -0,0 +1,28 @@
|
|||||||
|
#!/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
|
||||||
@ -0,0 +1,28 @@
|
|||||||
|
#!/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
|
||||||
@ -0,0 +1,28 @@
|
|||||||
|
#!/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
|
||||||
@ -0,0 +1,28 @@
|
|||||||
|
#!/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
|
||||||
@ -0,0 +1,28 @@
|
|||||||
|
#!/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
|
||||||
@ -0,0 +1,28 @@
|
|||||||
|
#!/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
|
||||||
@ -0,0 +1,28 @@
|
|||||||
|
#!/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
|
||||||
@ -0,0 +1,28 @@
|
|||||||
|
#!/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
|
||||||
@ -0,0 +1,28 @@
|
|||||||
|
#!/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
|
||||||
@ -0,0 +1,28 @@
|
|||||||
|
#!/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
|
||||||
@ -0,0 +1,28 @@
|
|||||||
|
#!/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
|
||||||
@ -0,0 +1,28 @@
|
|||||||
|
#!/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
|
||||||
@ -0,0 +1,28 @@
|
|||||||
|
#!/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
|
||||||
@ -0,0 +1,28 @@
|
|||||||
|
#!/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
|
||||||
@ -0,0 +1,28 @@
|
|||||||
|
#!/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
|
||||||
@ -0,0 +1,28 @@
|
|||||||
|
#!/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
|
||||||
@ -0,0 +1,28 @@
|
|||||||
|
#!/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
|
||||||
@ -0,0 +1,28 @@
|
|||||||
|
#!/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
|
||||||
@ -0,0 +1,28 @@
|
|||||||
|
#!/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
|
||||||
@ -0,0 +1,28 @@
|
|||||||
|
#!/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
|
||||||
@ -0,0 +1,28 @@
|
|||||||
|
#!/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
|
||||||
@ -0,0 +1,28 @@
|
|||||||
|
#!/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
|
||||||
@ -0,0 +1,28 @@
|
|||||||
|
#!/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
|
||||||
@ -0,0 +1,28 @@
|
|||||||
|
#!/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
|
||||||
@ -0,0 +1,28 @@
|
|||||||
|
#!/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
|
||||||
@ -0,0 +1,28 @@
|
|||||||
|
#!/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
|
||||||
@ -0,0 +1,28 @@
|
|||||||
|
#!/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
|
||||||
@ -0,0 +1,28 @@
|
|||||||
|
#!/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
|
||||||
@ -0,0 +1,28 @@
|
|||||||
|
#!/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
|
||||||
@ -0,0 +1,28 @@
|
|||||||
|
#!/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
|
||||||
@ -0,0 +1,28 @@
|
|||||||
|
#!/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
|
||||||
@ -0,0 +1,28 @@
|
|||||||
|
#!/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
|
||||||
@ -0,0 +1,28 @@
|
|||||||
|
#!/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
|
||||||
@ -0,0 +1,28 @@
|
|||||||
|
#!/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.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue