Sha256: 08350f5cbce6972a2d7b8927d67c1e7b7d81816cd7f7c0d13b7b2063668ef3fb
Contents?: true
Size: 501 Bytes
Versions: 50
Compression:
Stored size: 501 Bytes
Contents
#!/usr/bin/env ruby # # This file was generated by RubyGems. # # The application 'RedCloth' 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 'RedCloth', version load Gem.bin_path('RedCloth', 'redcloth', version)
Version data entries
50 entries across 31 versions & 2 rubygems