puppet-lint-spaceship_operator_without_tag-check 1.0.1 → 2.0.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/spec/spec_helper.rb +1 -24
  3. metadata +7 -10
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 94fd7de097478e22c7464e826ba9d34f9233a734113b213b693ec617991d4241
4
- data.tar.gz: 73b909cecceb62027a32a12cd034220657381ff8e2e3ed40cf9599e398fb03ce
3
+ metadata.gz: 709056cd0cafa8134e606d89355d373e14a405f8b730b9274e8cfa85dbab3949
4
+ data.tar.gz: 3cf7400f05823c71cab8847cd4559bc6f3abc31c4dd0894ef8a65810238e9049
5
5
  SHA512:
6
- metadata.gz: 0c3ccea7ada374d99662ff300f6fec483863985ef7ab48c4c85b2e08cfa3fe07a49c577955f247a71b88e96706f04c12ab115f7dc0fa05711799b9faa9f41914
7
- data.tar.gz: 5d221040c3f4dd837eb635aebad568834296d38983e582f4424a1d7d9e8c7c06028a55f784bd05157d47d8c5185e38bc8bf77ee6bb033a14a0904ba391842766
6
+ metadata.gz: 24980cb817b6fe54f98839306668b462c273e8a54cd6b4adca41eecb56be3cf2946c495f48e888976252a43300ceaf5b562c98392700cef48edb1ef6b43f5566
7
+ data.tar.gz: 9f2e551c43a449719389dc3790795cb1b3ef0d005bc4c4a8fe6b8eb36ef4448892977dd5d8ff0937b37e2fe493469c86f701589585a2a55f7d7214d21fc48127
data/spec/spec_helper.rb CHANGED
@@ -1,29 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- begin
4
- require 'simplecov'
5
- require 'simplecov-console'
6
- require 'codecov'
7
- rescue LoadError
8
- else
9
- SimpleCov.start do
10
- track_files 'lib/**/*.rb'
11
-
12
- add_filter '/spec'
13
-
14
- enable_coverage :branch
15
-
16
- # do not track vendored files
17
- add_filter '/vendor'
18
- add_filter '/.vendor'
19
- end
20
-
21
- SimpleCov.formatters = [
22
- SimpleCov::Formatter::Console,
23
- SimpleCov::Formatter::Codecov,
24
- ]
25
- end
26
-
27
3
  require 'puppet-lint'
4
+ require 'rspec/collection_matchers'
28
5
 
29
6
  PuppetLint::Plugins.load_spec_helper
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: puppet-lint-spaceship_operator_without_tag-check
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 2.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vox Pupuli
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2023-09-29 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: puppet-lint
@@ -19,7 +18,7 @@ dependencies:
19
18
  version: '1.0'
20
19
  - - "<"
21
20
  - !ruby/object:Gem::Version
22
- version: '5.0'
21
+ version: '6.0'
23
22
  type: :runtime
24
23
  prerelease: false
25
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +28,7 @@ dependencies:
29
28
  version: '1.0'
30
29
  - - "<"
31
30
  - !ruby/object:Gem::Version
32
- version: '5.0'
31
+ version: '6.0'
33
32
  - !ruby/object:Gem::Dependency
34
33
  name: rake
35
34
  requirement: !ruby/object:Gem::Requirement
@@ -112,11 +111,10 @@ files:
112
111
  - lib/puppet-lint/plugins/check_spaceship_operator_without_tag.rb
113
112
  - spec/puppet-lint/plugins/check_spaceship_operator_without_tag_spec.rb
114
113
  - spec/spec_helper.rb
115
- homepage: https://github.com/voxupuli/puppet-lint-spaceship_operator_without_tag-check
114
+ homepage: https://github.com/voxpupuli/puppet-lint-spaceship_operator_without_tag-check
116
115
  licenses:
117
116
  - Apache-2.0
118
117
  metadata: {}
119
- post_install_message:
120
118
  rdoc_options: []
121
119
  require_paths:
122
120
  - lib
@@ -124,7 +122,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
124
122
  requirements:
125
123
  - - ">="
126
124
  - !ruby/object:Gem::Version
127
- version: '2.7'
125
+ version: '3.2'
128
126
  - - "<"
129
127
  - !ruby/object:Gem::Version
130
128
  version: '4'
@@ -134,8 +132,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
134
132
  - !ruby/object:Gem::Version
135
133
  version: '0'
136
134
  requirements: []
137
- rubygems_version: 3.2.33
138
- signing_key:
135
+ rubygems_version: 3.6.9
139
136
  specification_version: 4
140
137
  summary: A puppet-lint plugin to check that spaceship operator is called with a tag.
141
138
  test_files: []