iudex 1.4.0-java → 1.5.0-java
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/History.rdoc +5 -0
- data/README.rdoc +4 -3
- metadata +70 -64
- data/Manifest.txt +0 -6
- data/Rakefile +0 -7
- data/lib/iudex.rb +0 -20
- data/lib/iudex/base.rb +0 -19
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 0b839b19c14cc9d05ae691109eaf0649fb0a4de2
|
4
|
+
data.tar.gz: d62764d6fb3afbf8c7f894bc2bc6d29218d93bd8
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 1d2adc1e944df6fcd34768d8d23c812638eb1b7e6a310e8b22545bf2a663f220afbebae75639a6ed094d3cb9841bc8549f1f1537930874f3eda186df6cf6a055
|
7
|
+
data.tar.gz: d9dd1c3d1ed8f83a6a6e6794bd963010c4a370e09606f3bb516b62e0961d2fc9d010be5ab755ae4e5bfd01c69315f276fc38fe34f4d30475f9d6a3a4d09d1ca0
|
data/History.rdoc
CHANGED
@@ -1,9 +1,14 @@
|
|
1
|
+
=== 1.5.0 (TBD)
|
2
|
+
* Expand to iudex-* >= 1.4.0, < 1.7 dependencies
|
3
|
+
|
1
4
|
=== 1.4.0 (2013-10-29)
|
2
5
|
* Upgrade to iudex-* ~> 1.4.0 dependencies
|
3
6
|
|
4
7
|
=== 1.3.0 (2012-11-8)
|
8
|
+
* Upgrade to iudex-* ~> 1.3.0 dependencies
|
5
9
|
|
6
10
|
=== 1.2.1 (2012-9-15)
|
11
|
+
* Upgrade to iudex-* ~> 1.2.1 dependencies
|
7
12
|
|
8
13
|
==== 1.2.b.0 (2012-3-4)
|
9
14
|
* Add iudex-brutefuzzy-service
|
data/README.rdoc
CHANGED
@@ -5,14 +5,15 @@
|
|
5
5
|
|
6
6
|
== Description
|
7
7
|
|
8
|
-
Iudex provides general purpose and
|
8
|
+
Iudex provides general purpose and extensible web feed aggregation and
|
9
9
|
web crawling facilities.
|
10
10
|
|
11
|
-
See the documentation included in the www/ directory
|
11
|
+
See the documentation included in the www/ directory or online at
|
12
|
+
http://iudex.gravitext.com.
|
12
13
|
|
13
14
|
== License
|
14
15
|
|
15
|
-
Copyright (c) 2008-
|
16
|
+
Copyright (c) 2008-2015 David Kellum
|
16
17
|
|
17
18
|
Licensed under the Apache License, Version 2.0 (the "License"); you
|
18
19
|
may not use this file except in compliance with the License. You
|
metadata
CHANGED
@@ -1,112 +1,129 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: iudex
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
|
5
|
-
version: 1.4.0
|
4
|
+
version: 1.5.0
|
6
5
|
platform: java
|
7
6
|
authors:
|
8
7
|
- David Kellum
|
9
8
|
autorequire:
|
10
9
|
bindir: bin
|
11
10
|
cert_chain: []
|
12
|
-
date:
|
11
|
+
date: 2015-02-03 00:00:00.000000000 Z
|
13
12
|
dependencies:
|
14
13
|
- !ruby/object:Gem::Dependency
|
15
|
-
name: iudex-worker
|
16
|
-
version_requirements: !ruby/object:Gem::Requirement
|
17
|
-
requirements:
|
18
|
-
- - ~>
|
19
|
-
- !ruby/object:Gem::Version
|
20
|
-
version: 1.4.0
|
21
|
-
none: false
|
22
14
|
requirement: !ruby/object:Gem::Requirement
|
23
15
|
requirements:
|
24
|
-
- -
|
16
|
+
- - '>='
|
25
17
|
- !ruby/object:Gem::Version
|
26
18
|
version: 1.4.0
|
27
|
-
|
19
|
+
- - <
|
20
|
+
- !ruby/object:Gem::Version
|
21
|
+
version: '1.7'
|
22
|
+
name: iudex-worker
|
28
23
|
prerelease: false
|
29
24
|
type: :runtime
|
30
|
-
- !ruby/object:Gem::Dependency
|
31
|
-
name: iudex-httpclient-3
|
32
25
|
version_requirements: !ruby/object:Gem::Requirement
|
33
26
|
requirements:
|
34
|
-
- -
|
27
|
+
- - '>='
|
35
28
|
- !ruby/object:Gem::Version
|
36
29
|
version: 1.4.0
|
37
|
-
|
30
|
+
- - <
|
31
|
+
- !ruby/object:Gem::Version
|
32
|
+
version: '1.7'
|
33
|
+
- !ruby/object:Gem::Dependency
|
38
34
|
requirement: !ruby/object:Gem::Requirement
|
39
35
|
requirements:
|
40
|
-
- -
|
36
|
+
- - '>='
|
41
37
|
- !ruby/object:Gem::Version
|
42
38
|
version: 1.4.0
|
43
|
-
|
39
|
+
- - <
|
40
|
+
- !ruby/object:Gem::Version
|
41
|
+
version: '1.7'
|
42
|
+
name: iudex-httpclient-3
|
44
43
|
prerelease: false
|
45
44
|
type: :runtime
|
46
|
-
- !ruby/object:Gem::Dependency
|
47
|
-
name: iudex-jetty-httpclient
|
48
45
|
version_requirements: !ruby/object:Gem::Requirement
|
49
46
|
requirements:
|
50
|
-
- -
|
47
|
+
- - '>='
|
51
48
|
- !ruby/object:Gem::Version
|
52
49
|
version: 1.4.0
|
53
|
-
|
50
|
+
- - <
|
51
|
+
- !ruby/object:Gem::Version
|
52
|
+
version: '1.7'
|
53
|
+
- !ruby/object:Gem::Dependency
|
54
54
|
requirement: !ruby/object:Gem::Requirement
|
55
55
|
requirements:
|
56
|
-
- -
|
56
|
+
- - '>='
|
57
57
|
- !ruby/object:Gem::Version
|
58
58
|
version: 1.4.0
|
59
|
-
|
59
|
+
- - <
|
60
|
+
- !ruby/object:Gem::Version
|
61
|
+
version: '1.7'
|
62
|
+
name: iudex-jetty-httpclient
|
60
63
|
prerelease: false
|
61
64
|
type: :runtime
|
62
|
-
- !ruby/object:Gem::Dependency
|
63
|
-
name: iudex-async-httpclient
|
64
65
|
version_requirements: !ruby/object:Gem::Requirement
|
65
66
|
requirements:
|
66
|
-
- -
|
67
|
+
- - '>='
|
67
68
|
- !ruby/object:Gem::Version
|
68
69
|
version: 1.4.0
|
69
|
-
|
70
|
+
- - <
|
71
|
+
- !ruby/object:Gem::Version
|
72
|
+
version: '1.7'
|
73
|
+
- !ruby/object:Gem::Dependency
|
70
74
|
requirement: !ruby/object:Gem::Requirement
|
71
75
|
requirements:
|
72
|
-
- -
|
76
|
+
- - '>='
|
73
77
|
- !ruby/object:Gem::Version
|
74
78
|
version: 1.4.0
|
75
|
-
|
79
|
+
- - <
|
80
|
+
- !ruby/object:Gem::Version
|
81
|
+
version: '1.7'
|
82
|
+
name: iudex-async-httpclient
|
76
83
|
prerelease: false
|
77
84
|
type: :runtime
|
78
|
-
- !ruby/object:Gem::Dependency
|
79
|
-
name: iudex-brutefuzzy-service
|
80
85
|
version_requirements: !ruby/object:Gem::Requirement
|
81
86
|
requirements:
|
82
|
-
- -
|
87
|
+
- - '>='
|
83
88
|
- !ruby/object:Gem::Version
|
84
89
|
version: 1.4.0
|
85
|
-
|
90
|
+
- - <
|
91
|
+
- !ruby/object:Gem::Version
|
92
|
+
version: '1.7'
|
93
|
+
- !ruby/object:Gem::Dependency
|
86
94
|
requirement: !ruby/object:Gem::Requirement
|
87
95
|
requirements:
|
88
|
-
- -
|
96
|
+
- - '>='
|
89
97
|
- !ruby/object:Gem::Version
|
90
98
|
version: 1.4.0
|
91
|
-
|
99
|
+
- - <
|
100
|
+
- !ruby/object:Gem::Version
|
101
|
+
version: '1.7'
|
102
|
+
name: iudex-http-test
|
92
103
|
prerelease: false
|
93
|
-
type: :
|
94
|
-
- !ruby/object:Gem::Dependency
|
95
|
-
name: rjack-tarpit
|
104
|
+
type: :development
|
96
105
|
version_requirements: !ruby/object:Gem::Requirement
|
97
106
|
requirements:
|
98
|
-
- -
|
107
|
+
- - '>='
|
99
108
|
- !ruby/object:Gem::Version
|
100
|
-
version:
|
101
|
-
|
109
|
+
version: 1.4.0
|
110
|
+
- - <
|
111
|
+
- !ruby/object:Gem::Version
|
112
|
+
version: '1.7'
|
113
|
+
- !ruby/object:Gem::Dependency
|
102
114
|
requirement: !ruby/object:Gem::Requirement
|
103
115
|
requirements:
|
104
116
|
- - ~>
|
105
117
|
- !ruby/object:Gem::Version
|
106
|
-
version: '2.
|
107
|
-
|
118
|
+
version: '2.1'
|
119
|
+
name: rjack-tarpit
|
108
120
|
prerelease: false
|
109
121
|
type: :development
|
122
|
+
version_requirements: !ruby/object:Gem::Requirement
|
123
|
+
requirements:
|
124
|
+
- - ~>
|
125
|
+
- !ruby/object:Gem::Version
|
126
|
+
version: '2.1'
|
110
127
|
description:
|
111
128
|
email:
|
112
129
|
- dek-oss@gravitext.com
|
@@ -117,13 +134,11 @@ extra_rdoc_files:
|
|
117
134
|
- README.rdoc
|
118
135
|
files:
|
119
136
|
- History.rdoc
|
120
|
-
- Manifest.txt
|
121
137
|
- README.rdoc
|
122
|
-
- Rakefile
|
123
|
-
- lib/iudex/base.rb
|
124
|
-
- lib/iudex.rb
|
125
138
|
homepage: http://iudex.gravitext.com
|
126
|
-
licenses:
|
139
|
+
licenses:
|
140
|
+
- Apache-2.0
|
141
|
+
metadata: {}
|
127
142
|
post_install_message:
|
128
143
|
rdoc_options:
|
129
144
|
- --main
|
@@ -132,27 +147,18 @@ require_paths:
|
|
132
147
|
- lib
|
133
148
|
required_ruby_version: !ruby/object:Gem::Requirement
|
134
149
|
requirements:
|
135
|
-
- -
|
150
|
+
- - '>='
|
136
151
|
- !ruby/object:Gem::Version
|
137
|
-
version:
|
138
|
-
segments:
|
139
|
-
- 0
|
140
|
-
hash: 2
|
141
|
-
none: false
|
152
|
+
version: 1.8.7
|
142
153
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
143
154
|
requirements:
|
144
|
-
- -
|
155
|
+
- - '>='
|
145
156
|
- !ruby/object:Gem::Version
|
146
157
|
version: '0'
|
147
|
-
segments:
|
148
|
-
- 0
|
149
|
-
hash: 2
|
150
|
-
none: false
|
151
158
|
requirements: []
|
152
159
|
rubyforge_project:
|
153
|
-
rubygems_version:
|
160
|
+
rubygems_version: 2.4.5
|
154
161
|
signing_key:
|
155
|
-
specification_version:
|
156
|
-
summary: Iudex provides general purpose and
|
162
|
+
specification_version: 4
|
163
|
+
summary: Iudex provides general purpose and extensible web feed aggregation and web crawling facilities.
|
157
164
|
test_files: []
|
158
|
-
...
|
data/Manifest.txt
DELETED
data/Rakefile
DELETED
data/lib/iudex.rb
DELETED
@@ -1,20 +0,0 @@
|
|
1
|
-
#--
|
2
|
-
# Copyright (c) 2008-2013 David Kellum
|
3
|
-
#
|
4
|
-
# Licensed under the Apache License, Version 2.0 (the "License"); you
|
5
|
-
# may not use this file except in compliance with the License. You
|
6
|
-
# may obtain a copy of the License at
|
7
|
-
#
|
8
|
-
# http://www.apache.org/licenses/LICENSE-2.0
|
9
|
-
#
|
10
|
-
# Unless required by applicable law or agreed to in writing, software
|
11
|
-
# distributed under the License is distributed on an "AS IS" BASIS,
|
12
|
-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
13
|
-
# implied. See the License for the specific language governing
|
14
|
-
# permissions and limitations under the License.
|
15
|
-
#++
|
16
|
-
|
17
|
-
require 'iudex/base'
|
18
|
-
|
19
|
-
module Iudex
|
20
|
-
end
|
data/lib/iudex/base.rb
DELETED
@@ -1,19 +0,0 @@
|
|
1
|
-
#--
|
2
|
-
# Copyright (c) 2008-2013 David Kellum
|
3
|
-
#
|
4
|
-
# Licensed under the Apache License, Version 2.0 (the "License"); you
|
5
|
-
# may not use this file except in compliance with the License. You
|
6
|
-
# may obtain a copy of the License at
|
7
|
-
#
|
8
|
-
# http://www.apache.org/licenses/LICENSE-2.0
|
9
|
-
#
|
10
|
-
# Unless required by applicable law or agreed to in writing, software
|
11
|
-
# distributed under the License is distributed on an "AS IS" BASIS,
|
12
|
-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
13
|
-
# implied. See the License for the specific language governing
|
14
|
-
# permissions and limitations under the License.
|
15
|
-
#++
|
16
|
-
|
17
|
-
module Iudex
|
18
|
-
VERSION = '1.4.0'
|
19
|
-
end
|