Sha256: 7ea0ce87e169d341c48a44b75c44803b0327d84016feeb64d37a3dbd53cf8665
Contents?: true
Size: 565 Bytes
Versions: 2
Compression:
Stored size: 565 Bytes
Contents
#!/Users/jasminsuljic/.rbenv/versions/2.6.3/bin/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' 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('coderay', 'coderay', version) else gem "coderay", version load Gem.bin_path("coderay", "coderay", version) end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
monri-0.3.0 | exe/coderay |
monri-0.2.0 | exe/coderay |