Sha256: e5a2f27353a57b2689e707cf3443137c7a6c15829ee6e4950636cffd0a087f72
Contents?: true
Size: 423 Bytes
Versions: 179
Compression:
Stored size: 423 Bytes
Contents
#!/usr/bin/env ruby # encoding: UTF-8 # resolve bin path, ignoring symlinks require "pathname" bin_file = Pathname.new(__FILE__).realpath # add self to libpath $:.unshift File.expand_path("../../lib", bin_file) # Fixes https://github.com/rubygems/rubygems/issues/1420 require "rubygems/specification" class Gem::Specification def this; self; end end # start up the CLI require "expressir" Expressir::Cli.start(ARGV)
Version data entries
179 entries across 179 versions & 1 rubygems