Sha256: 5471b175543820ac40e3f263a171e08d26603f846e88a923022ebdeafe1c6af5
Contents?: true
Size: 269 Bytes
Versions: 5
Compression:
Stored size: 269 Bytes
Contents
#!/usr/bin/env ruby require 'pathname' ROOT_DIR = Pathname.new(__FILE__).dirname.parent $:.push(ROOT_DIR.join('lib')) load ROOT_DIR.join('lib/rouge.rb') load ROOT_DIR.join('lib/rouge/cli.rb') begin Rouge::CLI.start rescue => e $stderr.puts e.message exit 1 end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
rouge-0.4.0 | bin/rougify |
rouge-0.3.10 | bin/rougify |
rouge-0.3.9 | bin/rougify |
rouge-0.3.8 | bin/rougify |
rouge-0.3.7 | bin/rougify |