iudex-async-httpclient 1.3.0-java → 1.4.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 +5 -0
- data/Manifest.txt +1 -1
- data/README.rdoc +1 -1
- data/lib/iudex-async-httpclient.rb +1 -1
- data/lib/iudex-async-httpclient/base.rb +2 -2
- data/lib/iudex-async-httpclient/{iudex-async-httpclient-1.3.0.jar → iudex-async-httpclient-1.4.0.jar} +0 -0
- data/pom.xml +4 -4
- data/test/setup.rb +1 -1
- data/test/test_httpclient.rb +1 -1
- metadata +11 -11
data/History.rdoc
CHANGED
data/Manifest.txt
CHANGED
data/README.rdoc
CHANGED
|
@@ -11,7 +11,7 @@ of the iudex-http interfaces.
|
|
|
11
11
|
|
|
12
12
|
== License
|
|
13
13
|
|
|
14
|
-
Copyright (c) 2008-
|
|
14
|
+
Copyright (c) 2008-2013 David Kellum
|
|
15
15
|
|
|
16
16
|
Licensed under the Apache License, Version 2.0 (the "License"); you
|
|
17
17
|
may not use this file except in compliance with the License. You
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#--
|
|
2
|
-
# Copyright (c) 2008-
|
|
2
|
+
# Copyright (c) 2008-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
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
|
|
17
17
|
module Iudex
|
|
18
18
|
module AsyncHTTPClient
|
|
19
|
-
VERSION = '1.
|
|
19
|
+
VERSION = '1.4.0'
|
|
20
20
|
|
|
21
21
|
LIB_DIR = File.dirname( __FILE__ ) # :nodoc:
|
|
22
22
|
end
|
|
Binary file
|
data/pom.xml
CHANGED
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
<groupId>iudex</groupId>
|
|
6
6
|
<artifactId>iudex-async-httpclient</artifactId>
|
|
7
7
|
<packaging>jar</packaging>
|
|
8
|
-
<version>1.
|
|
8
|
+
<version>1.4.0</version>
|
|
9
9
|
<name>Iudex Async HTTP Client Adaptor</name>
|
|
10
10
|
|
|
11
11
|
<parent>
|
|
12
12
|
<groupId>iudex</groupId>
|
|
13
13
|
<artifactId>iudex-parent</artifactId>
|
|
14
|
-
<version>1.
|
|
14
|
+
<version>1.4.0</version>
|
|
15
15
|
<relativePath>..</relativePath>
|
|
16
16
|
</parent>
|
|
17
17
|
|
|
@@ -20,13 +20,13 @@
|
|
|
20
20
|
<dependency>
|
|
21
21
|
<groupId>iudex</groupId>
|
|
22
22
|
<artifactId>iudex-http</artifactId>
|
|
23
|
-
<version>[1.
|
|
23
|
+
<version>[1.4.0,1.4.999)</version>
|
|
24
24
|
</dependency>
|
|
25
25
|
|
|
26
26
|
<dependency>
|
|
27
27
|
<groupId>com.ning</groupId>
|
|
28
28
|
<artifactId>async-http-client</artifactId>
|
|
29
|
-
<version>[1.
|
|
29
|
+
<version>[1.7.11,1.7.9999]</version>
|
|
30
30
|
</dependency>
|
|
31
31
|
|
|
32
32
|
</dependencies>
|
data/test/setup.rb
CHANGED
data/test/test_httpclient.rb
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
#.hashdot.profile += jruby-shortlived
|
|
3
3
|
|
|
4
4
|
#--
|
|
5
|
-
# Copyright (c) 2008-
|
|
5
|
+
# Copyright (c) 2008-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
|
metadata
CHANGED
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
name: iudex-async-httpclient
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 1.
|
|
5
|
+
version: 1.4.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:
|
|
12
|
+
date: 2013-10-30 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: iudex-http
|
|
@@ -17,13 +17,13 @@ dependencies:
|
|
|
17
17
|
requirements:
|
|
18
18
|
- - ~>
|
|
19
19
|
- !ruby/object:Gem::Version
|
|
20
|
-
version: 1.
|
|
20
|
+
version: 1.4.0
|
|
21
21
|
none: false
|
|
22
22
|
requirement: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - ~>
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 1.
|
|
26
|
+
version: 1.4.0
|
|
27
27
|
none: false
|
|
28
28
|
prerelease: false
|
|
29
29
|
type: :runtime
|
|
@@ -33,13 +33,13 @@ dependencies:
|
|
|
33
33
|
requirements:
|
|
34
34
|
- - ~>
|
|
35
35
|
- !ruby/object:Gem::Version
|
|
36
|
-
version: 1.7.
|
|
36
|
+
version: 1.7.11
|
|
37
37
|
none: false
|
|
38
38
|
requirement: !ruby/object:Gem::Requirement
|
|
39
39
|
requirements:
|
|
40
40
|
- - ~>
|
|
41
41
|
- !ruby/object:Gem::Version
|
|
42
|
-
version: 1.7.
|
|
42
|
+
version: 1.7.11
|
|
43
43
|
none: false
|
|
44
44
|
prerelease: false
|
|
45
45
|
type: :runtime
|
|
@@ -65,13 +65,13 @@ dependencies:
|
|
|
65
65
|
requirements:
|
|
66
66
|
- - ~>
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
|
-
version:
|
|
68
|
+
version: 4.7.4
|
|
69
69
|
none: false
|
|
70
70
|
requirement: !ruby/object:Gem::Requirement
|
|
71
71
|
requirements:
|
|
72
72
|
- - ~>
|
|
73
73
|
- !ruby/object:Gem::Version
|
|
74
|
-
version:
|
|
74
|
+
version: 4.7.4
|
|
75
75
|
none: false
|
|
76
76
|
prerelease: false
|
|
77
77
|
type: :development
|
|
@@ -81,13 +81,13 @@ dependencies:
|
|
|
81
81
|
requirements:
|
|
82
82
|
- - ~>
|
|
83
83
|
- !ruby/object:Gem::Version
|
|
84
|
-
version: 1.
|
|
84
|
+
version: 1.4.0
|
|
85
85
|
none: false
|
|
86
86
|
requirement: !ruby/object:Gem::Requirement
|
|
87
87
|
requirements:
|
|
88
88
|
- - ~>
|
|
89
89
|
- !ruby/object:Gem::Version
|
|
90
|
-
version: 1.
|
|
90
|
+
version: 1.4.0
|
|
91
91
|
none: false
|
|
92
92
|
prerelease: false
|
|
93
93
|
type: :development
|
|
@@ -141,7 +141,7 @@ files:
|
|
|
141
141
|
- lib/iudex-async-httpclient.rb
|
|
142
142
|
- test/setup.rb
|
|
143
143
|
- test/test_httpclient.rb
|
|
144
|
-
- lib/iudex-async-httpclient/iudex-async-httpclient-1.
|
|
144
|
+
- lib/iudex-async-httpclient/iudex-async-httpclient-1.4.0.jar
|
|
145
145
|
homepage: http://iudex.gravitext.com
|
|
146
146
|
licenses: []
|
|
147
147
|
post_install_message:
|