iudex-httpclient-3 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 +4 -1
- data/Manifest.txt +1 -1
- data/README.rdoc +1 -0
- data/lib/iudex-httpclient-3/base.rb +1 -1
- data/lib/iudex-httpclient-3/{iudex-httpclient-3-1.2.b.0.jar → iudex-httpclient-3-1.2.1.jar} +0 -0
- data/pom.xml +3 -3
- metadata +13 -10
data/History.rdoc
CHANGED
data/Manifest.txt
CHANGED
data/README.rdoc
CHANGED
Binary file
|
data/pom.xml
CHANGED
@@ -5,13 +5,13 @@
|
|
5
5
|
<groupId>iudex</groupId>
|
6
6
|
<artifactId>iudex-httpclient-3</artifactId>
|
7
7
|
<packaging>jar</packaging>
|
8
|
-
<version>1.2.
|
8
|
+
<version>1.2.1</version>
|
9
9
|
<name>Iudex HTTP Client 3</name>
|
10
10
|
|
11
11
|
<parent>
|
12
12
|
<groupId>iudex</groupId>
|
13
13
|
<artifactId>iudex-parent</artifactId>
|
14
|
-
<version>1.2.
|
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.
|
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-httpclient-3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
prerelease:
|
5
|
-
version: 1.2.
|
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-
|
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.
|
22
|
+
version: 1.2.1
|
23
23
|
requirement: *id001
|
24
24
|
prerelease: false
|
25
25
|
type: :runtime
|
@@ -63,7 +63,7 @@ dependencies:
|
|
63
63
|
requirements:
|
64
64
|
- - ~>
|
65
65
|
- !ruby/object:Gem::Version
|
66
|
-
version: 1.2.
|
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.
|
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-httpclient-3.rb
|
110
110
|
- test/setup.rb
|
111
111
|
- test/test_httpclient.rb
|
112
|
-
- lib/iudex-httpclient-3/iudex-httpclient-3-1.2.
|
113
|
-
homepage: http://
|
112
|
+
- lib/iudex-httpclient-3/iudex-httpclient-3-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
|
-
|
136
|
+
hash: 2
|
137
|
+
segments:
|
138
|
+
- 0
|
139
|
+
version: "0"
|
137
140
|
requirements: []
|
138
141
|
|
139
142
|
rubyforge_project:
|