Sha256: 1912a08a4e8bf18bdf87d034f360ad7bbe3feb6655371be82dcfad1ccfe82ec1
Contents?: true
Size: 405 Bytes
Versions: 24
Compression:
Stored size: 405 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 require "relaton/cli" Relaton::Cli.start(ARGV)
Version data entries
24 entries across 24 versions & 1 rubygems