puppet-lint-vim_modeline-check 0.0.2 → 0.0.3

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 +6 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dc0cdd19118e86642e05ef4265d61ca248d4bfaa
4
- data.tar.gz: 12686eb3b86f97358ebd8ee70412f8af4bd29da2
3
+ metadata.gz: 1b6211730301778cc2eb90cf90b94680166c72e6
4
+ data.tar.gz: 9315abde17afe7a84fdeeb6fa8ae09b0c5802bff
5
5
  SHA512:
6
- metadata.gz: 852317ee116b1e24725950def06f3399cf88587366f3c89a3f8f809c5b0e91faac49cdf2ba987bf20c5826844b2a87aaf0eb141a87ab32a6f4065caf9c479778
7
- data.tar.gz: 6fe5954c0eab8b006b665e65716c7d6e158bd7ca4c870f44f75bfd662b510100bfcffd8f6e54c34077610cb1004a400cc135bfc1c349523896175cb311637585
6
+ metadata.gz: 64a2532e18182e0638bdde6278bc901d16ca1810a29b771004c448ac1d78ce689d2bb9bfba37bb55686f4e025be7602d582bedee3fc2b797e409f8f750163c0d
7
+ data.tar.gz: d0fa37a93b580e8016c89d790023d4d7131938e9f089fa15212930ffd5cdde29de174fbfb256e4ea85ea11eafd649818675be92ffa6ce62aab82231ee315a60a
data/README.md CHANGED
@@ -1 +1,6 @@
1
- placeholder for now
1
+ <h4>Description</h4>
2
+ A puppet-lint plugin which checks the last line in a manfiest is a vim modeline. Specifically, it ensures that the line starts with '# vim'
3
+
4
+ <h4>Installation</h4>
5
+
6
+ gem install puppet-lint-vim_modeline-check
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: puppet-lint-vim_modeline-check
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Robert Pearce
@@ -91,7 +91,7 @@ files:
91
91
  - lib/puppet-lint/plugins/check_vim_modeline.rb
92
92
  - spec/puppet-lint/plugins/check_vim_modeline_spec.rb
93
93
  - spec/spec_helper.rb
94
- homepage: https://github.com/robertpearce/puppet-lint-vim_modelinene-check
94
+ homepage: https://github.com/robertpearce/puppet-lint-vim_modeline-check
95
95
  licenses:
96
96
  - MIT
97
97
  metadata: {}