Sha256: 5c0947f009083dfa572ee62e49ab207ec5daec9c5bba2b8b62408a1d8aec314b
Contents?: true
Size: 263 Bytes
Versions: 9
Compression:
Stored size: 263 Bytes
Contents
#!/usr/bin/env ruby require 'pathname' require 'rubygems' file_path = Pathname.new(__FILE__).realpath libdir = File.join(File.dirname(File.dirname(file_path)), "lib") $LOAD_PATH.unshift(libdir) unless $LOAD_PATH.include?(libdir) require 'marv' Marv::CLI.start
Version data entries
9 entries across 9 versions & 1 rubygems
Version | Path |
---|---|
marv-0.3.2 | bin/marv |
marv-0.3.1 | bin/marv |
marv-0.3.0 | bin/marv |
marv-0.2.5 | bin/marv |
marv-0.2.4 | bin/marv |
marv-0.2.3 | bin/marv |
marv-0.2.2 | bin/marv |
marv-0.2.1 | bin/marv |
marv-0.2.0 | bin/marv |