Skip to content

Instantly share code, notes, and snippets.

@alno
Created March 6, 2013 08:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alno/5097671 to your computer and use it in GitHub Desktop.
Save alno/5097671 to your computer and use it in GitHub Desktop.
Gem::Specification.new do |s|
s.name = "jruby-openssl"
s.version = "0.8.2"
s.summary = "OpenSSL add-on for JRuby"
s.description = "JRuby-OpenSSL is an add-on gem for JRuby that emulates the Ruby OpenSSL native library."
s.authors = ["Ola Bini and JRuby contributors"]
s.email = "ola.bini@gmail.com"
s.date = "2012-12-11"
s.files = []
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment