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
@@ -1,3 +1,7 @@
1
+ === 4.2.5.0 (2013-5-5)
2
+ * Upgrade to httpclient 4.2.5, httpcore 4.2.4
3
+ * Broaden commons-codec dep to >= 1.6.0, < 1.9
4
+
1
5
  === 4.2.3.0 (2013-2-6)
2
6
  * Upgrade to httpclient 4.2.3, httpcore 4.2.3
3
7
  * Broaden commons-codec dep to >= 1.6.0, < 1.8
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.3.jar
12
- lib/rjack-httpclient-4/httpcore-4.2.3.jar
11
+ lib/rjack-httpclient-4/httpclient-4.2.5.jar
12
+ lib/rjack-httpclient-4/httpcore-4.2.4.jar
data/Rakefile CHANGED
@@ -8,5 +8,6 @@ RJack::TarPit.new( 'rjack-httpclient-4' ) do |tp|
8
8
 
9
9
  tp.rdoc_destinations <<
10
10
  'dekellum@rubyforge.org:/var/www/gforge-projects/rjack/httpclient-4'
11
+ tp.publish_rdoc_rsync_flags = %w[ -rL ]
11
12
 
12
13
  end
@@ -16,7 +16,7 @@
16
16
 
17
17
  module RJack
18
18
  module HTTPClient4
19
- HTTPCLIENT_VERSION = '4.2.3'
19
+ HTTPCLIENT_VERSION = '4.2.5'
20
20
  VERSION = HTTPCLIENT_VERSION + '.0'
21
21
 
22
22
  HTTPCLIENT_DIR = File.dirname( __FILE__ ) # :nodoc:
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.3</version>
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.3</version>
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.3.0
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-02-06 00:00:00.000000000 Z
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.8'
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.8'
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.3.jar
126
- - lib/rjack-httpclient-4/httpcore-4.2.3.jar
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: