rjack-httpclient-4 4.1.1.1-java → 4.1.2.0-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.
data/History.rdoc
CHANGED
data/Manifest.txt
CHANGED
|
@@ -8,5 +8,5 @@ pom.xml
|
|
|
8
8
|
lib/rjack-httpclient-4/base.rb
|
|
9
9
|
lib/rjack-httpclient-4.rb
|
|
10
10
|
test/test_httpclient.rb
|
|
11
|
-
lib/rjack-httpclient-4/httpclient-4.1.
|
|
12
|
-
lib/rjack-httpclient-4/httpcore-4.1.
|
|
11
|
+
lib/rjack-httpclient-4/httpclient-4.1.2.jar
|
|
12
|
+
lib/rjack-httpclient-4/httpcore-4.1.3.jar
|
|
Binary file
|
|
Binary file
|
data/pom.xml
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
<dependency>
|
|
17
17
|
<groupId>org.apache.httpcomponents</groupId>
|
|
18
18
|
<artifactId>httpclient</artifactId>
|
|
19
|
-
<version>4.1.
|
|
19
|
+
<version>4.1.2</version>
|
|
20
20
|
<exclusions>
|
|
21
21
|
<exclusion>
|
|
22
22
|
<groupId>commons-logging</groupId>
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
<dependency>
|
|
29
29
|
<groupId>org.apache.httpcomponents</groupId>
|
|
30
30
|
<artifactId>httpcore</artifactId>
|
|
31
|
-
<version>4.1.
|
|
31
|
+
<version>4.1.3</version> <!-- httpclient only requires 4.1 -->
|
|
32
32
|
</dependency>
|
|
33
33
|
|
|
34
34
|
<!--
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: rjack-httpclient-4
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 4.1.
|
|
5
|
+
version: 4.1.2.0
|
|
6
6
|
platform: java
|
|
7
7
|
authors:
|
|
8
8
|
- David Kellum
|
|
@@ -10,8 +10,7 @@ autorequire:
|
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
|
|
13
|
-
date: 2011-
|
|
14
|
-
default_executable:
|
|
13
|
+
date: 2011-09-16 00:00:00 Z
|
|
15
14
|
dependencies:
|
|
16
15
|
- !ruby/object:Gem::Dependency
|
|
17
16
|
name: rjack-slf4j
|
|
@@ -60,7 +59,7 @@ dependencies:
|
|
|
60
59
|
requirements:
|
|
61
60
|
- - ~>
|
|
62
61
|
- !ruby/object:Gem::Version
|
|
63
|
-
version: 1.3.
|
|
62
|
+
version: 1.3.3
|
|
64
63
|
type: :development
|
|
65
64
|
version_requirements: *id004
|
|
66
65
|
description: |-
|
|
@@ -92,9 +91,8 @@ files:
|
|
|
92
91
|
- lib/rjack-httpclient-4/base.rb
|
|
93
92
|
- lib/rjack-httpclient-4.rb
|
|
94
93
|
- test/test_httpclient.rb
|
|
95
|
-
- lib/rjack-httpclient-4/httpclient-4.1.
|
|
96
|
-
- lib/rjack-httpclient-4/httpcore-4.1.
|
|
97
|
-
has_rdoc: true
|
|
94
|
+
- lib/rjack-httpclient-4/httpclient-4.1.2.jar
|
|
95
|
+
- lib/rjack-httpclient-4/httpcore-4.1.3.jar
|
|
98
96
|
homepage: http://rjack.rubyforge.org/httpclient-4
|
|
99
97
|
licenses: []
|
|
100
98
|
|
|
@@ -119,7 +117,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
119
117
|
requirements: []
|
|
120
118
|
|
|
121
119
|
rubyforge_project: rjack-httpclient-4
|
|
122
|
-
rubygems_version: 1.
|
|
120
|
+
rubygems_version: 1.8.10
|
|
123
121
|
signing_key:
|
|
124
122
|
specification_version: 3
|
|
125
123
|
summary: A gem packaging of the {HttpComponents}[http://hc.apache.org/] HTTP Client 4.x for JRuby
|