my_ebook_pub 0.4.0 → 0.5.0
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/bin/pub +2 -1
- data/lib/my_ebook_pub/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 47ef7eba5bd9a3d48bc80b03480ec8a86cff5f02
|
|
4
|
+
data.tar.gz: cb1e43aef9be57a1da942f3e564c554dfaaebb3d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8201eed6613f39517bfee550ce4b1e7e6586a51c15afa19e22162fd138c757c97b0d05df0dbe0e7946f6244da6c602e08b1f797d4ff40da84e733d9e729569e3
|
|
7
|
+
data.tar.gz: a91ad3a87eaf7f7f0355faa565f63c7dd8cd998731c3d5cb07cd53ad7b8c64c6eb5cabfc6e2d12aff902fd8144ada7e33d3f90b16b2d35a4493a41ee272188a4
|
data/bin/pub
CHANGED
|
@@ -15,9 +15,10 @@ case ARGV[0]
|
|
|
15
15
|
when 'new'
|
|
16
16
|
STDOUT.puts 'Creating new pub directory structure...'
|
|
17
17
|
FileUtils.mkpath 'content/chapters'
|
|
18
|
+
FileUtils.touch 'content/acknowledgements.md'
|
|
18
19
|
FileUtils.touch 'content/cover.md'
|
|
19
20
|
FileUtils.touch 'content/preface.md'
|
|
20
|
-
FileUtils.touch 'content/chapters/
|
|
21
|
+
FileUtils.touch 'content/chapters/01.md'
|
|
21
22
|
FileUtils.mkdir 'output'
|
|
22
23
|
FileUtils.mkdir 'assets'
|
|
23
24
|
FileUtils.cp_r(Dir.glob(File.join(File.expand_path(File.dirname(__FILE__)), 'assets', '*')),
|
data/lib/my_ebook_pub/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: my_ebook_pub
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.5.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dave Haeffner
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-09-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -136,7 +136,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
136
136
|
version: '0'
|
|
137
137
|
requirements: []
|
|
138
138
|
rubyforge_project:
|
|
139
|
-
rubygems_version: 2.4.5
|
|
139
|
+
rubygems_version: 2.4.5.1
|
|
140
140
|
signing_key:
|
|
141
141
|
specification_version: 4
|
|
142
142
|
summary: A simple ebook creator. Turns Markdown files into PDF, EPUB, and MOBI with
|