rjack-async-httpclient 1.7.20.0-java → 1.7.24.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 29b636a9ec0b2839c56decd1751791121209422f
4
- data.tar.gz: 9ad1af06ac779af55eb710476f71d92f5bf29825
3
+ metadata.gz: 05cc0fe9139653174fb86eca1e870b76057e26e8
4
+ data.tar.gz: 95fd14a9a4e71bba0924c5940c725bd2f38e4001
5
5
  SHA512:
6
- metadata.gz: a8ebeb153d335e69c9fa255219db35d7d6a254340af3592880b252718ffdd116afd2af031a239de40f55a2daa81461c3373943ad9702235e4e5d73bcc03c9d9b
7
- data.tar.gz: c0a675c34d3ef1e18e545a9790053a9b422bf67694dd6904cfce9f47e5894dfe3f09672b2ac4639e11f8b2826105a221007ee5bc42dddcea47f102f7be816513
6
+ metadata.gz: 61a7e42e11a90ccd8ca78da807c5ca4c7ec9f870a0e9b799ee21df12892c644d5e2388cfa42af4e7b7e8d480823703b57328cabcaa179a202c5c065fd168a696
7
+ data.tar.gz: 3885bb4793ea156e25a5673aa6e3796bc614636451288362f82b0027a2876d917d9b79f39b38955ad06beea62bb1d95ad89ea25c92841ac605650b65512f26b0
data/History.rdoc CHANGED
@@ -1,3 +1,6 @@
1
+ === 1.7.24.0 (2014-4-7)
2
+ * Upgrade to Async Http Client 1.7.24
3
+
1
4
  === 1.7.20.0 (2013-10-11)
2
5
  * Upgrade to Async Http Client 1.7.20
3
6
  * Upgrade to rjack-netty ~> 3.6.6
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.20.jar
10
+ lib/rjack-async-httpclient/async-http-client-1.7.24.jar
data/README.rdoc CHANGED
@@ -28,7 +28,7 @@ for JRuby.
28
28
 
29
29
  === rjack-async-httpclient gem
30
30
 
31
- Copyright (c) 2011-2013 David Kellum
31
+ Copyright (c) 2011-2014 David Kellum
32
32
 
33
33
  Licensed under the Apache License, Version 2.0 (the "License"); you
34
34
  may not use this file except in compliance with the License. You
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright (c) 2011-2013 David Kellum
2
+ # Copyright (c) 2011-2014 David Kellum
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License"); you
5
5
  # may not use this file except in compliance with the License. You may
@@ -50,7 +50,7 @@ module RJack
50
50
  map { |m| m =~ /^(is|get)_([a-z0-9_]+)$/ && $2 }.
51
51
  compact
52
52
 
53
- props -= %w[ class closed ] #bogus
53
+ props -= %w[ valid class closed ] #bogus
54
54
  props += %w[ reaper executor_service ] #without get_
55
55
 
56
56
  props.map! { |p| p.to_sym }
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright (c) 2011-2013 David Kellum
2
+ # Copyright (c) 2011-2014 David Kellum
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License"); you
5
5
  # may not use this file except in compliance with the License. You may
@@ -16,7 +16,7 @@
16
16
 
17
17
  module RJack
18
18
  module AsyncHTTPClient
19
- CLIENT_VERSION = '1.7.20'
19
+ CLIENT_VERSION = '1.7.24'
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.20</version>
18
+ <version>1.7.24</version>
19
19
  </dependency>
20
20
  </dependencies>
21
21
 
@@ -2,7 +2,7 @@
2
2
  #.hashdot.profile += jruby-shortlived
3
3
 
4
4
  #--
5
- # Copyright (c) 2011-2013 David Kellum
5
+ # Copyright (c) 2011-2014 David Kellum
6
6
  #
7
7
  # Licensed under the Apache License, Version 2.0 (the "License"); you
8
8
  # may not use this file except in compliance with the License. You may
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rjack-async-httpclient
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.20.0
4
+ version: 1.7.24.0
5
5
  platform: java
6
6
  authors:
7
7
  - David Kellum
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-10-11 00:00:00.000000000 Z
11
+ date: 2014-04-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rjack-netty
@@ -72,18 +72,32 @@ dependencies:
72
72
  version: 4.7.4
73
73
  prerelease: false
74
74
  type: :development
75
+ - !ruby/object:Gem::Dependency
76
+ name: rdoc
77
+ version_requirements: !ruby/object:Gem::Requirement
78
+ requirements:
79
+ - - ~>
80
+ - !ruby/object:Gem::Version
81
+ version: 4.0.1
82
+ requirement: !ruby/object:Gem::Requirement
83
+ requirements:
84
+ - - ~>
85
+ - !ruby/object:Gem::Version
86
+ version: 4.0.1
87
+ prerelease: false
88
+ type: :development
75
89
  - !ruby/object:Gem::Dependency
76
90
  name: rjack-tarpit
77
91
  version_requirements: !ruby/object:Gem::Requirement
78
92
  requirements:
79
93
  - - ~>
80
94
  - !ruby/object:Gem::Version
81
- version: '2.0'
95
+ version: '2.1'
82
96
  requirement: !ruby/object:Gem::Requirement
83
97
  requirements:
84
98
  - - ~>
85
99
  - !ruby/object:Gem::Version
86
- version: '2.0'
100
+ version: '2.1'
87
101
  prerelease: false
88
102
  type: :development
89
103
  description:
@@ -104,7 +118,7 @@ files:
104
118
  - lib/rjack-async-httpclient/base.rb
105
119
  - lib/rjack-async-httpclient.rb
106
120
  - test/test_httpclient.rb
107
- - lib/rjack-async-httpclient/async-http-client-1.7.20.jar
121
+ - lib/rjack-async-httpclient/async-http-client-1.7.24.jar
108
122
  homepage: http://rjack.rubyforge.org
109
123
  licenses: []
110
124
  metadata: {}
@@ -126,7 +140,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
126
140
  version: '0'
127
141
  requirements: []
128
142
  rubyforge_project:
129
- rubygems_version: 2.1.5
143
+ rubygems_version: 2.1.9
130
144
  signing_key:
131
145
  specification_version: 4
132
146
  summary: A gem packaging of the Async Http Client for JRuby.