Sha256: d53a34bd281308fd4b7c5a1597826163dbb22e763964793f840fefb0462829d9

Contents?: true

Size: 443 Bytes

Versions: 3

Compression:

Stored size: 443 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

3 entries across 3 versions & 1 rubygems

Version Path
expressir-0.2.6 exe/expressir
expressir-0.2.5-x64-mingw32 exe/expressir
expressir-0.2.4-x64-mingw32 exe/expressir