rjack-httpclient-4 4.1.1.0-java → 4.1.1.1-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.1.1 (2011-6-11)
2
+ * Explicitly include HttpCore 4.1.1 (HttpClient only requires 4.1)
3
+
1
4
  === 4.1.1.0 (2011-6-11)
2
5
  * Upgrade to HttpClient 4.1.1
3
6
 
data/Manifest.txt CHANGED
@@ -9,4 +9,4 @@ lib/rjack-httpclient-4/base.rb
9
9
  lib/rjack-httpclient-4.rb
10
10
  test/test_httpclient.rb
11
11
  lib/rjack-httpclient-4/httpclient-4.1.1.jar
12
- lib/rjack-httpclient-4/httpcore-4.1.jar
12
+ lib/rjack-httpclient-4/httpcore-4.1.1.jar
@@ -17,7 +17,7 @@
17
17
  module RJack
18
18
  module HTTPClient4
19
19
  HTTPCLIENT_VERSION = '4.1.1'
20
- VERSION = HTTPCLIENT_VERSION + '.0'
20
+ VERSION = HTTPCLIENT_VERSION + '.1'
21
21
 
22
22
  HTTPCLIENT_DIR = File.dirname( __FILE__ ) # :nodoc:
23
23
  end
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.0
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: []