Sha256: f6e07d80f0a8270ff39fc94267a767bf3e0a570e0ffbcce6007d1dc5c9539b98
Contents?: true
Size: 543 Bytes
Versions: 79
Compression:
Stored size: 543 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' 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('listen', 'listen', version) else gem "listen", version load Gem.bin_path("listen", "listen", version) end
Version data entries
79 entries across 79 versions & 4 rubygems