softcover 1.1.8 → 1.1.9
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/lib/softcover/article_template/epub/OEBPS/styles/custom_epub.css +6 -1
- data/lib/softcover/article_template/html/stylesheets/softcover.css +2 -1
- data/lib/softcover/book_template/epub/OEBPS/styles/custom_epub.css +6 -1
- data/lib/softcover/book_template/html/stylesheets/softcover.css +2 -1
- data/lib/softcover/builders/epub.rb +1 -1
- data/lib/softcover/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 566a1e8f0c8b1d1eac5299567f750a89d5fda218
|
|
4
|
+
data.tar.gz: c1bf1272b04434a9ad19d9e25100a0d69fd3785c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3b49d68020cef08a827d3f1f9c611aefa773fd55956e3173a247c3bf9a5943fdf98112204c98f121a1384adda8d0fc61fecd6a332b3a283cdbf66c23c985fb83
|
|
7
|
+
data.tar.gz: 567b73b5ee17f2f3b90b43b91802bd9d0df22fd12c1846d53166fe412212d83d6f94511f5a2185bdd737d127bc5337be73e4568c16a9063209dc3030a3b1d7dd
|
|
@@ -380,7 +380,7 @@ module Softcover
|
|
|
380
380
|
# For some reason, EPUB books hate the #book ids in the stylesheet
|
|
381
381
|
# (i.e., such books fail to validate), so remove them.
|
|
382
382
|
def clean_book_id(filename)
|
|
383
|
-
File.read(filename).gsub(/#book/, '')
|
|
383
|
+
File.read(filename).gsub(/#book /, '')
|
|
384
384
|
end
|
|
385
385
|
|
|
386
386
|
# Copies the image files from the HTML version of the document.
|
data/lib/softcover/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: softcover
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michael Hartl
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2015-07-
|
|
12
|
+
date: 2015-07-11 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: polytexnic
|