Sha256: ab63e3c53b78f9f4542db1d4fc19767fef399b9f5d7ad8ccbad5977394971a55

Contents?: true

Size: 439 Bytes

Versions: 2

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.3.gem -k maestrano
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
maestrano-0.12.4 DEVELOPER.md
maestrano-0.12.3 DEVELOPER.md