Sha256: 866554b10825a72e6d14da81d84f5e47c9801c4bca4be118c6d872bc79f0369f
Contents?: true
Size: 686 Bytes
Versions: 1
Compression:
Stored size: 686 Bytes
Contents
#!/usr/bin/env ruby require 'reap/application' HELP = <<-END Usage: #{File.basename($0)} [options] Release a package to Rubyforge for distribution. This command uses Reap's rubyforge subsystem to upload the package files to Rubyforge for redistribution. Two vital settings for this command are usernmae and password, in order to gain access to Rubyforge. The best way to supply this information is using the RUBYFORGE_USERNAME environment variable, and supplying the password on the command line via the --password option. Do not put your password in the .reap configuration file!!! END if ARGV.include?('--help') puts HELP else app = Reap::Application.new app.release end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
reap-9.4.0 | bin/reap-release |