Sha256: 8000dc2ef256820a55216531f975b50442ee11ea8fbd0cf726c122c58eaf1ec4
Contents?: true
Size: 470 Bytes
Versions: 3
Compression:
Stored size: 470 Bytes
Contents
#!/usr/bin/env ruby # # This file was generated by RubyGems. # # The application 'bluecloth' 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 'bluecloth', version load Gem.bin_path('bluecloth', 'bluecloth', version)
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
mango-0.8.0 | vendor/bundler/ruby/2.1.0/bin/bluecloth |
mango-0.7.1 | vendor/bundler/ruby/2.0.0/bin/bluecloth |
mango-0.7.0 | vendor/bundler/ruby/2.0.0/bin/bluecloth |