epub-directory 0.1.1 → 0.1.2

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
  SHA256:
3
- metadata.gz: 3cc22792d19875e2ea0b52f9602e1a6d31b54e2ec4d46c4e4985eda8ab3c3e42
4
- data.tar.gz: 9f2fad87d69a956345f41f849e15895d227f859ab3116791d640dfc6dc72d517
3
+ metadata.gz: c406d45c681ecba7fb8906b5ba646f1cf7645ac8f4652bddc56068ad4ede9dcc
4
+ data.tar.gz: 318180ee56185bfee95517c04083ba67b87084fe035df30cfcc58f60d592f501
5
5
  SHA512:
6
- metadata.gz: a94a2a4ae947d00ef574306ea02d8d2c9c7613638abf6b2506a55a240191e546e6293a6d1b11823b98f36ef00ff701dd1a03f345d7d7b63d7b916f053bbc9cc3
7
- data.tar.gz: 760539309dd3d53ed8b852bfa1e6c4a4b04ca1093ce187c080e054f50145b78f555f25d8ea439884f568a447d27ad019042ae13165c043de107300bf0840f0ee
6
+ metadata.gz: f2f94ac1b4129ad6f4005bc097267635d5de29ce2cc2c023be1d9e9cb4b16cd6dba85eb63ef6d80dce8804505f2f724e170df15cbf086dd058fc4d1613b0ea89
7
+ data.tar.gz: 250c933657ad7a425856b2cc5e449ab57673dfb78192f5a8a30960ca69df25ea892e99edad8a49a16ae34957445766686fa0131013a63f12d681ffe81c14088b
@@ -12,7 +12,7 @@ Gem::Specification.new do |gem|
12
12
  gem.license = "AGPL-3.0"
13
13
  gem.authors = ["KITAITI Makoto"]
14
14
  gem.email = "KitaitiMakoto@gmail.com"
15
- gem.homepage = "https://rubygems.org/gems/epub-directory"
15
+ gem.homepage = "https://gitlab.com/epub.directory/epub-directory"
16
16
 
17
17
  gem.files = `git ls-files`.split($/)
18
18
 
@@ -39,6 +39,8 @@ module EPUB
39
39
  build_opf opf_path
40
40
  build_html opf_path
41
41
  build_opds opf_path
42
+ rescue => error
43
+ warn "Error occurred while processing #{opf_path}"
42
44
  end
43
45
  end
44
46
 
@@ -18,6 +18,6 @@
18
18
  module EPUB
19
19
  class Directory
20
20
  # epub-directory version
21
- VERSION = "0.1.1"
21
+ VERSION = "0.1.2"
22
22
  end
23
23
  end
@@ -1,7 +1,8 @@
1
1
  <!DOCTYPE html>
2
+ <meta charset='UTF-8'>
2
3
  <title>Information on EPUB Rendition with Release Identifier code.google.com.epub-samples.wasteland-basic@2012-01-18T12:47:00Z</title>
4
+ <link href='2012-01-18T12:47:00Z.opds' rel='alternate' type='application/atom+xml;profile=opds-catalog;kind=acquisition'>
3
5
  <h1>Information on EPUB Rendition with Release Identifier code.google.com.epub-samples.wasteland-basic@2012-01-18T12:47:00Z</h1>
4
- <link href='2012-01-18T12:47:00Z.opds' rel='alternative' type='application/atom+xml;profile=opds-catalog;kind=acquisition'>
5
6
  <dl>
6
7
  <dt>Identifiers</dt>
7
8
  <dd>code.google.com.epub-samples.wasteland-basic(Unique Identifier)</dd>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: epub-directory
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - KITAITI Makoto
@@ -176,7 +176,7 @@ files:
176
176
  - test/fixtures/wasteland.opf
177
177
  - test/helper.rb
178
178
  - test/test_epub-directory.rb
179
- homepage: https://rubygems.org/gems/epub-directory
179
+ homepage: https://gitlab.com/epub.directory/epub-directory
180
180
  licenses:
181
181
  - AGPL-3.0
182
182
  metadata: {}