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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +9 -0
  3. metadata +10 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d47187d70be310b9107971d06a1c851d08199b63
4
- data.tar.gz: a0521c1c9d5cf2ee880333c3b9768ff14e3abaff
3
+ metadata.gz: e573941ccb24beae772d23821012f2370ca3d619
4
+ data.tar.gz: 4e518f76758eba561727b4210abfb309b3ad0ea1
5
5
  SHA512:
6
- metadata.gz: a84cedcaef44ef684723d2a5597e84599e3c4a2efc9010a197fa1e2ee7ff703e9e3725fef4b836ca77110b12283eafbfb16e1f6fb5784a6b3f832879ffb69680
7
- data.tar.gz: 76623a2dab5d6db1a6b086432bb0f6b833e44cba87225620c7cdb8b3bfc8f3bd5faff158aaa6d009ad4bb83e6697954c1039f07e92e0c84266015d5b3f91777c
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.1
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-04-09 00:00:00.000000000 Z
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