spec/gemspec/bouncy-castle-java.gemspec in maven-tools-1.0.5 vs spec/gemspec/bouncy-castle-java.gemspec in maven-tools-1.0.6

- old
+ new

@@ -8,9 +8,10 @@ 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.licenses = [ 'EPL-1.0', 'GPL-2.0', 'LGPL-2.1' ] s.description = 'Gem redistribution of "Legion of the Bouncy Castle Java cryptography APIs" jars at http://www.bouncycastle.org/java.html' s.platform = 'java' s.files = ['README', 'LICENSE.html', 'lib/bouncy-castle-java.rb' ] + Dir['lib/bc*.jar' ] s.requirements << "jar org.bouncycastle:bcpkix-jdk15on, #{BouncyCastle::MAVEN_VERSION}" s.requirements << "jar org.bouncycastle:bcprov-jdk15on, #{BouncyCastle::MAVEN_VERSION}"