iudex-core 1.2.b.0-java → 1.2.b.1-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 +3 -0
- data/Manifest.txt +1 -1
- data/lib/iudex-core/base.rb +1 -1
- data/lib/iudex-core/{iudex-core-1.2.b.0.jar → iudex-core-1.2.b.1.jar} +0 -0
- data/pom.xml +1 -1
- metadata +4 -4
data/History.rdoc
CHANGED
data/Manifest.txt
CHANGED
data/lib/iudex-core/base.rb
CHANGED
|
Binary file
|
data/pom.xml
CHANGED
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: iudex-core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease: 4
|
|
5
|
-
version: 1.2.b.
|
|
5
|
+
version: 1.2.b.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-07-23 00:00:00 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: rjack-slf4j
|
|
@@ -148,7 +148,7 @@ files:
|
|
|
148
148
|
- test/test_visit_manager.rb
|
|
149
149
|
- test/test_visit_queue.rb
|
|
150
150
|
- test/test_visit_url.rb
|
|
151
|
-
- lib/iudex-core/iudex-core-1.2.b.
|
|
151
|
+
- lib/iudex-core/iudex-core-1.2.b.1.jar
|
|
152
152
|
homepage: http://github.com/dekellum/iudex
|
|
153
153
|
licenses: []
|
|
154
154
|
|
|
@@ -176,7 +176,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
176
176
|
requirements: []
|
|
177
177
|
|
|
178
178
|
rubyforge_project:
|
|
179
|
-
rubygems_version: 1.8.
|
|
179
|
+
rubygems_version: 1.8.24
|
|
180
180
|
signing_key:
|
|
181
181
|
specification_version: 3
|
|
182
182
|
summary: Iudex is a general purpose web crawler and feed processor in ruby/java.
|