pronto-yamllint 0.1.2 → 0.2.0
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 +5 -5
- data/README.md +2 -0
- metadata +8 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: c272da340561ed0cf2d047d3c6502dccb01239b807199fe8bcadcb4544a5436d
|
|
4
|
+
data.tar.gz: 758bb82e606f9ac4e39d298387b13ee6feb9590f29b1560b6cf5ec2dd4818f35
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bfb7826d15735dc9c88951a5ffadeffcbf1f7fa0b39c10928693a8298b9761e3735bb27f95f0583365440d069b54396781a8d84ee2b299fe61c11182cc2f2d97
|
|
7
|
+
data.tar.gz: 9ae7a3afacb04366df1eb4f09194cca0a31e0ee258f0b5386e7e3215219b47216672a487e320db46da622e0dc10988db21c6b8693963fdeb1aba83dccfb4be60
|
data/README.md
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pronto-yamllint
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Paulius Mazeika
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2020-02-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: pronto
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 0.
|
|
19
|
+
version: 0.11.0
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 0.
|
|
26
|
+
version: 0.11.0
|
|
27
27
|
description: Enables pronto to check .yaml files using yamllint
|
|
28
28
|
email: paulius@chroot.lt
|
|
29
29
|
executables: []
|
|
@@ -38,7 +38,7 @@ homepage: http://rubygems.org/gems/pronto-yamllint
|
|
|
38
38
|
licenses:
|
|
39
39
|
- MIT
|
|
40
40
|
metadata: {}
|
|
41
|
-
post_install_message:
|
|
41
|
+
post_install_message:
|
|
42
42
|
rdoc_options: []
|
|
43
43
|
require_paths:
|
|
44
44
|
- lib
|
|
@@ -54,9 +54,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
54
54
|
version: '0'
|
|
55
55
|
requirements:
|
|
56
56
|
- yamllint (in PATH)
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
signing_key:
|
|
57
|
+
rubygems_version: 3.0.3
|
|
58
|
+
signing_key:
|
|
60
59
|
specification_version: 4
|
|
61
60
|
summary: Pronto runner for yamllint
|
|
62
61
|
test_files: []
|