Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pbrit/jruby-rpm

JRuby RPM
https://github.com/pbrit/jruby-rpm

Last synced: about 1 month ago
JSON representation

JRuby RPM

Awesome Lists containing this project

README

        

# JRuby RPM

A quick way to package any JRuby version into an RPM.

* Website: http://jruby.org
* Source: https://github.com/BBC-News/jruby-rpm

## Contributing

If you want to add functionality to this project, pull requests are welcome.

- Create a branch based off master and do all of your changes with in it.
- If you have to pause to add a 'and' anywhere in the title, it should be two pull
requests.
- Make commits of logical units and describe them properly
- Check for unnecessary whitespace with git diff --check before committing.
- If possible, submit tests to your patch / new feature so it can be tested
easily.
- Assure nothing is broken by running all the test
- Please ensure that it complies with coding standards.
- Please raise any issues with this project as a GitHub issue.

## License

JRuby-RPM is available to everyone under the terms of the Apache 2.0 open source
license. Take a look at the LICENSE file in the code.