Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 438 Bytes

DEVELOPER.md

File metadata and controls

24 lines (19 loc) · 438 Bytes

Release process

Run the specs

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

curl -u maestrano https://rubygems.org/api/v1/api_key.yaml > ~/.gem/credentials; chmod 0600 ~/.gem/credentials

Then push the gem

gem push maestrano-1.0.6.gem -k maestrano