Sha256: b07c2d9b8791afb26afef3e39145113b22a4c22aab1058b4a9dc22e62e0100a2
Contents?: true
Size: 543 Bytes
Versions: 3
Compression:
Stored size: 543 Bytes
Contents
#!/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_bin_path) load Gem.activate_bin_path('rackup', 'rackup', version) else gem "rackup", version load Gem.bin_path("rackup", "rackup", version) end
Version data entries
3 entries across 3 versions & 3 rubygems
Version | Path |
---|---|
minato_ruby_api_client-0.2.2 | vendor/bundle/ruby/3.2.0/bin/rackup |
tinymce-rails-7.1.2 | vendor/bundle/ruby/3.3.0/bin/rackup |
tdiary-5.2.4 | vendor/bundle/ruby/3.1.0/bin/rackup |