iudex-filter 1.4.0-java → 1.7.0-java

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 64608b08b57755cd314bb3afc97f344262858ffd
4
+ data.tar.gz: 46be4647dd9f46a1dff632fd34bee1c0732b1db1
5
+ SHA512:
6
+ metadata.gz: 18f0a9425ee7ae17e52fdac3d3613f4eae8dcce183c70e4f003f23bea2947b6b326aa075b6793a014ae2ef4e95dfc39c113c4eac09c6911c0a5fad4f91326ddf
7
+ data.tar.gz: 8fa5425bd3bfea6b9e7b9a8160eb1c8c966734725178577d40e2907a4a551568c758de57e0b021d51a97e8b93476169f70a10c956736697f4f75c953702a0545
@@ -1,3 +1,6 @@
1
+ === 1.7.0 (2015-5-3)
2
+ * Upgrade to iudex-* ~> 1.7 dependencies
3
+
1
4
  === 1.4.0 (2013-10-29)
2
5
  * Upgrade to iudex-* ~> 1.4.0 dependencies
3
6
  * Upgrade to minitest ~> 4.7.4 (dev)
@@ -15,4 +15,4 @@ test/test_filter_base.rb
15
15
  test/test_filter_chain_factory.rb
16
16
  test/test_proc_filter.rb
17
17
  test/test_sublist_filter.rb
18
- lib/iudex-filter/iudex-filter-1.4.0.jar
18
+ lib/iudex-filter/iudex-filter-1.7.0.jar
@@ -11,7 +11,7 @@ of responsbility sub-system.
11
11
 
12
12
  == License
13
13
 
14
- Copyright (c) 2008-2013 David Kellum
14
+ Copyright (c) 2008-2015 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-2013 David Kellum
2
+ # Copyright (c) 2008-2015 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
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright (c) 2008-2013 David Kellum
2
+ # Copyright (c) 2008-2015 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 Filter
19
- VERSION = '1.4.0'
19
+ VERSION = '1.7.0'
20
20
 
21
21
  LIB_DIR = File.dirname( __FILE__ ) # :nodoc:
22
22
  end
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright (c) 2008-2013 David Kellum
2
+ # Copyright (c) 2008-2015 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
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright (c) 2008-2013 David Kellum
2
+ # Copyright (c) 2008-2015 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
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright (c) 2008-2013 David Kellum
2
+ # Copyright (c) 2008-2015 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
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright (c) 2008-2013 David Kellum
2
+ # Copyright (c) 2008-2015 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 may
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright (c) 2008-2013 David Kellum
2
+ # Copyright (c) 2008-2015 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 may
data/pom.xml CHANGED
@@ -5,13 +5,13 @@
5
5
  <groupId>iudex</groupId>
6
6
  <artifactId>iudex-filter</artifactId>
7
7
  <packaging>jar</packaging>
8
- <version>1.4.0</version>
8
+ <version>1.7.0</version>
9
9
  <name>Iudex Filter</name>
10
10
 
11
11
  <parent>
12
12
  <groupId>iudex</groupId>
13
13
  <artifactId>iudex-parent</artifactId>
14
- <version>1.4.0</version>
14
+ <version>1.7.0</version>
15
15
  <relativePath>..</relativePath>
16
16
  </parent>
17
17
 
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright (c) 2008-2013 David Kellum
2
+ # Copyright (c) 2008-2015 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
@@ -2,7 +2,7 @@
2
2
  #.hashdot.profile += jruby-shortlived
3
3
 
4
4
  #--
5
- # Copyright (c) 2008-2013 David Kellum
5
+ # Copyright (c) 2008-2015 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
@@ -2,7 +2,7 @@
2
2
  #.hashdot.profile += jruby-shortlived
3
3
 
4
4
  #--
5
- # Copyright (c) 2008-2013 David Kellum
5
+ # Copyright (c) 2008-2015 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
@@ -2,7 +2,7 @@
2
2
  #.hashdot.profile += jruby-shortlived
3
3
 
4
4
  #--
5
- # Copyright (c) 2008-2013 David Kellum
5
+ # Copyright (c) 2008-2015 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
@@ -2,7 +2,7 @@
2
2
  #.hashdot.profile += jruby-shortlived
3
3
 
4
4
  #--
5
- # Copyright (c) 2008-2013 David Kellum
5
+ # Copyright (c) 2008-2015 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
@@ -1,96 +1,85 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iudex-filter
3
3
  version: !ruby/object:Gem::Version
4
- prerelease:
5
- version: 1.4.0
4
+ version: 1.7.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: 2013-10-30 00:00:00.000000000 Z
11
+ date: 2015-05-04 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
- name: rjack-slf4j
16
- version_requirements: !ruby/object:Gem::Requirement
17
- requirements:
18
- - - ~>
19
- - !ruby/object:Gem::Version
20
- version: 1.7.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.7.0
27
- none: false
19
+ name: rjack-slf4j
28
20
  prerelease: false
29
21
  type: :runtime
30
- - !ruby/object:Gem::Dependency
31
- name: gravitext-util
32
22
  version_requirements: !ruby/object:Gem::Requirement
33
23
  requirements:
34
24
  - - ~>
35
25
  - !ruby/object:Gem::Version
