Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Commit

Permalink
Adding jruby-openssl dependency for running on JRuby platform
Browse files Browse the repository at this point in the history
  • Loading branch information
andyw8 committed Apr 13, 2011
1 parent c67adab commit 0c3ae38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions relish.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ Gem::Specification.new do |s|
s.add_runtime_dependency lib, version
end

s.add_runtime_dependency('jruby-openssl') if RUBY_PLATFORM == 'java'

{
'bundler' => '~> 1.0.0',
'rake' => '~> 0.8.7',
Expand Down

0 comments on commit 0c3ae38

Please sign in to comment.