File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -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 >
You can’t perform that action at this time.
0 commit comments