36
26
  version: 1.7.0
37
- none: false
27
+ - !ruby/object:Gem::Dependency
38
28
  requirement: !ruby/object:Gem::Requirement
39
29
  requirements:
40
30
  - - ~>
41
31
  - !ruby/object:Gem::Version
42
32
  version: 1.7.0
43
- none: false
33
+ name: gravitext-util
44
34
  prerelease: false
45
35
  type: :runtime
46
- - !ruby/object:Gem::Dependency
47
- name: minitest
48
36
  version_requirements: !ruby/object:Gem::Requirement
49
37
  requirements:
50
38
  - - ~>
51
39
  - !ruby/object:Gem::Version
52
- version: 4.7.4
53
- none: false
40
+ version: 1.7.0
41
+ - !ruby/object:Gem::Dependency
54
42
  requirement: !ruby/object:Gem::Requirement
55
43
  requirements:
56
44
  - - ~>
57
45
  - !ruby/object:Gem::Version
58
46
  version: 4.7.4
59
- none: false
47
+ name: minitest
60
48
  prerelease: false
61
49
  type: :development
62
- - !ruby/object:Gem::Dependency
63
- name: rjack-logback
64
50
  version_requirements: !ruby/object:Gem::Requirement
65
51
  requirements:
66
52
  - - ~>
67
53
  - !ruby/object:Gem::Version
68
- version: '1.5'
69
- none: false
54
+ version: 4.7.4
55
+ - !ruby/object:Gem::Dependency
70
56
  requirement: !ruby/object:Gem::Requirement
71
57
  requirements:
72
58
  - - ~>
73
59
  - !ruby/object:Gem::Version
74
60
  version: '1.5'
75
- none: false
61
+ name: rjack-logback
76
62
  prerelease: false
77
63
  type: :development
78
- - !ruby/object:Gem::Dependency
79
- name: rjack-tarpit
80
64
  version_requirements: !ruby/object:Gem::Requirement
81
65
  requirements:
82
66
  - - ~>
83
67
  - !ruby/object:Gem::Version
84
- version: '2.0'
85
- none: false
68
+ version: '1.5'
69
+ - !ruby/object:Gem::Dependency
86
70
  requirement: !ruby/object:Gem::Requirement
87
71
  requirements:
88
72
  - - ~>
89
73
  - !ruby/object:Gem::Version
90
- version: '2.0'
91
- none: false
74
+ version: '2.1'
75
+ name: rjack-tarpit
92
76
  prerelease: false
93
77
  type: :development
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - ~>
81
+ - !ruby/object:Gem::Version
82
+ version: '2.1'
94
83
  description: Iudex is a general purpose web crawler and feed processor in ruby/java. The iudex-filter gem contains a fundamental filtering/chain of responsbility sub-system.
95
84
  email:
96
85
  - dek-oss@gravitext.com
@@ -104,22 +93,24 @@ files:
104
93
  - Manifest.txt
105
94
  - README.rdoc
106
95
  - Rakefile
107
- - pom.xml
108
- - lib/iudex-filter/base.rb
109
96
  - lib/iudex-filter.rb
97
+ - lib/iudex-filter/base.rb
110
98
  - lib/iudex-filter/by_filter_logger.rb
111
99
  - lib/iudex-filter/filter_base.rb
112
100
  - lib/iudex-filter/filter_chain_factory.rb
101
+ - lib/iudex-filter/iudex-filter-1.7.0.jar
113
102
  - lib/iudex-filter/key_helper.rb
114
103
  - lib/iudex-filter/proc_filter.rb
104
+ - pom.xml
115
105
  - test/setup.rb
116
106
  - test/test_filter_base.rb
117
107
  - test/test_filter_chain_factory.rb
118
108
  - test/test_proc_filter.rb
119
109
  - test/test_sublist_filter.rb
120
- - lib/iudex-filter/iudex-filter-1.4.0.jar
121
110
  homepage: http://iudex.gravitext.com
122
- licenses: []
111
+ licenses:
112
+ - Apache-2.0
113
+ metadata: {}
123
114
  post_install_message:
124
115
  rdoc_options:
125
116
  - --main
@@ -128,27 +119,18 @@ require_paths:
128
119
  - lib
129
120
  required_ruby_version: !ruby/object:Gem::Requirement
130
121
  requirements:
131
- - - ! '>='
122
+ - - '>='
132
123
  - !ruby/object:Gem::Version
133
- version: '0'
134
- segments:
135
- - 0
136
- hash: 2
137
- none: false
124
+ version: 1.8.7
138
125
  required_rubygems_version: !ruby/object:Gem::Requirement
139
126
  requirements:
140
- - - ! '>='
127
+ - - '>='
141
128
  - !ruby/object:Gem::Version
142
129
  version: '0'
143
- segments:
144
- - 0
145
- hash: 2
146
- none: false
147
130
  requirements: []
148
131
  rubyforge_project:
149
- rubygems_version: 1.8.24
132
+ rubygems_version: 2.4.5
150
133
  signing_key:
151
- specification_version: 3
134
+ specification_version: 4
152
135
  summary: Iudex is a general purpose web crawler and feed processor in ruby/java.
153
136
  test_files: []
154
- ...