Sha256: 21d015622fcf4296d22e879afcb02d07ed6b363e7664ac554e063c8a27890f8b

Contents?: true

Size: 871 Bytes

Versions: 9

Compression:

Stored size: 871 Bytes

Contents

#-*- mode: ruby -*-

require './bouncy-castle-version.rb'

Gem::Specification.new do |s|
  s.name = 'bouncy-castle-java'
  s.version = "1.5.0#{BouncyCastle::VERSION_}"
  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.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}"
end

# vim: syntax=Ruby

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
maven-tools-1.0.5 spec/gemspec/bouncy-castle-java.gemspec
maven-tools-1.0.4 spec/gemspec/bouncy-castle-java.gemspec
maven-tools-1.0.3 spec/gemspec/bouncy-castle-java.gemspec
maven-tools-1.0.2 spec/gemspec/bouncy-castle-java.gemspec
maven-tools-1.0.1 spec/gemspec/bouncy-castle-java.gemspec
maven-tools-1.0.0 spec/gemspec/bouncy-castle-java.gemspec
maven-tools-1.0.0.rc6 spec/gemspec/bouncy-castle-java.gemspec
maven-tools-1.0.0.rc5 spec/gemspec/bouncy-castle-java.gemspec
maven-tools-1.0.0.rc4 spec/gemspec/bouncy-castle-java.gemspec