iudex-core 1.2.b.0-java → 1.2.b.1-java

Sign up to get free protection for your applications and to get access to all the features.
data/History.rdoc CHANGED
@@ -1,3 +1,6 @@
1
+ === 1.2.b.1 (2012-7-22)
2
+ * Add missing C0 controls to Characters.isCtrlWS
3
+
1
4
  === 1.2.b.0 (2012-3-4)
2
5
  * VisitURL now throws SyntaxException on missing scheme, host, bad
3
6
  ports and some other URL malformations.
data/Manifest.txt CHANGED
@@ -23,4 +23,4 @@ test/test_redirect_handler.rb
23
23
  test/test_visit_manager.rb
24
24
  test/test_visit_queue.rb
25
25
  test/test_visit_url.rb
26
- lib/iudex-core/iudex-core-1.2.b.0.jar
26
+ lib/iudex-core/iudex-core-1.2.b.1.jar
@@ -16,7 +16,7 @@
16
16
 
17
17
  module Iudex
18
18
  module Core
19
- VERSION = '1.2.b.0'
19
+ VERSION = '1.2.b.1'
20
20
 
21
21
  LIB_DIR = File.dirname( __FILE__ ) # :nodoc:
22
22
  end
data/pom.xml CHANGED
@@ -5,7 +5,7 @@
5
5
  <groupId>iudex</groupId>
6
6
  <artifactId>iudex-core</artifactId>
7
7
  <packaging>jar</packaging>
8
- <version>1.2.b.0</version>
8
+ <version>1.2.b.1</version>
9
9
  <name>Iudex Core System</name>
10
10
 
11
11
  <parent>
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.0
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-03-05 00:00:00 Z
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.0.jar
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.15
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.