jruby-openssl 0.7.3 → 0.7.4
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.
- data/History.txt +6 -0
- data/Rakefile +1 -1
- data/lib/jopenssl.jar +0 -0
- data/lib/jopenssl/version.rb +1 -1
- metadata +3 -3
data/History.txt
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
== 0.7.4
|
|
2
|
+
|
|
3
|
+
- JRUBY-5519: Avoid String encoding dependency in DER loading. PEM loading failed on JRuby 1.6.x. Fixed.
|
|
4
|
+
- JRUBY-5510: Add debug information to released jar
|
|
5
|
+
- JRUBY-5478: Update bouncycastle jars to the latest version. (1.46)
|
|
6
|
+
|
|
1
7
|
== 0.7.3
|
|
2
8
|
|
|
3
9
|
- JRUBY-5200: Net::IMAP + SSL(imaps) login could hang. Fixed.
|
data/Rakefile
CHANGED
|
@@ -26,7 +26,7 @@ task :java_compile do
|
|
|
26
26
|
mkdir_p "pkg/classes"
|
|
27
27
|
|
|
28
28
|
File.open("pkg/compile_options", "w") do |f|
|
|
29
|
-
f << "-target 1.5 -source 1.5 -Xlint:unchecked -Xlint:deprecation -d pkg/classes"
|
|
29
|
+
f << "-g -target 1.5 -source 1.5 -Xlint:unchecked -Xlint:deprecation -d pkg/classes"
|
|
30
30
|
end
|
|
31
31
|
|
|
32
32
|
File.open("pkg/compile_classpath", "w") do |f|
|
data/lib/jopenssl.jar
CHANGED
|
Binary file
|
data/lib/jopenssl/version.rb
CHANGED
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: jruby-openssl
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.7.
|
|
5
|
+
version: 0.7.4
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Ola Bini and JRuby contributors
|
|
@@ -10,7 +10,7 @@ autorequire:
|
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
|
|
13
|
-
date: 2011-
|
|
13
|
+
date: 2011-04-28 00:00:00 +09:00
|
|
14
14
|
default_executable:
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
@@ -160,7 +160,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
160
160
|
requirements: []
|
|
161
161
|
|
|
162
162
|
rubyforge_project: jruby-extras
|
|
163
|
-
rubygems_version: 1.
|
|
163
|
+
rubygems_version: 1.5.1
|
|
164
164
|
signing_key:
|
|
165
165
|
specification_version: 3
|
|
166
166
|
summary: OpenSSL add-on for JRuby
|