Skip to content

Commit

Permalink
updated with note about jruby
Browse files Browse the repository at this point in the history
  • Loading branch information
markburns committed Apr 30, 2012
1 parent 25b42b4 commit 5cafec7
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- jruby-18mode # JRuby in 1.8 mode
- jruby-19mode # JRuby in 1.9 mode
# JRuby fails with
# java.security.NoSuchAlgorithmException: sha256 MessageDigest not available
# - jruby-18mode # JRuby in 1.8 mode
# - jruby-19mode # JRuby in 1.9 mode
- rbx-18mode
- rbx-19mode

Expand Down
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,21 @@ Server example (sinatra)
# Do whatever you need to do
end

Pre-requisites
------------
Tested against these Ruby versions
* 1.8.7
* 1.9.2
* 1.9.3
* rbx-18mode
* rbx-19mode

However JRuby currently fails with
java.security.NoSuchAlgorithmException: sha256 MessageDigest not available
* jruby-18mode # JRuby in 1.8 mode
* jruby-19mode # JRuby in 1.9 mode


Developing
----------

Expand Down

0 comments on commit 5cafec7

Please sign in to comment.