Sha256: 9b0a44a2f9f00229b8d41c9382d9771160b596af8604547ba90f6f21fb36877e
Contents?: true
Size: 470 Bytes
Versions: 13
Compression:
Stored size: 470 Bytes
Contents
#!/usr/bin/env ruby # # This file was generated by RubyGems. # # The application 'rdiscount' 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/ version = $1 ARGV.shift end end gem 'rdiscount', version load Gem.bin_path('rdiscount', 'rdiscount', version)
Version data entries
13 entries across 12 versions & 2 rubygems