puppet-lint-anchor-check 0.0.1 → 1.0.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 +4 -4
- metadata +5 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 973065a6dc4e56d783261252389437062b6ae9b4
|
|
4
|
+
data.tar.gz: 3c16f68ccec57d362b5a453f10f72e4812b2f4f6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9c40abf769c153dfba97a31955dd3d6e21323866de3c4b610042e366b20970e9f590f8a60f278c25342f33717ed855dfb3efcdd0820eedf123d11adb0e42af0a
|
|
7
|
+
data.tar.gz: 0d29caa0dd3a967a507a3223bf87321b6a7b9e89726b813b8c4a9a108e0e71e867747d46bb4e2a83108780350429c5b89f0c80431a50ae4b8e95b9918f22528b
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: puppet-lint-anchor-check
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0
|
|
4
|
+
version: 1.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Vox Pupuli
|
|
@@ -86,7 +86,8 @@ dependencies:
|
|
|
86
86
|
- - ">="
|
|
87
87
|
- !ruby/object:Gem::Version
|
|
88
88
|
version: '0'
|
|
89
|
-
description:
|
|
89
|
+
description: |2
|
|
90
|
+
A check for puppet-lint that validates no anchor resources are used
|
|
90
91
|
email: voxpupuli@groups.io
|
|
91
92
|
executables: []
|
|
92
93
|
extensions: []
|
|
@@ -117,10 +118,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
117
118
|
version: '0'
|
|
118
119
|
requirements: []
|
|
119
120
|
rubyforge_project:
|
|
120
|
-
rubygems_version: 2.6.
|
|
121
|
+
rubygems_version: 2.6.13
|
|
121
122
|
signing_key:
|
|
122
123
|
specification_version: 4
|
|
123
124
|
summary: puppet-lint check to validate legacy anchor pattern is not used
|
|
124
125
|
test_files:
|
|
125
|
-
- spec/spec_helper.rb
|
|
126
126
|
- spec/puppet-lint/plugins/check_anchor_spec.rb
|
|
127
|
+
- spec/spec_helper.rb
|