Sha256: 9755a1ac23b1c93db86a978b2af6d7505867b17bca85f38e5b5a4d12ae9e705a

Contents?: true

Size: 516 Bytes

Versions: 3

Compression:

Stored size: 516 Bytes

Contents

## Tips on releasing

Build the gem for both ruby and jruby (use a later version of each ruby, if desired)


The first time you rvm install jruby, you may also have to bundle. This will require you to delete
any existing Gemfile.lock in the directory.


```sh
$ rvm use jruby-1.7.4
$ rake build
$ rvm use ruby-2.0.0
$ rake build
```

Push both versions of the gem

```sh
$ rake release # will push default MRI build of gem, and importantly, tag the gem
$ gem push pkg/license_finder-LATEST_VERSION_HERE-java.gem
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
license_finder-0.9.0-java release.md
license_finder-0.9.0 release.md
license_finder-0.8.2-java release.md