quire-proof 0.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/README.md +3 -0
- metadata +41 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 6ff46689772434cb8edca40321a3194302f95d50fb3e4bb662422e652bf2d5c0
|
|
4
|
+
data.tar.gz: 4958720fa2549bb0ce63ce90e5b9029de2436ba56cd8d178c4733dc3a456e632
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 5ce64b779c5b919ae46931a5aa0da82ecce99c415d1d39e5e682a2a93884a23173520c00c1356ebdbd2f7a9bda3d482815c9c3244e566a290fd9b39c0e593489
|
|
7
|
+
data.tar.gz: c8a3816eeecfa78ce382e247cab9ed2ce40ea2ad074b912365df1c06952f1127bf4219a008a4b8a02db45bc58108148c904d24cd6ae33f0993ecd0fda78ab35b
|
data/README.md
ADDED
metadata
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: quire-proof
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.1
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Sidhartha Mandal
|
|
8
|
+
bindir: bin
|
|
9
|
+
cert_chain: []
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
11
|
+
dependencies: []
|
|
12
|
+
description: Placeholder release. Name reserved ahead of the first public version.
|
|
13
|
+
email:
|
|
14
|
+
- sidh4u@gmail.com
|
|
15
|
+
executables: []
|
|
16
|
+
extensions: []
|
|
17
|
+
extra_rdoc_files: []
|
|
18
|
+
files:
|
|
19
|
+
- README.md
|
|
20
|
+
licenses:
|
|
21
|
+
- MIT
|
|
22
|
+
metadata:
|
|
23
|
+
rubygems_mfa_required: 'true'
|
|
24
|
+
rdoc_options: []
|
|
25
|
+
require_paths:
|
|
26
|
+
- lib
|
|
27
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
28
|
+
requirements:
|
|
29
|
+
- - ">="
|
|
30
|
+
- !ruby/object:Gem::Version
|
|
31
|
+
version: '3.1'
|
|
32
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
33
|
+
requirements:
|
|
34
|
+
- - ">="
|
|
35
|
+
- !ruby/object:Gem::Version
|
|
36
|
+
version: '0'
|
|
37
|
+
requirements: []
|
|
38
|
+
rubygems_version: 4.0.16
|
|
39
|
+
specification_version: 4
|
|
40
|
+
summary: Pre-press validation for books built with Quire
|
|
41
|
+
test_files: []
|