Skip to content

Commit

Permalink
Add support for alternative Ruby implementations
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Dec 6, 2011
1 parent 244ff97 commit 4abeef9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -2,3 +2,6 @@ rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- jruby
- rbx
- ree
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -178,6 +178,13 @@ implementations:
* Ruby 1.8.7
* Ruby 1.9.2
* Ruby 1.9.3
* [JRuby][]
* [Rubinius][]
* [Ruby Enterprise Edition][ree]

[jruby]: http://www.jruby.org/
[rubinius]: http://rubini.us/
[ree]: http://www.rubyenterpriseedition.com/

If something doesn't work on one of these interpreters, it should be considered
a bug.
Expand Down

0 comments on commit 4abeef9

Please sign in to comment.