iudex 1.1.0-java → 1.2.b.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 +4 -0
- data/README.rdoc +1 -1
- data/Rakefile +2 -28
- data/lib/iudex.rb +1 -1
- data/lib/iudex/base.rb +2 -2
- metadata +42 -33
data/History.rdoc
CHANGED
data/README.rdoc
CHANGED
@@ -11,7 +11,7 @@ See the documentation included in the www/ directory.
|
|
11
11
|
|
12
12
|
== License
|
13
13
|
|
14
|
-
Copyright (c) 2008-
|
14
|
+
Copyright (c) 2008-2012 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
|
data/Rakefile
CHANGED
@@ -1,33 +1,7 @@
|
|
1
1
|
# -*- ruby -*-
|
2
2
|
|
3
|
-
$LOAD_PATH << './lib'
|
4
|
-
require 'iudex/base'
|
5
|
-
|
6
3
|
require 'rubygems'
|
7
|
-
|
4
|
+
require 'bundler/setup'
|
8
5
|
require 'rjack-tarpit'
|
9
6
|
|
10
|
-
|
11
|
-
|
12
|
-
t.specify do |h|
|
13
|
-
h.developer( "David Kellum", "dek-oss@gravitext.com" )
|
14
|
-
h.extra_deps += [ [ 'iudex-worker', '~> 1.1.0' ],
|
15
|
-
[ 'iudex-httpclient-3', '~> 1.1.0' ],
|
16
|
-
[ 'iudex-jetty-httpclient', '~> 1.1.0' ],
|
17
|
-
[ 'iudex-async-httpclient', '~> 1.1.0' ] ]
|
18
|
-
end
|
19
|
-
|
20
|
-
task :chk_hist_vers do
|
21
|
-
t.test_line_match( 'History.rdoc', /^==/, / #{t.version} / )
|
22
|
-
end
|
23
|
-
task :chk_hist_date do
|
24
|
-
t.test_line_match( 'History.rdoc', /^==/, /\([0-9\-]+\)$/ )
|
25
|
-
end
|
26
|
-
|
27
|
-
task :gem => [ :chk_hist_vers, ]
|
28
|
-
task :tag => [ :chk_hist_vers, :chk_hist_date ]
|
29
|
-
task :push => [ :chk_hist_date ]
|
30
|
-
|
31
|
-
t.define_tasks
|
32
|
-
|
33
|
-
task :test
|
7
|
+
RJack::TarPit.new( 'iudex' ).define_tasks
|
data/lib/iudex.rb
CHANGED
data/lib/iudex/base.rb
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
#--
|
2
|
-
# Copyright (c) 2008-
|
2
|
+
# Copyright (c) 2008-2012 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
|
@@ -15,5 +15,5 @@
|
|
15
15
|
#++
|
16
16
|
|
17
17
|
module Iudex
|
18
|
-
VERSION = '1.
|
18
|
+
VERSION = '1.2.b.0'
|
19
19
|
end
|
metadata
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: iudex
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
prerelease:
|
5
|
-
version: 1.
|
4
|
+
prerelease: 4
|
5
|
+
version: 1.2.b.0
|
6
6
|
platform: java
|
7
7
|
authors:
|
8
8
|
- David Kellum
|
@@ -10,68 +10,75 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date:
|
13
|
+
date: 2012-03-05 00:00:00 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: iudex-worker
|
17
|
-
|
18
|
-
requirement: &id001 !ruby/object:Gem::Requirement
|
17
|
+
version_requirements: &id001 !ruby/object:Gem::Requirement
|
19
18
|
none: false
|
20
19
|
requirements:
|
21
20
|
- - ~>
|
22
21
|
- !ruby/object:Gem::Version
|
23
|
-
version: 1.
|
22
|
+
version: 1.2.b
|
23
|
+
requirement: *id001
|
24
|
+
prerelease: false
|
24
25
|
type: :runtime
|
25
|
-
version_requirements: *id001
|
26
26
|
- !ruby/object:Gem::Dependency
|
27
27
|
name: iudex-httpclient-3
|
28
|
-
|
29
|
-
requirement: &id002 !ruby/object:Gem::Requirement
|
28
|
+
version_requirements: &id002 !ruby/object:Gem::Requirement
|
30
29
|
none: false
|
31
30
|
requirements:
|
32
31
|
- - ~>
|
33
32
|
- !ruby/object:Gem::Version
|
34
|
-
version: 1.
|
33
|
+
version: 1.2.b
|
34
|
+
requirement: *id002
|
35
|
+
prerelease: false
|
35
36
|
type: :runtime
|
36
|
-
version_requirements: *id002
|
37
37
|
- !ruby/object:Gem::Dependency
|
38
38
|
name: iudex-jetty-httpclient
|
39
|
-
|
40
|
-
requirement: &id003 !ruby/object:Gem::Requirement
|
39
|
+
version_requirements: &id003 !ruby/object:Gem::Requirement
|
41
40
|
none: false
|
42
41
|
requirements:
|
43
42
|
- - ~>
|
44
43
|
- !ruby/object:Gem::Version
|
45
|
-
version: 1.
|
44
|
+
version: 1.2.b
|
45
|
+
requirement: *id003
|
46
|
+
prerelease: false
|
46
47
|
type: :runtime
|
47
|
-
version_requirements: *id003
|
48
48
|
- !ruby/object:Gem::Dependency
|
49
49
|
name: iudex-async-httpclient
|
50
|
+
version_requirements: &id004 !ruby/object:Gem::Requirement
|
51
|
+
none: false
|
52
|
+
requirements:
|
53
|
+
- - ~>
|
54
|
+
- !ruby/object:Gem::Version
|
55
|
+
version: 1.2.b
|
56
|
+
requirement: *id004
|
50
57
|
prerelease: false
|
51
|
-
|
58
|
+
type: :runtime
|
59
|
+
- !ruby/object:Gem::Dependency
|
60
|
+
name: iudex-brutefuzzy-service
|
61
|
+
version_requirements: &id005 !ruby/object:Gem::Requirement
|
52
62
|
none: false
|
53
63
|
requirements:
|
54
64
|
- - ~>
|
55
65
|
- !ruby/object:Gem::Version
|
56
|
-
version: 1.
|
66
|
+
version: 1.2.b
|
67
|
+
requirement: *id005
|
68
|
+
prerelease: false
|
57
69
|
type: :runtime
|
58
|
-
version_requirements: *id004
|
59
70
|
- !ruby/object:Gem::Dependency
|
60
71
|
name: rjack-tarpit
|
61
|
-
|
62
|
-
requirement: &id005 !ruby/object:Gem::Requirement
|
72
|
+
version_requirements: &id006 !ruby/object:Gem::Requirement
|
63
73
|
none: false
|
64
74
|
requirements:
|
65
75
|
- - ~>
|
66
76
|
- !ruby/object:Gem::Version
|
67
|
-
version:
|
77
|
+
version: "2.0"
|
78
|
+
requirement: *id006
|
79
|
+
prerelease: false
|
68
80
|
type: :development
|
69
|
-
|
70
|
-
description: |-
|
71
|
-
Iudex provides general purpose and extendable web feed aggregation and
|
72
|
-
web crawling facilities.
|
73
|
-
|
74
|
-
See the documentation included in the www/ directory.
|
81
|
+
description:
|
75
82
|
email:
|
76
83
|
- dek-oss@gravitext.com
|
77
84
|
executables: []
|
@@ -79,7 +86,6 @@ executables: []
|
|
79
86
|
extensions: []
|
80
87
|
|
81
88
|
extra_rdoc_files:
|
82
|
-
- Manifest.txt
|
83
89
|
- History.rdoc
|
84
90
|
- README.rdoc
|
85
91
|
files:
|
@@ -103,19 +109,22 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
103
109
|
requirements:
|
104
110
|
- - ">="
|
105
111
|
- !ruby/object:Gem::Version
|
112
|
+
hash: 2
|
113
|
+
segments:
|
114
|
+
- 0
|
106
115
|
version: "0"
|
107
116
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
108
117
|
none: false
|
109
118
|
requirements:
|
110
|
-
- - "
|
119
|
+
- - ">"
|
111
120
|
- !ruby/object:Gem::Version
|
112
|
-
version:
|
121
|
+
version: 1.3.1
|
113
122
|
requirements: []
|
114
123
|
|
115
|
-
rubyforge_project:
|
116
|
-
rubygems_version: 1.8.
|
124
|
+
rubyforge_project:
|
125
|
+
rubygems_version: 1.8.15
|
117
126
|
signing_key:
|
118
127
|
specification_version: 3
|
119
|
-
summary: Iudex provides general purpose and extendable web feed aggregation and web crawling facilities
|
128
|
+
summary: Iudex provides general purpose and extendable web feed aggregation and web crawling facilities.
|
120
129
|
test_files: []
|
121
130
|
|