Sha256: 1d7194b21722149f858980634496e5448cc56659df7d2c2550d7c055ffdbbc34
Contents?: true
Size: 571 Bytes
Versions: 1
Compression:
Stored size: 571 Bytes
Contents
# GemBank-Client is a command line utility for managing Gems on http://gembank.org ## Installation With Bundler: ```ruby gem 'gembank_client' # Gemfile ``` Old-Style: ```bash $ gem install gembank_client ``` ## Usage ### Creating / Updating Gems ```bash $ gembank_client release -k c93a3fcd6720bf27b53801d8d7fbc7fa7747df60 -f superman-1.2.3.gem ``` * The SHA1 is the Push-Key allowed to write to GemBucket `superman`. See http://gembank.org/how-does-it-work for details. * The file is the Gem you want to create / update. ### Yanking Gems will follow ASAP.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gembank_client-0.0.2 | README.md |