electric-book-classic-theme 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 65a0fb0bc8fe7911b9fc48fcc1fbc1a8d7eb0120
4
- data.tar.gz: f27be566b51f47a902a4ebcc4ba5c2e1c12d0e39
3
+ metadata.gz: f2289f542a026a5c8d68563035cc480c8324e536
4
+ data.tar.gz: e3b86020a2d92b5440ccc9615859d7bfb375a3d2
5
5
  SHA512:
6
- metadata.gz: dc058f78998551ff48bb9936026bfdfb86023e220eb1eb223d628175c34009ba7ab6ff01f3ccd5c31f2d6d68bfd23f198f40161bf3d991893e5a7a2cb49418c6
7
- data.tar.gz: ac35be7f3d734872bb314d32c6b3f2447a2273ef841596e7eb91c8e8ffc445d8078ff106f6c4b35ccaa012041fd188035c7e7a0dcc20787545397307f7d3459e
6
+ metadata.gz: de609653dd02750723417a7c9e6fc460e3e71b35792fbf6148b299212ef7a4dde665a600e59edd72811af6f96f06ff249cfc4eeff37136f80793ce82777a882d
7
+ data.tar.gz: 49211695e12ebf86c480bc5eb47e56259bbb0be41c1a50fcb6449f53b7694108acfa9d9fbab0243c3016a5953f0cd9988d400c6c0cd50fa6b5dc4ec765eb9345
data/README.md CHANGED
@@ -49,6 +49,10 @@ This theme is intended for use with the [Electric Book Jekyll template](https://
49
49
 
50
50
  ## Changelog
51
51
 
52
+ ### 0.1.3
53
+
54
+ * Minor fix: remove unnecessary `scheme=ISBN` in epub head (invalid in EPUB3)
55
+
52
56
  ### 0.1.2
53
57
 
54
58
  * Add new nav-list include for the record (theme does not currently support it properly)
@@ -19,7 +19,7 @@
19
19
  <meta name="DC.Creator" content="{{ creator }}" />
20
20
  <meta name="DC.Publisher" content="{{ publisher }}" />
21
21
  <meta name="DC.Date" content="{{ date }}" />
22
- <meta name="DC.Identifier" content="{{ epub-identifier }}" scheme="ISBN" />
22
+ <meta name="DC.Identifier" content="{{ epub-identifier }}" />
23
23
  <meta name="DC.Relation" content="{{ print-pdf-identifier }}" />
24
24
  <meta name="DC.Description" CONTENT="{{ description }}" />
25
25
 
@@ -2,12 +2,12 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "electric-book-classic-theme"
5
- spec.version = "0.1.2"
5
+ spec.version = "0.1.3"
6
6
  spec.authors = ["Arthur Attwell"]
7
7
  spec.email = ["arthur@arthurattwell.com"]
8
8
 
9
9
  spec.summary = %q{A theme for use with the Electric Book Jekyll template for making books, ebooks and book-like websites}
10
- spec.description = %q{This is the default theme for the Electric Book, a Jekyll template for making books, ebooks and book-like websites. Use it in conjunction with the Electric Book jekyll template. Documentation at electricbook.io.}
10
+ spec.description = %q{This is the default theme for the Electric Book, a Jekyll template for making books, ebooks and book-like websites. Use it in conjunction with the Electric Book Jekyll template. Documentation at electricbook.io.}
11
11
  spec.homepage = "http://electricbook.io"
12
12
  spec.license = "MIT"
13
13
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: electric-book-classic-theme
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
  - Arthur Attwell
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-09-27 00:00:00.000000000 Z
11
+ date: 2016-09-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -60,7 +60,7 @@ dependencies:
60
60
  version: '10.0'
61
61
  description: This is the default theme for the Electric Book, a Jekyll template for
62
62
  making books, ebooks and book-like websites. Use it in conjunction with the Electric
63
- Book jekyll template. Documentation at electricbook.io.
63
+ Book Jekyll template. Documentation at electricbook.io.
64
64
  email:
65
65
  - arthur@arthurattwell.com
66
66
  executables: []
@@ -180,7 +180,6 @@ files:
180
180
  - _sass/print-pdf.scss
181
181
  - _sass/screen-pdf.scss
182
182
  - _sass/web.scss
183
- - electric-book-classic-theme-0.1.1.gem
184
183
  - electric-book-classic-theme.gemspec
185
184
  - index.md
186
185
  - screenshot.png