rjack-async-httpclient 1.7.9.0-java → 1.7.11.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
+ === 1.7.11.0 (2013-3-9)
2
+ * Upgrade to Async Http Client 1.7.11
3
+ * Upgrade to rjack-netty ~> 3.6.3
4
+
1
5
  === 1.7.9.0 (2013-1-9)
2
6
  * Upgrade to Async Http Client 1.7.9
3
7
 
data/Manifest.txt CHANGED
@@ -7,4 +7,4 @@ pom.xml
7
7
  lib/rjack-async-httpclient/base.rb
8
8
  lib/rjack-async-httpclient.rb
9
9
  test/test_httpclient.rb
10
- lib/rjack-async-httpclient/async-http-client-1.7.9.jar
10
+ lib/rjack-async-httpclient/async-http-client-1.7.11.jar
data/Rakefile CHANGED
@@ -8,5 +8,6 @@ RJack::TarPit.new( 'rjack-async-httpclient' ) do |tp|
8
8
 
9
9
  tp.rdoc_destinations <<
10
10
  'dekellum@rubyforge.org:/var/www/gforge-projects/rjack/async-httpclient'
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 AsyncHTTPClient
19
- CLIENT_VERSION = '1.7.9'
19
+ CLIENT_VERSION = '1.7.11'
20
20
  VERSION = CLIENT_VERSION + '.0'
21
21
 
22
22
  CLIENT_DIR = File.dirname( __FILE__ ) # :nodoc:
data/pom.xml CHANGED
@@ -15,7 +15,7 @@
15
15
  <dependency>
16
16
  <groupId>com.ning</groupId>
17
17
  <artifactId>async-http-client</artifactId>
18
- <version>1.7.9</version>
18
+ <version>1.7.11</version>
19
19
  </dependency>
20
20
  </dependencies>
21
21
 
metadata CHANGED
@@ -2,14 +2,14 @@
2
2
  name: rjack-async-httpclient
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.7.9.0
5
+ version: 1.7.11.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-01-09 00:00:00.000000000 Z
12
+ date: 2013-03-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rjack-netty
@@ -17,13 +17,13 @@ dependencies:
17
17
  requirements:
18
18
  - - ~>
19
19
  - !ruby/object:Gem::Version
20
- version: 3.4.4
20
+ version: 3.6.3
21
21
  none: false
22
22
  requirement: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - ~>
25
25
  - !ruby/object:Gem::Version
26
- version: 3.4.4
26
+ version: 3.6.3
27
27
  none: false
28
28
  prerelease: false
29
29
  type: :runtime
@@ -115,7 +115,7 @@ files:
115
115
  - lib/rjack-async-httpclient/base.rb
116
116
  - lib/rjack-async-httpclient.rb
117
117
  - test/test_httpclient.rb
118
- - lib/rjack-async-httpclient/async-http-client-1.7.9.jar
118
+ - lib/rjack-async-httpclient/async-http-client-1.7.11.jar
119
119
  homepage: http://rjack.rubyforge.org
120
120
  licenses: []
121
121
  post_install_message: