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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9ccab0f06964521c03fd7c56a996de31eabd757b
4
- data.tar.gz: 643ddcb936aa0f665b58427f0be674872e411a9f
3
+ metadata.gz: 93c7657d49a20a6f823abf3f122843f0a0c39773
4
+ data.tar.gz: 6294ecc3a62c2bcdcde460c38a3309548828543c
5
5
  SHA512:
6
- metadata.gz: 2e23b52f39af0eee6b25bb2f6d7c45b9dc46ac492cc68234385dba25716df4731caea95ed49c0a4138532ea5d6d28a95a43006f0509962af06f63f8d3a0a17ef
7
- data.tar.gz: 77452de4891b2a2df57c256030c224248a50d8d33d4626ade977658c6322ace645617b7ebf7c902df891a5a6a79fcf7bdcdbe44997ad6dc88a582eb1150825da
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 CSS customizations
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/
@@ -1,3 +1,3 @@
1
1
  module Softcover
2
- VERSION = "1.0.beta2"
2
+ VERSION = "1.0.beta3"
3
3
  end
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.beta2
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-01 00:00:00.000000000 Z
12
+ date: 2014-07-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: polytexnic