epubcheck 3.0.0 → 3.0.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.
- checksums.yaml +7 -0
- data/bin/epubcheck +1 -1
- data/lib/{epubcheck-3.0 → epubcheck-3.0.1}/COPYING.txt +0 -0
- data/lib/{epubcheck-3.0 → epubcheck-3.0.1}/README.txt +0 -0
- data/lib/{epubcheck-3.0 → epubcheck-3.0.1}/THIRD-PARTY.txt +1 -1
- data/lib/{epubcheck-3.0/epubcheck-3.0.jar → epubcheck-3.0.1/epubcheck-3.0.1.jar} +0 -0
- data/lib/epubcheck-3.0.1/lib/Saxon-HE-9.4.0.6.jar +0 -0
- data/lib/{epubcheck-3.0 → epubcheck-3.0.1}/lib/commons-compress-1.4.1.jar +0 -0
- data/lib/{epubcheck-3.0 → epubcheck-3.0.1}/lib/guava-13.0.1.jar +0 -0
- data/lib/{epubcheck-3.0 → epubcheck-3.0.1}/lib/jing-20120724.0.0.jar +0 -0
- data/lib/{epubcheck-3.0 → epubcheck-3.0.1}/lib/sac-1.3.jar +0 -0
- data/lib/{epubcheck-3.0 → epubcheck-3.0.1}/licenses/Apache-2.0.txt +0 -0
- data/lib/{epubcheck-3.0 → epubcheck-3.0.1}/licenses/BSD-3-Clause.txt +0 -0
- data/lib/{epubcheck-3.0 → epubcheck-3.0.1}/licenses/MPL-1.0.txt +0 -0
- data/lib/{epubcheck-3.0 → epubcheck-3.0.1}/licenses/W3C.txt +0 -0
- metadata +23 -25
- data/lib/epubcheck-3.0/lib/saxon-9.1.0.8.jar +0 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 0ca7d074e2c7fbd2c1f4fe021816c11e80a458fa
|
|
4
|
+
data.tar.gz: 2c36994569a2145d39cd1bd4487df24298030835
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 5af2f789cccb9a0db07ab25adedb3fa23fe029afcbf774432418ae37ea5d0c142d08f7fb961f29c938f47187ea83ae34718758c803c25aea9187f9b4479a3bc0
|
|
7
|
+
data.tar.gz: c0ffe6fcf4d61542061192b1ecd0016c2b4dad4cfa9b44be8561da305f8c81a8eefdca443562e379954412c7d28e0509e1b37fb08a8a4a2e713c05a46f830a09
|
data/bin/epubcheck
CHANGED
|
File without changes
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
metadata
CHANGED
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: epubcheck
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 3.0.1
|
|
6
5
|
platform: ruby
|
|
7
6
|
authors:
|
|
8
7
|
- jugyo
|
|
9
8
|
autorequire:
|
|
10
9
|
bindir: bin
|
|
11
10
|
cert_chain: []
|
|
12
|
-
date:
|
|
11
|
+
date: 2014-04-05 00:00:00.000000000 Z
|
|
13
12
|
dependencies: []
|
|
14
13
|
description: This is a command-line ePub check tool. It is wrapper of epubcheck(http://code.google.com/p/epubcheck/).
|
|
15
14
|
email: jugyo.org@gmail.com
|
|
@@ -20,49 +19,48 @@ extra_rdoc_files:
|
|
|
20
19
|
- LICENSE
|
|
21
20
|
- README.rdoc
|
|
22
21
|
files:
|
|
22
|
+
- LICENSE
|
|
23
|
+
- README.rdoc
|
|
24
|
+
- bin/epubcheck
|
|
23
25
|
- lib/epubcheck-1.0.5/COPYING.txt
|
|
24
26
|
- lib/epubcheck-1.0.5/README.txt
|
|
25
27
|
- lib/epubcheck-1.0.5/epubcheck-1.0.5.jar
|
|
26
28
|
- lib/epubcheck-1.0.5/jing_license.txt
|
|
27
29
|
- lib/epubcheck-1.0.5/lib/saxon.jar
|
|
28
|
-
- lib/epubcheck-3.0/COPYING.txt
|
|
29
|
-
- lib/epubcheck-3.0/README.txt
|
|
30
|
-
- lib/epubcheck-3.0/THIRD-PARTY.txt
|
|
31
|
-
- lib/epubcheck-3.0/epubcheck-3.0.jar
|
|
32
|
-
- lib/epubcheck-3.0/lib/
|
|
33
|
-
- lib/epubcheck-3.0/lib/
|
|
34
|
-
- lib/epubcheck-3.0/lib/
|
|
35
|
-
- lib/epubcheck-3.0/lib/
|
|
36
|
-
- lib/epubcheck-3.0/lib/
|
|
37
|
-
- lib/epubcheck-3.0/licenses/Apache-2.0.txt
|
|
38
|
-
- lib/epubcheck-3.0/licenses/BSD-3-Clause.txt
|
|
39
|
-
- lib/epubcheck-3.0/licenses/MPL-1.0.txt
|
|
40
|
-
- lib/epubcheck-3.0/licenses/W3C.txt
|
|
41
|
-
- LICENSE
|
|
42
|
-
- README.rdoc
|
|
43
|
-
- bin/epubcheck
|
|
30
|
+
- lib/epubcheck-3.0.1/COPYING.txt
|
|
31
|
+
- lib/epubcheck-3.0.1/README.txt
|
|
32
|
+
- lib/epubcheck-3.0.1/THIRD-PARTY.txt
|
|
33
|
+
- lib/epubcheck-3.0.1/epubcheck-3.0.1.jar
|
|
34
|
+
- lib/epubcheck-3.0.1/lib/Saxon-HE-9.4.0.6.jar
|
|
35
|
+
- lib/epubcheck-3.0.1/lib/commons-compress-1.4.1.jar
|
|
36
|
+
- lib/epubcheck-3.0.1/lib/guava-13.0.1.jar
|
|
37
|
+
- lib/epubcheck-3.0.1/lib/jing-20120724.0.0.jar
|
|
38
|
+
- lib/epubcheck-3.0.1/lib/sac-1.3.jar
|
|
39
|
+
- lib/epubcheck-3.0.1/licenses/Apache-2.0.txt
|
|
40
|
+
- lib/epubcheck-3.0.1/licenses/BSD-3-Clause.txt
|
|
41
|
+
- lib/epubcheck-3.0.1/licenses/MPL-1.0.txt
|
|
42
|
+
- lib/epubcheck-3.0.1/licenses/W3C.txt
|
|
44
43
|
homepage: http://github.com/jugyo/epubcheck
|
|
45
44
|
licenses: []
|
|
45
|
+
metadata: {}
|
|
46
46
|
post_install_message:
|
|
47
47
|
rdoc_options: []
|
|
48
48
|
require_paths:
|
|
49
49
|
- lib
|
|
50
50
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
51
|
-
none: false
|
|
52
51
|
requirements:
|
|
53
|
-
- -
|
|
52
|
+
- - ">="
|
|
54
53
|
- !ruby/object:Gem::Version
|
|
55
54
|
version: '0'
|
|
56
55
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
57
|
-
none: false
|
|
58
56
|
requirements:
|
|
59
|
-
- -
|
|
57
|
+
- - ">="
|
|
60
58
|
- !ruby/object:Gem::Version
|
|
61
59
|
version: '0'
|
|
62
60
|
requirements: []
|
|
63
61
|
rubyforge_project:
|
|
64
|
-
rubygems_version:
|
|
62
|
+
rubygems_version: 2.2.2
|
|
65
63
|
signing_key:
|
|
66
|
-
specification_version:
|
|
64
|
+
specification_version: 4
|
|
67
65
|
summary: command-line ePub check tool
|
|
68
66
|
test_files: []
|
|
Binary file
|