iudex-barc 1.0.0-java → 1.1.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 +6 -0
- data/Manifest.txt +1 -1
- data/Rakefile +5 -5
- data/bin/iudex-barc +1 -1
- data/lib/iudex-barc/base.rb +1 -1
- data/lib/iudex-barc/{iudex-barc-1.0.0.jar → iudex-barc-1.1.0.jar} +0 -0
- data/pom.xml +3 -3
- metadata +9 -14
data/History.rdoc
CHANGED
data/Manifest.txt
CHANGED
data/Rakefile
CHANGED
|
@@ -4,7 +4,7 @@ $LOAD_PATH << './lib'
|
|
|
4
4
|
require 'iudex-barc/base'
|
|
5
5
|
|
|
6
6
|
require 'rubygems'
|
|
7
|
-
gem 'rjack-tarpit', '~> 1.
|
|
7
|
+
gem 'rjack-tarpit', '~> 1.4'
|
|
8
8
|
require 'rjack-tarpit'
|
|
9
9
|
|
|
10
10
|
t = RJack::TarPit.new( 'iudex-barc',
|
|
@@ -13,12 +13,12 @@ t = RJack::TarPit.new( 'iudex-barc',
|
|
|
13
13
|
|
|
14
14
|
t.specify do |h|
|
|
15
15
|
h.developer( "David Kellum", "dek-oss@gravitext.com" )
|
|
16
|
-
h.extra_deps += [ [ 'rjack-slf4j', '~> 1.6.1'
|
|
17
|
-
[ 'gravitext-util', '~> 1.5.
|
|
18
|
-
[ 'iudex-http', '~> 1.
|
|
16
|
+
h.extra_deps += [ [ 'rjack-slf4j', '~> 1.6.1' ],
|
|
17
|
+
[ 'gravitext-util', '~> 1.5.1' ],
|
|
18
|
+
[ 'iudex-http', '~> 1.1.0' ] ]
|
|
19
19
|
|
|
20
20
|
h.testlib = :minitest
|
|
21
|
-
h.extra_dev_deps << [ 'minitest', '
|
|
21
|
+
h.extra_dev_deps << [ 'minitest', '~> 2.3' ]
|
|
22
22
|
end
|
|
23
23
|
|
|
24
24
|
file 'Manifest.txt' => "lib/#{t.name}/base.rb"
|
data/bin/iudex-barc
CHANGED
|
@@ -60,7 +60,7 @@ module IudexBinScript
|
|
|
60
60
|
opts.banner = ( "Usage: iudex-barc [options] {show} BARCFile...\n" +
|
|
61
61
|
"Options:\n" )
|
|
62
62
|
|
|
63
|
-
opts.on( "-v", "--version", "Display version and exit" ) do
|
|
63
|
+
opts.on( "-v", "--version", "Display version and exit" ) do
|
|
64
64
|
puts "iudex-barc: #{BARC::VERSION}"
|
|
65
65
|
exit 1
|
|
66
66
|
end
|
data/lib/iudex-barc/base.rb
CHANGED
|
Binary file
|
data/pom.xml
CHANGED
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
<groupId>iudex</groupId>
|
|
6
6
|
<artifactId>iudex-barc</artifactId>
|
|
7
7
|
<packaging>jar</packaging>
|
|
8
|
-
<version>1.
|
|
8
|
+
<version>1.1.0</version>
|
|
9
9
|
<name>Iudex Basic ARChive Format</name>
|
|
10
10
|
|
|
11
11
|
<parent>
|
|
12
12
|
<groupId>iudex</groupId>
|
|
13
13
|
<artifactId>iudex-parent</artifactId>
|
|
14
|
-
<version>1.
|
|
14
|
+
<version>1.1</version>
|
|
15
15
|
<relativePath>..</relativePath>
|
|
16
16
|
</parent>
|
|
17
17
|
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
<dependency>
|
|
31
31
|
<groupId>iudex</groupId>
|
|
32
32
|
<artifactId>iudex-http</artifactId>
|
|
33
|
-
<version>[1.
|
|
33
|
+
<version>[1.1,1.2)</version>
|
|
34
34
|
</dependency>
|
|
35
35
|
|
|
36
36
|
<dependency>
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: iudex-barc
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 1.
|
|
5
|
+
version: 1.1.0
|
|
6
6
|
platform: java
|
|
7
7
|
authors:
|
|
8
8
|
- David Kellum
|
|
@@ -10,8 +10,7 @@ autorequire:
|
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
|
|
13
|
-
date: 2011-
|
|
14
|
-
default_executable:
|
|
13
|
+
date: 2011-11-13 00:00:00 Z
|
|
15
14
|
dependencies:
|
|
16
15
|
- !ruby/object:Gem::Dependency
|
|
17
16
|
name: rjack-slf4j
|
|
@@ -32,7 +31,7 @@ dependencies:
|
|
|
32
31
|
requirements:
|
|
33
32
|
- - ~>
|
|
34
33
|
- !ruby/object:Gem::Version
|
|
35
|
-
version: 1.5.
|
|
34
|
+
version: 1.5.1
|
|
36
35
|
type: :runtime
|
|
37
36
|
version_requirements: *id002
|
|
38
37
|
- !ruby/object:Gem::Dependency
|
|
@@ -43,7 +42,7 @@ dependencies:
|
|
|
43
42
|
requirements:
|
|
44
43
|
- - ~>
|
|
45
44
|
- !ruby/object:Gem::Version
|
|
46
|
-
version: 1.
|
|
45
|
+
version: 1.1.0
|
|
47
46
|
type: :runtime
|
|
48
47
|
version_requirements: *id003
|
|
49
48
|
- !ruby/object:Gem::Dependency
|
|
@@ -52,12 +51,9 @@ dependencies:
|
|
|
52
51
|
requirement: &id004 !ruby/object:Gem::Requirement
|
|
53
52
|
none: false
|
|
54
53
|
requirements:
|
|
55
|
-
- -
|
|
56
|
-
- !ruby/object:Gem::Version
|
|
57
|
-
version: 1.7.1
|
|
58
|
-
- - <
|
|
54
|
+
- - ~>
|
|
59
55
|
- !ruby/object:Gem::Version
|
|
60
|
-
version: "2.
|
|
56
|
+
version: "2.3"
|
|
61
57
|
type: :development
|
|
62
58
|
version_requirements: *id004
|
|
63
59
|
- !ruby/object:Gem::Dependency
|
|
@@ -68,7 +64,7 @@ dependencies:
|
|
|
68
64
|
requirements:
|
|
69
65
|
- - ~>
|
|
70
66
|
- !ruby/object:Gem::Version
|
|
71
|
-
version: 1.
|
|
67
|
+
version: 1.4.0
|
|
72
68
|
type: :development
|
|
73
69
|
version_requirements: *id005
|
|
74
70
|
description: |-
|
|
@@ -96,8 +92,7 @@ files:
|
|
|
96
92
|
- bin/iudex-http-record
|
|
97
93
|
- lib/iudex-barc/base.rb
|
|
98
94
|
- lib/iudex-barc.rb
|
|
99
|
-
- lib/iudex-barc/iudex-barc-1.
|
|
100
|
-
has_rdoc: true
|
|
95
|
+
- lib/iudex-barc/iudex-barc-1.1.0.jar
|
|
101
96
|
homepage: http://github.com/dekellum/iudex
|
|
102
97
|
licenses: []
|
|
103
98
|
|
|
@@ -122,7 +117,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
122
117
|
requirements: []
|
|
123
118
|
|
|
124
119
|
rubyforge_project: iudex-barc
|
|
125
|
-
rubygems_version: 1.
|
|
120
|
+
rubygems_version: 1.8.9
|
|
126
121
|
signing_key:
|
|
127
122
|
specification_version: 3
|
|
128
123
|
summary: Iudex is a general purpose web crawler and feed processor in ruby/java
|