Sha256: 2dfe0831dc4ad321873b2be158538c17f4c12376336bc7c19654a618ecfd3cf5
Contents?: true
Size: 360 Bytes
Versions: 1
Compression:
Stored size: 360 Bytes
Contents
#!/usr/bin/env ruby require 'reap/application' HELP = <<-END Usage: #{File.basename($0)} [options] This command will install the project on your system as a gem package. It will create the gem package, via reap-package-gem, if it does not already exist. END if ARGV.include?('--help') puts HELP else app = Reap::Application.new app.gem_install end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
reap-9.4.0 | bin/reap-install-gem |