https://github.com/rubinius/rubinius-bridge
Classes and methods to run Rubinius tools under MRI
https://github.com/rubinius/rubinius-bridge
Last synced: 8 months ago
JSON representation
Classes and methods to run Rubinius tools under MRI
- Host: GitHub
- URL: https://github.com/rubinius/rubinius-bridge
- Owner: rubinius
- License: bsd-3-clause
- Created: 2013-07-27T04:49:23.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2021-04-30T20:38:52.000Z (over 4 years ago)
- Last Synced: 2025-03-26T07:36:20.722Z (9 months ago)
- Language: Ruby
- Size: 20.5 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rubinius::Bridge
TODO: Write a gem description
## Installation
Add this line to your application's Gemfile:
gem 'rubinius-bridge'
And then execute:
$ bundle
Or install it yourself as:
$ gem install rubinius-bridge
## Usage
TODO: Write usage instructions here
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request