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.
- checksums.yaml +4 -4
- data/spec/spec_helper.rb +1 -24
- metadata +7 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 709056cd0cafa8134e606d89355d373e14a405f8b730b9274e8cfa85dbab3949
|
|
4
|
+
data.tar.gz: 3cf7400f05823c71cab8847cd4559bc6f3abc31c4dd0894ef8a65810238e9049
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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:
|
|
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:
|
|
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: '
|
|
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: '
|
|
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/
|
|
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
|
|
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.
|
|
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: []
|