kindlerb 0.1.0 → 0.1.1

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.
Files changed (3) hide show
  1. data/lib/kindlerb.rb +1 -1
  2. data/templates/opf.mustache +1 -1
  3. metadata +1 -1
data/lib/kindlerb.rb CHANGED
@@ -21,7 +21,7 @@ end
21
21
 
22
22
 
23
23
  module Kindlerb
24
- VERSION = '0.1.0'
24
+ VERSION = '0.1.1'
25
25
 
26
26
  def self.run
27
27
 
@@ -1,10 +1,10 @@
1
1
  <?xml version='1.0' encoding='utf-8'?>
2
2
  <package xmlns="http://www.idpf.org/2007/opf" version="2.0" unique-identifier="{{doc_uuid}}">
3
3
  <metadata>
4
+ <meta content="cover-image" name="cover"/>
4
5
  <dc-metadata xmlns:dc="http://purl.org/dc/elements/1.1/">
5
6
  <dc:title>{{title}}</dc:title>
6
7
  <dc:language>en-gb</dc:language>
7
- <meta content="cover-image" name="cover"/>
8
8
  <dc:creator>{{author}}</dc:creator>
9
9
  <dc:publisher>{{publisher}}</dc:publisher>
10
10
  <dc:subject>{{subject}}</dc:subject>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kindlerb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: