Skip to content

Commit

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

Expand Down
1 change: 1 addition & 0 deletions signature.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

s.add_dependency "jruby-openssl" if defined?(JRUBY_VERSION)
s.add_development_dependency "rspec", "~> 2.9.0"
end

0 comments on commit 5e114ac

Please sign in to comment.