puppet-lint-unquoted_string-check 2.0.0 → 2.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4b74178d306fe7d8673bba37f7589f143e743f1cabf422a99b1b8ebcc875b21f
4
- data.tar.gz: 03a09e744bdac7f641f27ca688474218ad1d51481c419386dac4320fb9526ef9
3
+ metadata.gz: 5056a8e636e2dd9390aa92ac9c848135ad6a978032a18109eba4bf2719acafcb
4
+ data.tar.gz: f4ce77685a8b3d9048ad2fc40e9cf7e4fd3b6e6352dca6a72b1167592d361565
5
5
  SHA512:
6
- metadata.gz: 7439c28358580769dd50f40418c0bf49e1d8b63228cc88899429fdf73250de5c965452903897a33b1dd437e3b3505c76dae7a621a61dc86e7b11626cb698af2d
7
- data.tar.gz: d7dce532c741423327245e2a882ff54c8d49bd23158d9d34f5eb7bf195f01e5f00d2ab57fbbf71989913234a2f8c6385d2e6e93540d6256f8209a9d7aa7b0e92
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
- [![Build Status](https://img.shields.io/travis/voxpupuli/puppet-lint-unquoted_string-check.svg)](https://travis-ci.org/voxpupuli/puppet-lint-unquoted_string-check)
4
+ [![License](https://img.shields.io/github/license/voxpupuli/puppet-lint-unquoted_string-check.svg)](https://github.com/voxpupuli/puppet-lint-unquoted_string-check/blob/master/LICENSE)
5
+ [![Test](https://github.com/voxpupuli/puppet-lint-param-docs/actions/workflows/test.yml/badge.svg)](https://github.com/voxpupuli/puppet-lint-param-docs/actions/workflows/test.yml)
5
6
  [![Gem Version](https://img.shields.io/gem/v/puppet-lint-unquoted_string-check.svg)](https://rubygems.org/gems/puppet-lint-unquoted_string-check)
6
- [![Gem Downloads](https://img.shields.io/gem/dt/puppet-lint-unquoted_string-check.svg)](https://rubygems.org/gems/puppet-lint-unquoted_string-check)
7
- [![Coverage Status](https://img.shields.io/coveralls/voxpupuli/puppet-lint-unquoted_string-check.svg)](https://coveralls.io/r/voxpupuli/puppet-lint-unquoted_string-check?branch=master)
7
+ [![RubyGem Downloads](https://img.shields.io/gem/dt/puppet-lint-unquoted_string-check.svg)](https://rubygems.org/gems/puppet-lint-unquoted_string-check)
8
8
  [![Donated by Camptocamp](https://img.shields.io/badge/donated%20by-camptocamp-fb7047.svg)](#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
@@ -1,4 +1,4 @@
1
1
  class PuppetLintUnquotedStringCheck
2
- VERSION = '2.0.0'.freeze
2
+ VERSION = '2.1.0'.freeze
3
3
  end
4
4
 
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.0.0
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: 2020-03-25 00:00:00.000000000 Z
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
- rubyforge_project:
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