puppet-lint-no_file_path_attribute-check 0.1.0 → 0.1.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -0
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fb2751bd28f9b92acbc47870d6c78d8d7082bdbe
4
- data.tar.gz: c02caa1719ea793d48ca0c5c0e6e065a15949e3e
3
+ metadata.gz: d0a80bde10160c557183f1256d7374f76b231e71
4
+ data.tar.gz: 9a652bba9bcbc78312b44dfd35be2bbe48f3ec9e
5
5
  SHA512:
6
- metadata.gz: c33fa5643ce3e9ec4adb3c0d6c7cf61efaeda750a851f21548f738074c27af2b474a5c3c5eafb8cb1cc008cef1b5284dc6504ef9323b87ba6f6a42de71d2ba52
7
- data.tar.gz: adedca22595ab5066165c23004be9454b8594305bd1419f40df9d8a4823f37cab7c81bb097825ab34a4b75b116b8fd42370f7a204f7b2d43e0ed4c9ecef0dffc
6
+ metadata.gz: f98da6791c67d12bd9dc4f78c6bb9c17a31e7e052960cb794bcde769bcd0ffa333c850c076c5dc4bfafae7b73e0a35cf4c2f24ba77fd38c112b67438852ac797
7
+ data.tar.gz: 3d3cbc53520a2827a77db09554ce2923b87fb92383bb4d8c6ec5506b2888072fbe41b43b17aa9e80d73c039c5bf0fa1bf63bfea3c5b5a9cb36d836c90a7b33e3
data/README.md CHANGED
@@ -40,5 +40,10 @@ This plugin provides a new check to `puppet-lint`.
40
40
 
41
41
  file resources should not have a path attribute. Use the title instead
42
42
 
43
+ ## Other puppet-lint plugins
44
+
45
+ You can find a list of my `puppet-lint` plugins in the
46
+ [unixdaemon puppet-lint-plugins](https://github.com/deanwilson/unixdaemon-puppet-lint-plugins) repo.
47
+
43
48
  ### Author
44
49
  [Dean Wilson](http://www.unixdaemon.net)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: puppet-lint-no_file_path_attribute-check
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
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-08-04 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
@@ -123,6 +123,6 @@ signing_key:
123
123
  specification_version: 4
124
124
  summary: puppet-lint no_file_path_attribute check
125
125
  test_files:
126
- - spec/puppet-lint/plugins/puppet-lint-no_file_path_attribute_spec.rb
127
126
  - spec/spec_helper.rb
127
+ - spec/puppet-lint/plugins/puppet-lint-no_file_path_attribute_spec.rb
128
128
  has_rdoc: