File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 0.12.2
2+
3+ * [ fix] work-around JRuby 9.2 autoload behavior (#248 )
4+ to be able to install jruby-openssl >= 0.12 on JRuby 9.2
5+ while the default gem (shipped with JRuby) is < 0.12
6+ * [ feat] support alpn negotiation in ssl context (#247 )
7+ * [ feat] support Java cipher names on ` SSLContext#ciphers= `
8+ * [ fix] properly handle ` require_jar ` fallback
9+
110## 0.12.1
211
312* improved compatibility with the openssl gem (version 2.2.1)
Original file line number Diff line number Diff line change 11module JOpenSSL
2- VERSION = '0.12.2.dev '
2+ VERSION = '0.12.2'
33 BOUNCY_CASTLE_VERSION = '1.68'
44end
55
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ DO NOT MODIFY - GENERATED CODE
1111 <modelVersion >4.0.0</modelVersion >
1212 <groupId >rubygems</groupId >
1313 <artifactId >jruby-openssl</artifactId >
14- <version >0.12.2.dev-SNAPSHOT </version >
14+ <version >0.12.2</version >
1515 <packaging >gem</packaging >
1616 <name >JRuby OpenSSL</name >
1717 <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