iudex-html 1.2.b.2-java → 1.2.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 +6 -3
- data/Manifest.txt +1 -1
- data/README.rdoc +1 -0
- data/lib/iudex-html/base.rb +1 -1
- data/lib/iudex-html/{iudex-html-1.2.b.2.jar → iudex-html-1.2.1.jar} +0 -0
- data/pom.xml +3 -3
- metadata +12 -9
data/History.rdoc
CHANGED
|
@@ -1,14 +1,17 @@
|
|
|
1
|
-
=== 1.2.
|
|
1
|
+
=== 1.2.1 (2012-9-15)
|
|
2
|
+
* Upgrade to logback ~> 1.2 (dev)
|
|
3
|
+
|
|
4
|
+
==== 1.2.b.2 (2012-6-23)
|
|
2
5
|
* Fix #8: Add Neko parser check for empty (malformed) attribute names.
|
|
3
6
|
* Extend/upgrade to gravitext-xmlprod [1.5.1,1.7)
|
|
4
7
|
|
|
5
|
-
|
|
8
|
+
==== 1.2.b.1 (2012-5-31)
|
|
6
9
|
* Add support for HTML 5 (draft) tags, attributes
|
|
7
10
|
* Neko parser support for HTML 5 <meta charset>
|
|
8
11
|
* Neko parser keeps non-HTML attributes when skipBanned = false
|
|
9
12
|
* Add options, barc read support to iudex-html-clean
|
|
10
13
|
|
|
11
|
-
|
|
14
|
+
==== 1.2.b.0 (2012-3-4)
|
|
12
15
|
* Upgrade to gravitext-xmlprod ~> 1.5.b
|
|
13
16
|
* Fix duplicate attributes from Neko, last value wins.
|
|
14
17
|
* Use Element.to_xml( :implied_ns ) from xmlprod 1.5.b.2 in tests.
|
data/Manifest.txt
CHANGED
data/README.rdoc
CHANGED
data/lib/iudex-html/base.rb
CHANGED
|
Binary file
|
data/pom.xml
CHANGED
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
<groupId>iudex</groupId>
|
|
4
4
|
<artifactId>iudex-html</artifactId>
|
|
5
5
|
<packaging>jar</packaging>
|
|
6
|
-
<version>1.2.
|
|
6
|
+
<version>1.2.1</version>
|
|
7
7
|
<name>Iudex HTML parsing/filtering and text extraction</name>
|
|
8
8
|
|
|
9
9
|
<parent>
|
|
10
10
|
<groupId>iudex</groupId>
|
|
11
11
|
<artifactId>iudex-parent</artifactId>
|
|
12
|
-
<version>1.2.
|
|
12
|
+
<version>1.2.1</version>
|
|
13
13
|
<relativePath>..</relativePath>
|
|
14
14
|
</parent>
|
|
15
15
|
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
<dependency>
|
|
19
19
|
<groupId>iudex</groupId>
|
|
20
20
|
<artifactId>iudex-core</artifactId>
|
|
21
|
-
<version>[1.2,1.2.
|
|
21
|
+
<version>[1.2.1,1.2.999)</version>
|
|
22
22
|
</dependency>
|
|
23
23
|
|
|
24
24
|
<dependency>
|
metadata
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: iudex-html
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
prerelease:
|
|
5
|
-
version: 1.2.
|
|
4
|
+
prerelease:
|
|
5
|
+
version: 1.2.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-09-15 00:00:00 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: iudex-core
|
|
@@ -19,7 +19,7 @@ dependencies:
|
|
|
19
19
|
requirements:
|
|
20
20
|
- - ~>
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: 1.2.
|
|
22
|
+
version: 1.2.1
|
|
23
23
|
requirement: *id001
|
|
24
24
|
prerelease: false
|
|
25
25
|
type: :runtime
|
|
@@ -66,7 +66,7 @@ dependencies:
|
|
|
66
66
|
requirements:
|
|
67
67
|
- - ~>
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
|
-
version: "1.
|
|
69
|
+
version: "1.2"
|
|
70
70
|
requirement: *id005
|
|
71
71
|
prerelease: false
|
|
72
72
|
type: :development
|
|
@@ -120,8 +120,8 @@ files:
|
|
|
120
120
|
- test/test_stax_parser.rb
|
|
121
121
|
- test/test_tree_walker.rb
|
|
122
122
|
- test/test_word_counters.rb
|
|
123
|
-
- lib/iudex-html/iudex-html-1.2.
|
|
124
|
-
homepage: http://
|
|
123
|
+
- lib/iudex-html/iudex-html-1.2.1.jar
|
|
124
|
+
homepage: http://iudex.gravitext.com
|
|
125
125
|
licenses: []
|
|
126
126
|
|
|
127
127
|
post_install_message:
|
|
@@ -142,9 +142,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
142
142
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
143
143
|
none: false
|
|
144
144
|
requirements:
|
|
145
|
-
- - "
|
|
145
|
+
- - ">="
|
|
146
146
|
- !ruby/object:Gem::Version
|
|
147
|
-
|
|
147
|
+
hash: 2
|
|
148
|
+
segments:
|
|
149
|
+
- 0
|
|
150
|
+
version: "0"
|
|
148
151
|
requirements: []
|
|
149
152
|
|
|
150
153
|
rubyforge_project:
|