Sha256: 6fc99230ec1cbb741c0d0726d444c1bab29b5de4300b48b8feb5ac2e76b2f87c

Contents?: true

Size: 699 Bytes

Versions: 2

Compression:

Stored size: 699 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
```


## Release Script

There is now a release bash script that automates this process. You will need the necessary
rubies installed before performing the script in `release/publish.sh`

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
license_finder-0.9.1-java release/manual_instructions.md
license_finder-0.9.1 release/manual_instructions.md