rjack-httpclient-4 4.2.3.0-java → 4.2.5.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.2.
|
|
12
|
-
lib/rjack-httpclient-4/httpcore-4.2.
|
|
11
|
+
lib/rjack-httpclient-4/httpclient-4.2.5.jar
|
|
12
|
+
lib/rjack-httpclient-4/httpcore-4.2.4.jar
|
data/Rakefile
CHANGED
|
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.
|
|
19
|
+
<version>4.2.5</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.
|
|
31
|
+
<version>4.2.4</version>
|
|
32
32
|
</dependency>
|
|
33
33
|
|
|
34
34
|
<!--
|
metadata
CHANGED
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
name: rjack-httpclient-4
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 4.2.
|
|
5
|
+
version: 4.2.5.0
|
|
6
6
|
platform: java
|
|
7
7
|
authors:
|
|
8
8
|
- David Kellum
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-
|
|
12
|
+
date: 2013-05-05 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rjack-slf4j
|
|
@@ -42,7 +42,7 @@ dependencies:
|
|
|
42
42
|
version: 1.6.0
|
|
43
43
|
- - <
|
|
44
44
|
- !ruby/object:Gem::Version
|
|
45
|
-
version: '1.
|
|
45
|
+
version: '1.9'
|
|
46
46
|
none: false
|
|
47
47
|
requirement: !ruby/object:Gem::Requirement
|
|
48
48
|
requirements:
|
|
@@ -51,7 +51,7 @@ dependencies:
|
|
|
51
51
|
version: 1.6.0
|
|
52
52
|
- - <
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
|
-
version: '1.
|
|
54
|
+
version: '1.9'
|
|
55
55
|
none: false
|
|
56
56
|
prerelease: false
|
|
57
57
|
type: :runtime
|
|
@@ -122,8 +122,8 @@ files:
|
|
|
122
122
|
- lib/rjack-httpclient-4/base.rb
|
|
123
123
|
- lib/rjack-httpclient-4.rb
|
|
124
124
|
- test/test_httpclient.rb
|
|
125
|
-
- lib/rjack-httpclient-4/httpclient-4.2.
|
|
126
|
-
- lib/rjack-httpclient-4/httpcore-4.2.
|
|
125
|
+
- lib/rjack-httpclient-4/httpclient-4.2.5.jar
|
|
126
|
+
- lib/rjack-httpclient-4/httpcore-4.2.4.jar
|
|
127
127
|
homepage: http://rjack.rubyforge.org/httpclient-4
|
|
128
128
|
licenses: []
|
|
129
129
|
post_install_message:
|