html2doc 0.6.0 → 0.6.1
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.
- checksums.yaml +4 -4
- data/README.adoc +4 -0
- data/lib/html2doc/base.rb +33 -32
- data/lib/html2doc/notes.rb +12 -16
- data/lib/html2doc/version.rb +1 -1
- data/spec/examples/header.html +184 -0
- data/spec/examples/rice.doc +17713 -0
- data/spec/examples/rice.html +1625 -0
- data/spec/examples/rice_images/rice_image1.gif +0 -0
- data/spec/examples/rice_images/rice_image1.png +0 -0
- data/spec/examples/rice_images/rice_image2.png +0 -0
- data/spec/examples/rice_images/rice_image3_1.png +0 -0
- data/spec/examples/rice_images/rice_image3_2.png +0 -0
- data/spec/examples/rice_images/rice_image3_3.png +0 -0
- metadata +11 -2
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: html2doc
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ribose Inc.
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-02-
|
|
11
|
+
date: 2018-02-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: htmlentities
|
|
@@ -294,6 +294,15 @@ files:
|
|
|
294
294
|
- lib/html2doc/notes.rb
|
|
295
295
|
- lib/html2doc/version.rb
|
|
296
296
|
- lib/html2doc/wordstyle.css
|
|
297
|
+
- spec/examples/header.html
|
|
298
|
+
- spec/examples/rice.doc
|
|
299
|
+
- spec/examples/rice.html
|
|
300
|
+
- spec/examples/rice_images/rice_image1.gif
|
|
301
|
+
- spec/examples/rice_images/rice_image1.png
|
|
302
|
+
- spec/examples/rice_images/rice_image2.png
|
|
303
|
+
- spec/examples/rice_images/rice_image3_1.png
|
|
304
|
+
- spec/examples/rice_images/rice_image3_2.png
|
|
305
|
+
- spec/examples/rice_images/rice_image3_3.png
|
|
297
306
|
- spec/html2doc_spec.rb
|
|
298
307
|
- spec/spec_helper.rb
|
|
299
308
|
homepage: https://github.com/riboseinc/html2doc
|