rjack-async-httpclient 1.7.6.0-java → 1.7.9.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 +3 -0
- data/Manifest.txt +1 -2
- data/README.rdoc +1 -1
- data/assembly.xml +0 -1
- data/lib/rjack-async-httpclient.rb +2 -1
- data/lib/rjack-async-httpclient/{async-http-client-1.7.6.jar → async-http-client-1.7.9.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 +138 -105
- data/lib/rjack-async-httpclient/netty-3.4.4.Final.jar +0 -0
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-2013 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
|
data/assembly.xml
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#--
|
|
2
|
-
# Copyright (c) 2011-
|
|
2
|
+
# Copyright (c) 2011-2013 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,6 +16,7 @@
|
|
|
16
16
|
|
|
17
17
|
require 'rjack-slf4j'
|
|
18
18
|
require 'rjack-async-httpclient/base'
|
|
19
|
+
require 'rjack-netty'
|
|
19
20
|
|
|
20
21
|
require 'java'
|
|
21
22
|
|
|
Binary file
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#--
|
|
2
|
-
# Copyright (c) 2011-
|
|
2
|
+
# Copyright (c) 2011-2013 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.9'
|
|
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-2013 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,119 +1,152 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rjack-async-httpclient
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
4
|
-
prerelease:
|
|
5
|
-
version: 1.7.
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
prerelease:
|
|
5
|
+
version: 1.7.9.0
|
|
6
6
|
platform: java
|
|
7
|
-
authors:
|
|
8
|
-
|
|
9
|
-
autorequire:
|
|
7
|
+
authors:
|
|
8
|
+
- David Kellum
|
|
9
|
+
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
12
|
+
date: 2013-01-09 00:00:00.000000000 Z
|
|
13
|
+
dependencies:
|
|
14
|
+
- !ruby/object:Gem::Dependency
|
|
15
|
+
name: rjack-netty
|
|
16
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
17
|
+
requirements:
|
|
18
|
+
- - ~>
|
|
19
|
+
- !ruby/object:Gem::Version
|
|
20
|
+
version: 3.4.4
|
|
21
|
+
none: false
|
|
22
|
+
requirement: !ruby/object:Gem::Requirement
|
|
23
|
+
requirements:
|
|
24
|
+
- - ~>
|
|
25
|
+
- !ruby/object:Gem::Version
|
|
26
|
+
version: 3.4.4
|
|
27
|
+
none: false
|
|
28
|
+
prerelease: false
|
|
29
|
+
type: :runtime
|
|
30
|
+
- !ruby/object:Gem::Dependency
|
|
31
|
+
name: rjack-slf4j
|
|
32
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
33
|
+
requirements:
|
|
34
|
+
- - ! '>='
|
|
35
|
+
- !ruby/object:Gem::Version
|
|
36
|
+
version: 1.6.5
|
|
37
|
+
- - <
|
|
38
|
+
- !ruby/object:Gem::Version
|
|
39
|
+
version: '1.8'
|
|
40
|
+
none: false
|
|
41
|
+
requirement: !ruby/object:Gem::Requirement
|
|
42
|
+
requirements:
|
|
43
|
+
- - ! '>='
|
|
44
|
+
- !ruby/object:Gem::Version
|
|
45
|
+
version: 1.6.5
|
|
46
|
+
- - <
|
|
47
|
+
- !ruby/object:Gem::Version
|
|
48
|
+
version: '1.8'
|
|
49
|
+
none: false
|
|
50
|
+
prerelease: false
|
|
51
|
+
type: :runtime
|
|
52
|
+
- !ruby/object:Gem::Dependency
|
|
53
|
+
name: rjack-logback
|
|
54
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
55
|
+
requirements:
|
|
56
|
+
- - ~>
|
|
57
|
+
- !ruby/object:Gem::Version
|
|
58
|
+
version: '1.2'
|
|
59
|
+
none: false
|
|
60
|
+
requirement: !ruby/object:Gem::Requirement
|
|
61
|
+
requirements:
|
|
62
|
+
- - ~>
|
|
63
|
+
- !ruby/object:Gem::Version
|
|
64
|
+
version: '1.2'
|
|
65
|
+
none: false
|
|
66
|
+
prerelease: false
|
|
67
|
+
type: :development
|
|
68
|
+
- !ruby/object:Gem::Dependency
|
|
69
|
+
name: minitest
|
|
70
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
71
|
+
requirements:
|
|
72
|
+
- - ~>
|
|
73
|
+
- !ruby/object:Gem::Version
|
|
74
|
+
version: '2.3'
|
|
75
|
+
none: false
|
|
76
|
+
requirement: !ruby/object:Gem::Requirement
|
|
77
|
+
requirements:
|
|
78
|
+
- - ~>
|
|
79
|
+
- !ruby/object:Gem::Version
|
|
80
|
+
version: '2.3'
|
|
81
|
+
none: false
|
|
82
|
+
prerelease: false
|
|
83
|
+
type: :development
|
|
84
|
+
- !ruby/object:Gem::Dependency
|
|
85
|
+
name: rjack-tarpit
|
|
86
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
87
|
+
requirements:
|
|
88
|
+
- - ~>
|
|
89
|
+
- !ruby/object:Gem::Version
|
|
90
|
+
version: '2.0'
|
|
91
|
+
none: false
|
|
92
|
+
requirement: !ruby/object:Gem::Requirement
|
|
93
|
+
requirements:
|
|
94
|
+
- - ~>
|
|
95
|
+
- !ruby/object:Gem::Version
|
|
96
|
+
version: '2.0'
|
|
97
|
+
none: false
|
|
98
|
+
prerelease: false
|
|
99
|
+
type: :development
|
|
100
|
+
description:
|
|
101
|
+
email:
|
|
102
|
+
- dek-oss@gravitext.com
|
|
65
103
|
executables: []
|
|
66
|
-
|
|
67
104
|
extensions: []
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
- lib/rjack-async-httpclient/async-http-client-1.7.6.jar
|
|
83
|
-
- lib/rjack-async-httpclient/netty-3.4.4.Final.jar
|
|
105
|
+
extra_rdoc_files:
|
|
106
|
+
- History.rdoc
|
|
107
|
+
- README.rdoc
|
|
108
|
+
files:
|
|
109
|
+
- History.rdoc
|
|
110
|
+
- Manifest.txt
|
|
111
|
+
- README.rdoc
|
|
112
|
+
- Rakefile
|
|
113
|
+
- assembly.xml
|
|
114
|
+
- pom.xml
|
|
115
|
+
- lib/rjack-async-httpclient/base.rb
|
|
116
|
+
- lib/rjack-async-httpclient.rb
|
|
117
|
+
- test/test_httpclient.rb
|
|
118
|
+
- lib/rjack-async-httpclient/async-http-client-1.7.9.jar
|
|
84
119
|
homepage: http://rjack.rubyforge.org
|
|
85
120
|
licenses: []
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
121
|
+
post_install_message:
|
|
122
|
+
rdoc_options:
|
|
123
|
+
- --main
|
|
124
|
+
- README.rdoc
|
|
125
|
+
require_paths:
|
|
126
|
+
- lib
|
|
127
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
128
|
+
requirements:
|
|
129
|
+
- - ! '>='
|
|
130
|
+
- !ruby/object:Gem::Version
|
|
131
|
+
version: '0'
|
|
132
|
+
segments:
|
|
133
|
+
- 0
|
|
134
|
+
hash: 2
|
|
94
135
|
none: false
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
136
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
137
|
+
requirements:
|
|
138
|
+
- - ! '>='
|
|
139
|
+
- !ruby/object:Gem::Version
|
|
140
|
+
version: '0'
|
|
141
|
+
segments:
|
|
142
|
+
- 0
|
|
143
|
+
hash: 2
|
|
103
144
|
none: false
|
|
104
|
-
requirements:
|
|
105
|
-
- - ">="
|
|
106
|
-
- !ruby/object:Gem::Version
|
|
107
|
-
hash: 2
|
|
108
|
-
segments:
|
|
109
|
-
- 0
|
|
110
|
-
version: "0"
|
|
111
145
|
requirements: []
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
signing_key:
|
|
146
|
+
rubyforge_project:
|
|
147
|
+
rubygems_version: 1.8.24
|
|
148
|
+
signing_key:
|
|
116
149
|
specification_version: 3
|
|
117
150
|
summary: A gem packaging of the Async Http Client for JRuby.
|
|
118
151
|
test_files: []
|
|
119
|
-
|
|
152
|
+
...
|
|
Binary file
|