Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tsmolka/jruby-jython
Jython for JRuby
https://github.com/tsmolka/jruby-jython
Last synced: about 1 month ago
JSON representation
Jython for JRuby
- Host: GitHub
- URL: https://github.com/tsmolka/jruby-jython
- Owner: tsmolka
- License: apache-2.0
- Created: 2016-10-18T13:05:20.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-18T22:31:40.000Z (about 8 years ago)
- Last Synced: 2024-11-06T13:07:38.945Z (about 2 months ago)
- Language: Ruby
- Size: 31.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jython for JRuby
[![Travis Build Status](https://travis-ci.org/tsmolka/jruby-jython.svg)](https://travis-ci.org/tsmolka/jruby-jython) [![Gem Version](https://badge.fury.io/rb/jruby-jython.svg)](http://badge.fury.io/rb/jruby-jython)
Embeds jython-standalone.jar and few wrappers into single Ruby module.
Currently under development - likely to break at a moment's notice.
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'jruby-jython'
```And then execute:
$ bundle
Or install it yourself as:
$ gem install jruby-jython
## Usage
## Development
```shell
jruby -S gem install bundle
bundle install
```## Testing
```shell
rake spec
```## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/tsmolka/jruby-jython.