rjack-httpclient-4 4.2.0.0-java → 4.2.1.0-java
Sign up to get free protection for your applications and to get access to all the features.
data/History.rdoc
CHANGED
@@ -1,3 +1,7 @@
|
|
1
|
+
=== 4.2.1.0 (2012-9-15)
|
2
|
+
* Upgrade to httpclient 4.2.1, httpcore 4.2.1
|
3
|
+
* Upgrade/broaden to slf4j [1.6.5,1.8), logback ~> 1.2 (dev)
|
4
|
+
|
1
5
|
=== 4.2.0.0 (2012-6-9)
|
2
6
|
* Upgrade to httpclient 4.2, httpcore 4.2; requires commons-codec 1.6
|
3
7
|
* Upgrade to tarpit ~> 2.0 (build)
|
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.2.jar
|
12
|
-
lib/rjack-httpclient-4/httpcore-4.2.jar
|
11
|
+
lib/rjack-httpclient-4/httpclient-4.2.1.jar
|
12
|
+
lib/rjack-httpclient-4/httpcore-4.2.1.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.2</version>
|
19
|
+
<version>4.2.1</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.2</version>
|
31
|
+
<version>4.2.1</version>
|
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.2.
|
5
|
+
version: 4.2.1.0
|
6
6
|
platform: java
|
7
7
|
authors:
|
8
8
|
- David Kellum
|
@@ -10,7 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2012-
|
13
|
+
date: 2012-09-15 00:00:00 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: rjack-slf4j
|
@@ -19,10 +19,10 @@ dependencies:
|
|
19
19
|
requirements:
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 1.5
|
22
|
+
version: 1.6.5
|
23
23
|
- - <
|
24
24
|
- !ruby/object:Gem::Version
|
25
|
-
version: "1.
|
25
|
+
version: "1.8"
|
26
26
|
requirement: *id001
|
27
27
|
prerelease: false
|
28
28
|
type: :runtime
|
@@ -42,12 +42,9 @@ dependencies:
|
|
42
42
|
version_requirements: &id003 !ruby/object:Gem::Requirement
|
43
43
|
none: false
|
44
44
|
requirements:
|
45
|
-
- -
|
46
|
-
- !ruby/object:Gem::Version
|
47
|
-
version: 0.9.18
|
48
|
-
- - <
|
45
|
+
- - ~>
|
49
46
|
- !ruby/object:Gem::Version
|
50
|
-
version: "2
|
47
|
+
version: "1.2"
|
51
48
|
requirement: *id003
|
52
49
|
prerelease: false
|
53
50
|
type: :development
|
@@ -94,8 +91,8 @@ files:
|
|
94
91
|
- lib/rjack-httpclient-4/base.rb
|
95
92
|
- lib/rjack-httpclient-4.rb
|
96
93
|
- test/test_httpclient.rb
|
97
|
-
- lib/rjack-httpclient-4/httpclient-4.2.jar
|
98
|
-
- lib/rjack-httpclient-4/httpcore-4.2.jar
|
94
|
+
- lib/rjack-httpclient-4/httpclient-4.2.1.jar
|
95
|
+
- lib/rjack-httpclient-4/httpcore-4.2.1.jar
|
99
96
|
homepage: http://rjack.rubyforge.org/httpclient-4
|
100
97
|
licenses: []
|
101
98
|
|