softcover 1.0.beta2 → 1.0.beta3
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/book_manifest.rb +2 -1
- data/lib/softcover/template/gitignore +2 -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: 93c7657d49a20a6f823abf3f122843f0a0c39773
|
|
4
|
+
data.tar.gz: 6294ecc3a62c2bcdcde460c38a3309548828543c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b04af03d01f16c882d138cf441ce9e3be026a0b22343aa14f3387d5bfa576244eac3a577e84796cbdb12c573de4ed21c71106e1b7bde7e13286146e169443243
|
|
7
|
+
data.tar.gz: a7811232f5ab995da1d76ec2e370ab6c31e324711cac41ad72be73c3915b25ead14cd286498888a876556705c1fb1792efc035385e52794c585d3e710461c44e
|
|
@@ -160,7 +160,8 @@ class Softcover::BookManifest < OpenStruct
|
|
|
160
160
|
path('latex_styles/custom_pdf.sty'),
|
|
161
161
|
path('config/preamble.tex'),
|
|
162
162
|
path('config/lang.yml'),
|
|
163
|
-
path('epub/OEBPS/styles/custom_epub.css')
|
|
163
|
+
path('epub/OEBPS/styles/custom_epub.css'),
|
|
164
|
+
path('epub/OEBPS/styles/page-template.xpgt'),
|
|
164
165
|
]
|
|
165
166
|
files.each do |file|
|
|
166
167
|
unless File.exist?(file)
|
|
@@ -21,8 +21,9 @@ epub/OEBPS/images
|
|
|
21
21
|
epub/OEBPS/styles/*
|
|
22
22
|
epub/mimetype
|
|
23
23
|
epub/META-INF/*
|
|
24
|
-
# Keep EPUB
|
|
24
|
+
# Keep necessary EPUB files.
|
|
25
25
|
!epub/OEBPS/styles/custom_epub.css
|
|
26
|
+
!epub/OEBPS/styles/page-template.xpgt
|
|
26
27
|
|
|
27
28
|
# Generated ebooks
|
|
28
29
|
ebooks/
|
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.0.
|
|
4
|
+
version: 1.0.beta3
|
|
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: 2014-07-
|
|
12
|
+
date: 2014-07-25 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: polytexnic
|