iudex-html 1.2.b.2-java → 1.2.1-java

Sign up to get free protection for your applications and to get access to all the features.
data/History.rdoc CHANGED
@@ -1,14 +1,17 @@
1
- === 1.2.b.2 (2012-6-23)
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
- === 1.2.b.1 (2012-5-31)
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
- === 1.2.b.0 (2012-3-4)
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
@@ -25,4 +25,4 @@ test/test_parse_filter.rb
25
25
  test/test_stax_parser.rb
26
26
  test/test_tree_walker.rb
27
27
  test/test_word_counters.rb
28
- lib/iudex-html/iudex-html-1.2.b.2.jar
28
+ lib/iudex-html/iudex-html-1.2.1.jar
data/README.rdoc CHANGED
@@ -1,5 +1,6 @@
1
1
  = iudex-html
2
2
 
3
+ * http://iudex.gravitext.com
3
4
  * http://github.com/dekellum/iudex
4
5
 
5
6
  == Description
@@ -16,6 +16,6 @@
16
16
 
17
17
  module Iudex
18
18
  module HTML
19
- VERSION = '1.2.b.2'
19
+ VERSION = '1.2.1'
20
20
  end
21
21
  end
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.b.2</version>
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.b.0</version>
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.9999)</version>
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: 4
5
- version: 1.2.b.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-06-23 00:00:00 Z
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.b
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.0"
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.b.2.jar
124
- homepage: http://github.com/dekellum/iudex
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
- version: 1.3.1
147
+ hash: 2
148
+ segments:
149
+ - 0
150
+ version: "0"
148
151
  requirements: []
149
152
 
150
153
  rubyforge_project: