puppet-lint-unquoted_string-check 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -0
  3. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2dda199ae6b45a46e5fd35e35647187c67a92fae
4
- data.tar.gz: 2ece158ac5344c421957184663ba9b318a6f08b6
3
+ metadata.gz: 1234067b3fd6b2651cc7a2be8c632b70c0a2094d
4
+ data.tar.gz: 840a3bd085a8ed87c71fc537980e0201a135daab
5
5
  SHA512:
6
- metadata.gz: de3ea469cde9b127d6402813d9ba3eb846713cd167eb37ea07de6e2d9699d28a1bea213944607df8470ee8f89a2e31db4283b7d310b4f627e7532fe8d721a452
7
- data.tar.gz: b1d0012eca332164fbc3227d611779ffb7a79b99946f785ce18fff31304c2d3fd9398e3546e3b8b243f43a0a5ecf44578a5e183cd5f99740e2c90e3a281b7ec9
6
+ metadata.gz: 1b7e03d5414177c65f9751085e901274ef2c64286515e52cc0abf9b845d034302bae035981f2103b5b3a5f4099a3ad287b718ee7f55e43cf552d7d8d89942182
7
+ data.tar.gz: 597c0695a7f642d647f5766a4003f12618f3cc1b8ac6c1fbaff1deb6d2ec7bf32e6947a5c31a59eb60a05bb929394da8fa46ee263b689a444d6bca8c6adf8197
data/README.md CHANGED
@@ -0,0 +1,4 @@
1
+ puppet-lint-unquoted_string-check
2
+ =================================
3
+
4
+ A puppet-lint plugin to check that selectors and case statements cases are quoted.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: puppet-lint-unquoted_string-check
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
- - Mickaël Canévet
7
+ - Camptocamp
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-07 00:00:00.000000000 Z
11
+ date: 2015-01-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: puppet-lint
@@ -82,7 +82,7 @@ dependencies:
82
82
  version: '0'
83
83
  description: |2
84
84
  A puppet-lint plugin to check that selectors and case statements cases are quoted.
85
- email: mickael.canevet@gmail.com
85
+ email: mickael.canevet@camptocamp.com
86
86
  executables: []
87
87
  extensions: []
88
88
  extra_rdoc_files: []
@@ -93,7 +93,7 @@ files:
93
93
  - spec/puppet-lint/plugins/check_unquoted_string_in_case/check_unquoted_string_in_case_spec.rb
94
94
  - spec/puppet-lint/plugins/check_unquoted_string_in_case/check_unquoted_string_in_selector_spec.rb
95
95
  - spec/spec_helper.rb
96
- homepage: https://github.com/mcanevet/puppet-lint-unquoted_string-check
96
+ homepage: https://github.com/camptocamp/puppet-lint-unquoted_string-check
97
97
  licenses:
98
98
  - Apache-2.0
99
99
  metadata: {}