fix the build in jruby

This commit is contained in:
Steve Agalloco 2011-12-03 16:42:11 -05:00
parent 95233f9f79
commit 6d7f886ef0

View file

@ -1,2 +1,7 @@
source :rubygems
gemspec
platforms :jruby do
gem 'jruby-openssl', '~> 0.7'
end
gemspec