Sha256: 48d0fcddfa4218e47b882a72542a4e79e4d3ca637ef06cc29178be2e1b4872a6
Contents?: true
Size: 526 Bytes
Versions: 25
Compression:
Stored size: 526 Bytes
Contents
#!/usr/bin/env ruby # # This file was generated by RubyGems. # # The application 'listen' is installed as part of a gem, and # this file is here to facilitate running it. # require 'rubygems' 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('listen', 'listen', version) else gem "listen", version load Gem.bin_path("listen", "listen", version) end
Version data entries
25 entries across 23 versions & 3 rubygems