rjack-httpclient-4 4.0.1.2-java → 4.0.3.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,6 @@
1
+ === 4.0.3.0 (2010-12-28)
2
+ * Upgrade to HttpComponents HttpClient 4.0.3
3
+
1
4
  === 4.0.1.2 (2010-8-31)
2
5
  * Remove require 'rubygems' from lib, require 'java' for imports.
3
6
  * Expand slf4j/logback gem deps for compatibility with
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.0.1.jar
11
+ lib/rjack-httpclient-4/httpclient-4.0.3.jar
12
12
  lib/rjack-httpclient-4/httpcore-4.0.1.jar
@@ -16,8 +16,8 @@
16
16
 
17
17
  module RJack
18
18
  module HTTPClient4
19
- HTTPCLIENT_VERSION = '4.0.1'
20
- VERSION = HTTPCLIENT_VERSION + '.2'
19
+ HTTPCLIENT_VERSION = '4.0.3'
20
+ VERSION = HTTPCLIENT_VERSION + '.0'
21
21
 
22
22
  HTTPCLIENT_DIR = File.dirname( __FILE__ ) # :nodoc:
23
23
  end
data/pom.xml CHANGED
@@ -12,7 +12,7 @@
12
12
  <dependency>
13
13
  <groupId>org.apache.httpcomponents</groupId>
14
14
  <artifactId>httpclient</artifactId>
15
- <version>4.0.1</version>
15
+ <version>4.0.3</version>
16
16
  <exclusions>
17
17
  <exclusion>
18
18
  <groupId>commons-logging</groupId>
metadata CHANGED
@@ -5,9 +5,9 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 4
7
7
  - 0
8
- - 1
9
- - 2
10
- version: 4.0.1.2
8
+ - 3
9
+ - 0
10
+ version: 4.0.3.0
11
11
  platform: java
12
12
  authors:
13
13
  - David Kellum
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-08-31 00:00:00 -07:00
18
+ date: 2010-12-28 00:00:00 -08:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -82,8 +82,8 @@ dependencies:
82
82
  segments:
83
83
  - 1
84
84
  - 2
85
- - 2
86
- version: 1.2.2
85
+ - 3
86
+ version: 1.2.3
87
87
  type: :development
88
88
  version_requirements: *id004
89
89
  description: |-
@@ -115,7 +115,7 @@ files:
115
115
  - lib/rjack-httpclient-4/base.rb
116
116
  - lib/rjack-httpclient-4.rb
117
117
  - test/test_httpclient.rb
118
- - lib/rjack-httpclient-4/httpclient-4.0.1.jar
118
+ - lib/rjack-httpclient-4/httpclient-4.0.3.jar
119
119
  - lib/rjack-httpclient-4/httpcore-4.0.1.jar
120
120
  has_rdoc: true
121
121
  homepage: http://rjack.rubyforge.org