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

Version Path
maestrano-1.0.6 DEVELOPER.md
maestrano-1.0.5 DEVELOPER.md
maestrano-1.0.4 DEVELOPER.md
maestrano-1.0.3 DEVELOPER.md
maestrano-1.0.2 DEVELOPER.md
maestrano-1.0.1 DEVELOPER.md
maestrano-1.0.0 DEVELOPER.md
maestrano-1.0.0.pre.RC9 DEVELOPER.md
maestrano-1.0.0.pre.RC8 DEVELOPER.md
maestrano-1.0.0.pre.RC7 DEVELOPER.md
maestrano-1.0.0.pre.RC6 DEVELOPER.md
maestrano-1.0.0.pre.RC5 DEVELOPER.md
maestrano-1.0.0.pre.RC4 DEVELOPER.md
maestrano-1.0.0.pre.RC3 DEVELOPER.md
maestrano-1.0.0.pre.RC2 DEVELOPER.md
maestrano-1.0.0.pre.RC1 DEVELOPER.md
maestrano-0.12.5 DEVELOPER.md