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 +4 -4
- data/History.rdoc +3 -0
- data/Manifest.txt +1 -1
- data/README.rdoc +1 -1
- data/lib/rjack-async-httpclient.rb +2 -2
- data/lib/rjack-async-httpclient/async-http-client-1.7.24.jar +0 -0
- data/lib/rjack-async-httpclient/base.rb +2 -2
- data/pom.xml +1 -1
- data/test/test_httpclient.rb +1 -1
- metadata +20 -6
- data/lib/rjack-async-httpclient/async-http-client-1.7.20.jar +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 05cc0fe9139653174fb86eca1e870b76057e26e8
|
|
4
|
+
data.tar.gz: 95fd14a9a4e71bba0924c5940c725bd2f38e4001
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 61a7e42e11a90ccd8ca78da807c5ca4c7ec9f870a0e9b799ee21df12892c644d5e2388cfa42af4e7b7e8d480823703b57328cabcaa179a202c5c065fd168a696
|
|
7
|
+
data.tar.gz: 3885bb4793ea156e25a5673aa6e3796bc614636451288362f82b0027a2876d917d9b79f39b38955ad06beea62bb1d95ad89ea25c92841ac605650b65512f26b0
|
data/History.rdoc
CHANGED
data/Manifest.txt
CHANGED
data/README.rdoc
CHANGED
|
@@ -28,7 +28,7 @@ for JRuby.
|
|
|
28
28
|
|
|
29
29
|
=== rjack-async-httpclient gem
|
|
30
30
|
|
|
31
|
-
Copyright (c) 2011-
|
|
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-
|
|
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 ]
|
|
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 }
|
|
Binary file
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#--
|
|
2
|
-
# Copyright (c) 2011-
|
|
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.
|
|
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
data/test/test_httpclient.rb
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
#.hashdot.profile += jruby-shortlived
|
|
3
3
|
|
|
4
4
|
#--
|
|
5
|
-
# Copyright (c) 2011-
|
|
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.
|
|
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:
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
Binary file
|