iudex-async-httpclient 1.2.b.0-java → 1.2.1-java

Sign up to get free protection for your applications and to get access to all the features.
data/History.rdoc CHANGED
@@ -1,4 +1,8 @@
1
- === 1.2.b.0 (2012-3-4)
1
+ === 1.2.1 (2012-9-15)
2
+ * Upgrade to async-httpclient ~> 1.7.6
3
+ * Upgrade to logback ~> 1.2 (dev)
4
+
5
+ ==== 1.2.b.0 (2012-3-4)
2
6
  * Upgrade to tarpit ~> 2.0, bundler Gemfile, gemspec (dev)
3
7
 
4
8
  === 1.1.0 (2011-11-13)
data/Manifest.txt CHANGED
@@ -7,4 +7,4 @@ lib/iudex-async-httpclient/base.rb
7
7
  lib/iudex-async-httpclient.rb
8
8
  test/setup.rb
9
9
  test/test_httpclient.rb
10
- lib/iudex-async-httpclient/iudex-async-httpclient-1.2.b.0.jar
10
+ lib/iudex-async-httpclient/iudex-async-httpclient-1.2.1.jar
data/README.rdoc CHANGED
@@ -1,5 +1,6 @@
1
1
  = iudex-async-httpclient
2
2
 
3
+ * http://iudex.gravitext.com
3
4
  * http://github.com/dekellum/iudex
4
5
 
5
6
  == Description
@@ -16,7 +16,7 @@
16
16
 
17
17
  module Iudex
18
18
  module AsyncHTTPClient
19
- VERSION = '1.2.b.0'
19
+ VERSION = '1.2.1'
20
20
 
21
21
  LIB_DIR = File.dirname( __FILE__ ) # :nodoc:
22
22
  end
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.2.b.0</version>
8
+ <version>1.2.1</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.2.b.0</version>
14
+ <version>1.2.1</version>
15
15
  <relativePath>..</relativePath>
16
16
  </parent>
17
17
 
@@ -20,7 +20,7 @@
20
20
  <dependency>
21
21
  <groupId>iudex</groupId>
22
22
  <artifactId>iudex-http</artifactId>
23
- <version>[1.2,1.2.9999)</version>
23
+ <version>[1.2.1,1.2.999)</version>
24
24
  </dependency>
25
25
 
26
26
  <dependency>
metadata CHANGED
@@ -1,8 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iudex-async-httpclient
3
3
  version: !ruby/object:Gem::Version
4
- prerelease: 4
5
- version: 1.2.b.0
4
+ prerelease:
5
+ version: 1.2.1
6
6
  platform: java
7
7
  authors:
8
8
  - David Kellum
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2012-03-05 00:00:00 Z
13
+ date: 2012-09-15 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: iudex-http
@@ -19,7 +19,7 @@ dependencies:
19
19
  requirements:
20
20
  - - ~>
21
21
  - !ruby/object:Gem::Version
22
- version: 1.2.b
22
+ version: 1.2.1
23
23
  requirement: *id001
24
24
  prerelease: false
25
25
  type: :runtime
@@ -30,7 +30,7 @@ dependencies:
30
30
  requirements:
31
31
  - - ~>
32
32
  - !ruby/object:Gem::Version
33
- version: 1.6.5
33
+ version: 1.7.6
34
34
  requirement: *id002
35
35
  prerelease: false
36
36
  type: :runtime
@@ -63,7 +63,7 @@ dependencies:
63
63
  requirements:
64
64
  - - ~>
65
65
  - !ruby/object:Gem::Version
66
- version: 1.2.b
66
+ version: 1.2.1
67
67
  requirement: *id005
68
68
  prerelease: false
69
69
  type: :development
@@ -74,7 +74,7 @@ dependencies:
74
74
  requirements:
75
75
  - - ~>
76
76
  - !ruby/object:Gem::Version
77
- version: "1.0"
77
+ version: "1.2"
78
78
  requirement: *id006
79
79
  prerelease: false
80
80
  type: :development
@@ -109,8 +109,8 @@ files:
109
109
  - lib/iudex-async-httpclient.rb
110
110
  - test/setup.rb
111
111
  - test/test_httpclient.rb
112
- - lib/iudex-async-httpclient/iudex-async-httpclient-1.2.b.0.jar
113
- homepage: http://github.com/dekellum/iudex
112
+ - lib/iudex-async-httpclient/iudex-async-httpclient-1.2.1.jar
113
+ homepage: http://iudex.gravitext.com
114
114
  licenses: []
115
115
 
116
116
  post_install_message:
@@ -131,9 +131,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
131
131
  required_rubygems_version: !ruby/object:Gem::Requirement
132
132
  none: false
133
133
  requirements:
134
- - - ">"
134
+ - - ">="
135
135
  - !ruby/object:Gem::Version
136
- version: 1.3.1
136
+ hash: 2
137
+ segments:
138
+ - 0
139
+ version: "0"
137
140
  requirements: []
138
141
 
139
142
  rubyforge_project: