Sha256: 60de944876f668eec4db55916b7075c46b9561165f5e8d8426fa4c6a6c8b937a
Contents?: true
Size: 670 Bytes
Versions: 4
Compression:
Stored size: 670 Bytes
Contents
#-*- mode: ruby -*- Gem::Specification.new do |s| s.name = 'bouncy-castle-java' s.version = "1.5.beta.1" s.author = 'Hiroshi Nakamura' s.email = [ 'nahi@ruby-lang.org' ] s.rubyforge_project = "jruby-extras" s.homepage = 'http://github.com/jruby/jruby/tree/master/gems/bouncy-castle-java/' s.summary = 'Gem redistribution of Bouncy Castle jars' s.description = 'Gem redistribution of "Legion of the Bouncy Castle Java cryptography APIs" jars at http://www.bouncycastle.org/java.html' s.files = ['README', 'LICENSE.html', 'lib/bouncy-castle-java.rb' ] + Dir['lib/bc*.jar' ] s.add_development_dependency 'minitest', '~> 5.3' end # vim: syntax=Ruby
Version data entries
4 entries across 2 versions & 1 rubygems