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
@@ -1,3 +1,6 @@
1
+ === 4.1.2.0 (2011-9-16)
2
+ * Upgrade to httpclient 4.1.2, httpcore 4.1.3
3
+
1
4
  === 4.1.1.1 (2011-6-11)
2
5
  * Explicitly include HttpCore 4.1.1 (HttpClient only requires 4.1)
3
6
 
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.1.jar
12
- lib/rjack-httpclient-4/httpcore-4.1.1.jar
11
+ lib/rjack-httpclient-4/httpclient-4.1.2.jar
12
+ lib/rjack-httpclient-4/httpcore-4.1.3.jar
@@ -16,8 +16,8 @@
16
16
 
17
17
  module RJack
18
18
  module HTTPClient4
19
- HTTPCLIENT_VERSION = '4.1.1'
20
- VERSION = HTTPCLIENT_VERSION + '.1'
19
+ HTTPCLIENT_VERSION = '4.1.2'
20
+ VERSION = HTTPCLIENT_VERSION + '.0'
21
21
 
22
22
  HTTPCLIENT_DIR = File.dirname( __FILE__ ) # :nodoc:
23
23
  end
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.1</version>
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.1</version> <!-- httpclient only requires 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.1.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-06-11 00:00:00 -07:00
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.2
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.1.jar
96
- - lib/rjack-httpclient-4/httpcore-4.1.1.jar
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.5.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