puppet-lint-no_symbolic_file_modes-check 1.0.1 → 1.0.2
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
- data/README.md +9 -0
- metadata +10 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e573941ccb24beae772d23821012f2370ca3d619
|
4
|
+
data.tar.gz: 4e518f76758eba561727b4210abfb309b3ad0ea1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1edc067fbe319f029ae8968bef6bc2a833df9581f50ef30f5ba45e61fbeba068589723ac02b0ee8d552765525f174f29e897b660e5d63c52d8502704a908a62e
|
7
|
+
data.tar.gz: 387edadbbd5849b2c03bcf811e647d8cd943224b937c02d1bdff452f56094967539c2ba3467e9ff047cca4621c5dee7c18626854b86cedb670299979483b7a92
|
data/README.md
CHANGED
@@ -41,3 +41,12 @@ This plugin provides a new check to `puppet-lint`.
|
|
41
41
|
|
42
42
|
The code for this was heavily borrowed/stolen from the original,
|
43
43
|
including in puppet-lint, file mode check written by @rodjek
|
44
|
+
|
45
|
+
## Other puppet-lint plugins
|
46
|
+
|
47
|
+
You can find a list of my `puppet-lint` plugins in the
|
48
|
+
[unixdaemon puppet-lint-plugins](https://github.com/deanwilson/unixdaemon-puppet-lint-plugins) repo.
|
49
|
+
|
50
|
+
### Author
|
51
|
+
|
52
|
+
[Dean Wilson](http://www.unixdaemon.net)
|
metadata
CHANGED
@@ -1,29 +1,35 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: puppet-lint-no_symbolic_file_modes-check
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dean Wilson
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-08-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: puppet-lint
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "
|
17
|
+
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
19
|
version: '1.1'
|
20
|
+
- - "<"
|
21
|
+
- !ruby/object:Gem::Version
|
22
|
+
version: '3.0'
|
20
23
|
type: :runtime
|
21
24
|
prerelease: false
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
23
26
|
requirements:
|
24
|
-
- - "
|
27
|
+
- - ">="
|
25
28
|
- !ruby/object:Gem::Version
|
26
29
|
version: '1.1'
|
30
|
+
- - "<"
|
31
|
+
- !ruby/object:Gem::Version
|
32
|
+
version: '3.0'
|
27
33
|
- !ruby/object:Gem::Dependency
|
28
34
|
name: rspec
|
29
35
|
requirement: !ruby/object:Gem::Requirement
|