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 +4 -4
- data/epub-directory.gemspec +1 -1
- data/lib/epub/directory.rb +2 -0
- data/lib/epub/directory/version.rb +1 -1
- data/test/fixtures/wasteland.html +2 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c406d45c681ecba7fb8906b5ba646f1cf7645ac8f4652bddc56068ad4ede9dcc
|
4
|
+
data.tar.gz: 318180ee56185bfee95517c04083ba67b87084fe035df30cfcc58f60d592f501
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f2f94ac1b4129ad6f4005bc097267635d5de29ce2cc2c023be1d9e9cb4b16cd6dba85eb63ef6d80dce8804505f2f724e170df15cbf086dd058fc4d1613b0ea89
|
7
|
+
data.tar.gz: 250c933657ad7a425856b2cc5e449ab57673dfb78192f5a8a30960ca69df25ea892e99edad8a49a16ae34957445766686fa0131013a63f12d681ffe81c14088b
|
data/epub-directory.gemspec
CHANGED
@@ -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://
|
15
|
+
gem.homepage = "https://gitlab.com/epub.directory/epub-directory"
|
16
16
|
|
17
17
|
gem.files = `git ls-files`.split($/)
|
18
18
|
|
data/lib/epub/directory.rb
CHANGED
@@ -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.
|
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://
|
179
|
+
homepage: https://gitlab.com/epub.directory/epub-directory
|
180
180
|
licenses:
|
181
181
|
- AGPL-3.0
|
182
182
|
metadata: {}
|