rjack-httpclient-4 4.1.1.0-java → 4.1.1.1-java
Sign up to get free protection for your applications and to get access to all the features.
- data/History.rdoc +3 -0
- data/Manifest.txt +1 -1
- data/lib/rjack-httpclient-4/base.rb +1 -1
- data/lib/rjack-httpclient-4/{httpcore-4.1.jar → httpcore-4.1.1.jar} +0 -0
- data/pom.xml +6 -0
- metadata +2 -2
data/History.rdoc
CHANGED
data/Manifest.txt
CHANGED
Binary file
|
data/pom.xml
CHANGED
@@ -25,6 +25,12 @@
|
|
25
25
|
</exclusions>
|
26
26
|
</dependency>
|
27
27
|
|
28
|
+
<dependency>
|
29
|
+
<groupId>org.apache.httpcomponents</groupId>
|
30
|
+
<artifactId>httpcore</artifactId>
|
31
|
+
<version>4.1.1</version> <!-- httpclient only requires 4.1 -->
|
32
|
+
</dependency>
|
33
|
+
|
28
34
|
<!--
|
29
35
|
<dependency>
|
30
36
|
<groupId>org.apache.httpcomponents</groupId>
|
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.1.
|
5
|
+
version: 4.1.1.1
|
6
6
|
platform: java
|
7
7
|
authors:
|
8
8
|
- David Kellum
|
@@ -93,7 +93,7 @@ files:
|
|
93
93
|
- lib/rjack-httpclient-4.rb
|
94
94
|
- test/test_httpclient.rb
|
95
95
|
- lib/rjack-httpclient-4/httpclient-4.1.1.jar
|
96
|
-
- lib/rjack-httpclient-4/httpcore-4.1.jar
|
96
|
+
- lib/rjack-httpclient-4/httpcore-4.1.1.jar
|
97
97
|
has_rdoc: true
|
98
98
|
homepage: http://rjack.rubyforge.org/httpclient-4
|
99
99
|
licenses: []
|