Sha256: d9ef71598fe99b8a0eaa35fee2b058058ff56803711ed6964f361a4b22dec3b7
Contents?: true
Size: 560 Bytes
Versions: 1
Compression:
Stored size: 560 Bytes
Contents
# GemBank-Client is a command line utility for managing Gems on https://gembank.org ## Installation With Bundler: ```ruby gem 'gembank_client' # Gemfile ``` Old-Style: ```bash $ gem install gembank_client ``` ## Usage ### Creating / Updating Gems ```bash $ gembank release c93a3fcd6720bf27b53801d8d7fbc7fa7747df60 superman-1.2.3.gem ``` * The SHA1 is the Push-Key allowed to write to GemBucket `superman`. See https://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.3 | README.md |