Sha256: 9e7b11e5ce45bb64f73deaeefeaaae2a560cab256422910f12f83d7b5123329d
Contents?: true
Size: 439 Bytes
Versions: 17
Compression:
Stored size: 439 Bytes
Contents
## Release process ### Run the specs ```bash rake test ``` ### Release the gem You need to update the `version.rb` file Generate the gem file ``` gem build maestrano.gemspec ``` To push to Rubygems, you need to configure your credentials ```bash curl -u maestrano https://rubygems.org/api/v1/api_key.yaml > ~/.gem/credentials; chmod 0600 ~/.gem/credentials ``` Then push the gem ```bash gem push maestrano-0.12.5.gem -k maestrano ```
Version data entries
17 entries across 17 versions & 1 rubygems