jruby-openssl 0.10.3-java → 0.10.4-java

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 179c591ca920396e5cd7c744af1d7ae7cba62d37
4
- data.tar.gz: 715e08ce0ec69e1b78798565a4e58feec6b85c2a
3
+ metadata.gz: f34e9e3ec200b2913007f65fc46a49e0e94e43a9
4
+ data.tar.gz: c4d34a92038fac142e72eed009f43413b95fae22
5
5
  SHA512:
6
- metadata.gz: e12416104dda2fc1a04dab1c80cca4f8bf2f6f22ca6a0c68b908eda511b1cabf3c59df7f22864a55acc05a483a490434cdfbabadd097facd306988b0762844ed
7
- data.tar.gz: a0bc43d562689b760e151845e065de6a69a68672702fc464eff60dc058ecb83ffd04ad64c7e3248659d0365181f8b418811fcc2327b7ac36ee98c7e609a65eed
6
+ metadata.gz: c508b57c5e45d42df16f76d13a7ea856df673d01ab3ae45b5a418cc70ef62c0b61e47c390d2c028a06e441213e334c3dcaecc497f436947e55af60dcbdf46519
7
+ data.tar.gz: 51c7730397879a5e5c6a93598cd8c903d57d49d6a897c951416d6b90266da1081292ac337d26623b20d08a01d720074d79baec0413c35f53b9cd112f31392bd0
data/History.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## 0.10.4
2
+
3
+ * Use CertificateFactory.getInstance rather than reflection
4
+ eliminates one of the module warnings we have been seeing (#161)
5
+
1
6
  ## 0.10.3
2
7
 
3
8
  * [fix] implement (missing) PKey::DSA#params
Binary file
@@ -1,5 +1,5 @@
1
1
  module JOpenSSL
2
- VERSION = '0.10.3'
2
+ VERSION = '0.10.4'
3
3
  BOUNCY_CASTLE_VERSION = '1.62'
4
4
  end
5
5
 
data/pom.xml CHANGED
@@ -11,7 +11,7 @@ DO NOT MODIFIY - GENERATED CODE
11
11
  <modelVersion>4.0.0</modelVersion>
12
12
  <groupId>rubygems</groupId>
13
13
  <artifactId>jruby-openssl</artifactId>
14
- <version>0.10.3</version>
14
+ <version>0.10.4</version>
15
15
  <packaging>gem</packaging>
16
16
  <name>JRuby OpenSSL</name>
17
17
  <description>JRuby-OpenSSL is an add-on gem for JRuby that emulates the Ruby OpenSSL native library.</description>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jruby-openssl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.3
4
+ version: 0.10.4
5
5
  platform: java
6
6
  authors:
7
7
  - Karol Bucek