prophecy 0.1.2 → 0.1.3

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: 9959daf03e7c4d2814dd1215b4a6d21285ad6d98
4
- data.tar.gz: f65277ead6d4ca1004e62a0ec8802f9c97f09ced
3
+ metadata.gz: 3c38ed686782795c72ceed5060be8121f2087f49
4
+ data.tar.gz: cb5a4edee597d694922694cf1e64a9d284f055ee
5
5
  SHA512:
6
- metadata.gz: 6af98cf06de73ec0b857aae7e5a8b44702389b014583806383817bd79176cd56d1cb726ed0331197f8bda7eddc97c5a96dbcc5ddb9fec3fb570d33251eed4618
7
- data.tar.gz: 0bff05d7c38f97b8751454c6368818c4c564897c5766472935e65280ec44f96a957121d7cb5de0f2282798eca321050dee4fa5ccde431d6fa275328e7c3e64ea
6
+ metadata.gz: 1f0cdbe3e2a55dfc573bab36d529c92211225119ef8e1ae0562141cc9a11ff51f566a7e1c41b77412a3704509bfcbf668fc1cb56ba98d85bc566e32435dca557
7
+ data.tar.gz: edcca8ec67afc37b2df1f8e3f88c61832d387a1dcf34603a6d0a7f409588699406159b501acfa5a087561573094a90fa2ae9f096abe12aaed801d956693c4825
@@ -2,6 +2,3 @@
2
2
  *.aux
3
3
  *.log
4
4
  *.toc
5
- publish/epub
6
- publish/mobi
7
- publish/pdf
@@ -1,3 +1,3 @@
1
1
  module Prophecy
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: prophecy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gambhiro
@@ -344,6 +344,9 @@ files:
344
344
  - lib/prophecy/generators/book/manuscript/xhtml/cover.xhtml.erb
345
345
  - lib/prophecy/generators/book/manuscript/xhtml/titlepage.xhtml.erb
346
346
  - lib/prophecy/generators/book/manuscript/xhtml/toc.xhtml.erb
347
+ - lib/prophecy/generators/book/publish/epub/.empty_directory
348
+ - lib/prophecy/generators/book/publish/mobi/.empty_directory
349
+ - lib/prophecy/generators/book/publish/pdf/.empty_directory
347
350
  - lib/prophecy/generators/new.rb
348
351
  - lib/prophecy/manifest.rb
349
352
  - lib/prophecy/version.rb