puppet-lint-unquoted_string-check 2.0.0 → 2.1.0
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 +16 -3
- data/lib/puppet-lint-unquoted-string-check/version.rb +1 -1
- metadata +4 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5056a8e636e2dd9390aa92ac9c848135ad6a978032a18109eba4bf2719acafcb
|
|
4
|
+
data.tar.gz: f4ce77685a8b3d9048ad2fc40e9cf7e4fd3b6e6352dca6a72b1167592d361565
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3bf2d5f7e2ac07bba5af7e803d07b898a8447710e07b2d531e99601e9408c855aec59f71717642394f05010549149f9b3793823701236934fcbe351e1c279173
|
|
7
|
+
data.tar.gz: 72ac10a4a2b8af40eafe634b0fac963140e57558c4e2423b9855134da4a1298b53b007635178647c739672e17770b1fa123df926396d704db50ac1909d27d474
|
data/README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
puppet-lint-unquoted_string-check
|
|
2
2
|
=================================
|
|
3
3
|
|
|
4
|
-
[](https://github.com/voxpupuli/puppet-lint-unquoted_string-check/blob/master/LICENSE)
|
|
5
|
+
[](https://github.com/voxpupuli/puppet-lint-param-docs/actions/workflows/test.yml)
|
|
5
6
|
[](https://rubygems.org/gems/puppet-lint-unquoted_string-check)
|
|
6
|
-
[](https://coveralls.io/r/voxpupuli/puppet-lint-unquoted_string-check?branch=master)
|
|
7
|
+
[](https://rubygems.org/gems/puppet-lint-unquoted_string-check)
|
|
8
8
|
[](#transfer-notice)
|
|
9
9
|
|
|
10
10
|
A puppet-lint plugin to check that selectors and case statements cases are quoted.
|
|
@@ -109,3 +109,16 @@ The maintainer preferred that Puppet Community take ownership of the module for
|
|
|
109
109
|
Existing pull requests and issues were transferred over, please fork and continue to contribute here instead of Camptocamp.
|
|
110
110
|
|
|
111
111
|
Previously: https://github.com/camptocamp/puppet-lint-unquoted_string-check
|
|
112
|
+
|
|
113
|
+
## License
|
|
114
|
+
|
|
115
|
+
This gem is licensed under the Apache-2 license.
|
|
116
|
+
|
|
117
|
+
## Release information
|
|
118
|
+
|
|
119
|
+
To make a new release, please do:
|
|
120
|
+
* Update the version in the `puppet-lint-absolute_classname-check.gemspec` file
|
|
121
|
+
* Install gems with `bundle install --with release --path .vendor`
|
|
122
|
+
* generate the changelog with `bundle exec rake changelog`
|
|
123
|
+
* Create a PR with it
|
|
124
|
+
* After it got merged, push a tag. Travis will do the actual release
|
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: 2.
|
|
4
|
+
version: 2.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Vox Pupuli
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2021-06-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: puppet-lint
|
|
@@ -138,7 +138,7 @@ require_paths:
|
|
|
138
138
|
- lib
|
|
139
139
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
140
140
|
requirements:
|
|
141
|
-
- - "
|
|
141
|
+
- - ">="
|
|
142
142
|
- !ruby/object:Gem::Version
|
|
143
143
|
version: '2.4'
|
|
144
144
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
@@ -147,8 +147,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
147
147
|
- !ruby/object:Gem::Version
|
|
148
148
|
version: '0'
|
|
149
149
|
requirements: []
|
|
150
|
-
|
|
151
|
-
rubygems_version: 2.7.7
|
|
150
|
+
rubygems_version: 3.1.6
|
|
152
151
|
signing_key:
|
|
153
152
|
specification_version: 4
|
|
154
153
|
summary: A puppet-lint plugin to check that selectors and case statements cases are
|