Sha256: 3359d56b3d9822f0ee6b61dde7937db76ec4c7c296141781d86fb96d3a8975cf

Contents?: true

Size: 902 Bytes

Versions: 56

Compression:

Stored size: 902 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}"
  s.require_path = 'mylib'
end

# vim: syntax=Ruby

Version data entries

56 entries across 28 versions & 1 rubygems

Version Path
maven-tools-1.0.13 spec/gemfile_with_source/bouncy-castle-java.gemspec
maven-tools-1.0.13 spec/gemspec_with_source/bouncy-castle-java.gemspec
maven-tools-1.0.12 spec/gemfile_with_source/bouncy-castle-java.gemspec
maven-tools-1.0.12 spec/gemspec_with_source/bouncy-castle-java.gemspec
maven-tools-1.0.11 spec/gemspec_with_source/bouncy-castle-java.gemspec
maven-tools-1.0.11 spec/gemfile_with_source/bouncy-castle-java.gemspec
maven-tools-1.0.10 spec/gemspec_with_source/bouncy-castle-java.gemspec
maven-tools-1.0.10 spec/gemfile_with_source/bouncy-castle-java.gemspec
maven-tools-1.0.9 spec/gemfile_with_source/bouncy-castle-java.gemspec
maven-tools-1.0.9 spec/gemspec_with_source/bouncy-castle-java.gemspec
maven-tools-1.0.8 spec/gemfile_with_source/bouncy-castle-java.gemspec
maven-tools-1.0.8 spec/gemspec_with_source/bouncy-castle-java.gemspec
maven-tools-1.0.7 spec/gemfile_with_source/bouncy-castle-java.gemspec
maven-tools-1.0.7 spec/gemspec_with_source/bouncy-castle-java.gemspec
maven-tools-1.0.6 spec/gemfile_with_source/bouncy-castle-java.gemspec
maven-tools-1.0.6 spec/gemspec_with_source/bouncy-castle-java.gemspec
maven-tools-1.0.5 spec/gemspec_with_source/bouncy-castle-java.gemspec
maven-tools-1.0.5 spec/gemfile_with_source/bouncy-castle-java.gemspec
maven-tools-1.0.4 spec/gemspec_with_source/bouncy-castle-java.gemspec
maven-tools-1.0.4 spec/gemfile_with_source/bouncy-castle-java.gemspec