Sha256: bb448b2ff90aadadee95d7af0ab443503a1b9b1346dbf442c9a197e75cf73f4d
Contents?: true
Size: 505 Bytes
Versions: 51
Compression:
Stored size: 505 Bytes
Contents
#!/usr/bin/env ruby # # This file was generated by RubyGems. # # The application 'redcarpet' is installed as part of a gem, and # this file is here to facilitate running it. # require 'rubygems' version = ">= 0" if ARGV.first str = ARGV.first str = str.dup.force_encoding("BINARY") if str.respond_to? :force_encoding if str =~ /\A_(.*)_\z/ and Gem::Version.correct?($1) then version = $1 ARGV.shift end end gem 'redcarpet', version load Gem.bin_path('redcarpet', 'redcarpet', version)
Version data entries
51 entries across 32 versions & 3 rubygems