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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d2fd09fbb90bc039eba09ba90088fc4e1ea5c8f4
4
- data.tar.gz: ffac638c5e7a622080885fbaf527a2dcd6bf0934
3
+ metadata.gz: 47ef7eba5bd9a3d48bc80b03480ec8a86cff5f02
4
+ data.tar.gz: cb1e43aef9be57a1da942f3e564c554dfaaebb3d
5
5
  SHA512:
6
- metadata.gz: c9fbce94012afe0584e503f57a6733b3150a97c1fa9c7ad8eaa66f4b5332e0ddf2ffc4b579b32c4178ffc6199e5474142455bb4edf8df94d34c463334ba1ac6d
7
- data.tar.gz: 4440bfbfacf3a74410755ff0e6ff34593ccce3f363136c41bd8cc4eb607092d5aa046d528b994878d29d04c387553550871b0a11c053533705f8379fbce21739
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/1.md'
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', '*')),
@@ -1,3 +1,3 @@
1
1
  module MyEbookPub
2
- VERSION = '0.4.0'
2
+ VERSION = '0.5.0'
3
3
  end
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.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-07-30 00:00:00.000000000 Z
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