onceover-codequality 0.8.0 → 0.10.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +117 -78
- data/lib/onceover/codequality/version.rb +1 -1
- data/onceover-codequality.gemspec +4 -4
- metadata +11 -12
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d867bc863d5d239084f43d620d820ba2e89fd44833c9a9a4688460a79c815841
|
4
|
+
data.tar.gz: 80c67cffba8bec1a5ba1bef2d9063575c81b26fe3a205b052553d6c4c0b2389e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6437bab9d5be0ee585d50f55fb697497fc5ba1ff70b7a7c67d94e0e39bee8f1451c8f9f0dd2599a8c8f2944ba046f018140177a52dbfaf718859066d839bd58d
|
7
|
+
data.tar.gz: a1bfa68433d7a87a8a0f5dff1a4dd97657626112f7b4de343ab4a948b00ca8cd836be3912eab775a683bf9823d254d4fd67adda0f9f9c2d9be1d40e5a77331c7
|
data/Gemfile.lock
CHANGED
@@ -1,53 +1,82 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
onceover-codequality (0.
|
4
|
+
onceover-codequality (0.10.0)
|
5
5
|
onceover (~> 3)
|
6
|
-
puppet-lint (~>
|
7
|
-
puppet-strings (~>
|
6
|
+
puppet-lint (~> 4)
|
7
|
+
puppet-strings (~> 4)
|
8
8
|
puppet-syntax (~> 3)
|
9
9
|
|
10
10
|
GEM
|
11
11
|
remote: https://rubygems.org/
|
12
12
|
specs:
|
13
|
-
|
13
|
+
addressable (2.8.4)
|
14
|
+
public_suffix (>= 2.0.2, < 6.0)
|
15
|
+
backticks (1.0.5)
|
14
16
|
blockenspiel (0.5.0)
|
15
17
|
colored (1.2)
|
16
18
|
colored2 (3.1.2)
|
17
|
-
concurrent-ruby (1.
|
19
|
+
concurrent-ruby (1.2.2)
|
18
20
|
cri (2.15.11)
|
19
|
-
deep_merge (1.2.
|
20
|
-
diff-lcs (1.
|
21
|
-
|
21
|
+
deep_merge (1.2.2)
|
22
|
+
diff-lcs (1.5.0)
|
23
|
+
erubi (1.12.0)
|
24
|
+
facter (4.4.1)
|
22
25
|
hocon (~> 1.3)
|
23
26
|
thor (>= 1.0.1, < 2.0)
|
24
|
-
faraday (
|
25
|
-
|
26
|
-
|
27
|
-
faraday (
|
28
|
-
|
29
|
-
|
27
|
+
faraday (1.10.3)
|
28
|
+
faraday-em_http (~> 1.0)
|
29
|
+
faraday-em_synchrony (~> 1.0)
|
30
|
+
faraday-excon (~> 1.1)
|
31
|
+
faraday-httpclient (~> 1.0)
|
32
|
+
faraday-multipart (~> 1.0)
|
33
|
+
faraday-net_http (~> 1.0)
|
34
|
+
faraday-net_http_persistent (~> 1.0)
|
35
|
+
faraday-patron (~> 1.0)
|
36
|
+
faraday-rack (~> 1.0)
|
37
|
+
faraday-retry (~> 1.0)
|
38
|
+
ruby2_keywords (>= 0.0.4)
|
39
|
+
faraday-em_http (1.0.0)
|
40
|
+
faraday-em_synchrony (1.0.0)
|
41
|
+
faraday-excon (1.1.0)
|
42
|
+
faraday-httpclient (1.0.1)
|
43
|
+
faraday-multipart (1.0.4)
|
44
|
+
multipart-post (~> 2)
|
45
|
+
faraday-net_http (1.0.1)
|
46
|
+
faraday-net_http_persistent (1.2.0)
|
47
|
+
faraday-patron (1.0.0)
|
48
|
+
faraday-rack (1.0.0)
|
49
|
+
faraday-retry (1.0.3)
|
50
|
+
faraday_middleware (1.2.0)
|
51
|
+
faraday (~> 1.0)
|
52
|
+
fast_gettext (2.3.0)
|
53
|
+
forwardable (1.3.3)
|
54
|
+
gettext (3.4.4)
|
55
|
+
erubi
|
30
56
|
locale (>= 2.0.5)
|
57
|
+
prime
|
58
|
+
racc
|
31
59
|
text (>= 1.3.0)
|
32
|
-
gettext-setup (0
|
33
|
-
fast_gettext (~>
|
34
|
-
gettext (
|
60
|
+
gettext-setup (1.1.0)
|
61
|
+
fast_gettext (~> 2.1)
|
62
|
+
gettext (~> 3.4)
|
35
63
|
locale
|
36
|
-
git (1.
|
64
|
+
git (1.18.0)
|
65
|
+
addressable (~> 2.8)
|
37
66
|
rchardet (~> 1.8)
|
38
|
-
|
39
|
-
|
67
|
+
hocon (1.4.0)
|
68
|
+
jwt (2.2.3)
|
40
69
|
little-plugger (1.1.4)
|
41
70
|
locale (2.1.3)
|
42
71
|
log4r (1.1.10)
|
43
|
-
logging (2.3.
|
72
|
+
logging (2.3.1)
|
44
73
|
little-plugger (~> 1.1)
|
45
74
|
multi_json (~> 1.14)
|
46
75
|
minitar (0.9)
|
47
|
-
mocha (1.
|
76
|
+
mocha (1.16.1)
|
48
77
|
multi_json (1.15.0)
|
49
|
-
multipart-post (2.
|
50
|
-
onceover (3.
|
78
|
+
multipart-post (2.3.0)
|
79
|
+
onceover (3.20.0)
|
51
80
|
backticks (>= 1.0.2)
|
52
81
|
colored (~> 1.2)
|
53
82
|
cri (>= 2.6)
|
@@ -65,90 +94,100 @@ GEM
|
|
65
94
|
rspec_junit_formatter (>= 0.2.0)
|
66
95
|
terminal-table (>= 1.8.0)
|
67
96
|
versionomy (>= 0.5.0)
|
68
|
-
parallel (1.
|
69
|
-
parallel_tests (
|
97
|
+
parallel (1.23.0)
|
98
|
+
parallel_tests (4.2.1)
|
70
99
|
parallel
|
71
|
-
pathspec (
|
72
|
-
|
100
|
+
pathspec (1.1.3)
|
101
|
+
prime (0.1.2)
|
102
|
+
forwardable
|
103
|
+
singleton
|
104
|
+
public_suffix (5.0.1)
|
105
|
+
puppet (8.1.0)
|
73
106
|
concurrent-ruby (~> 1.0)
|
74
107
|
deep_merge (~> 1.0)
|
75
|
-
facter (
|
76
|
-
fast_gettext (
|
77
|
-
hiera (>= 3.2.1, < 4)
|
108
|
+
facter (>= 4.3.0, < 5)
|
109
|
+
fast_gettext (>= 2.1, < 3)
|
78
110
|
locale (~> 2.1)
|
79
|
-
multi_json (~> 1.
|
111
|
+
multi_json (~> 1.13)
|
80
112
|
puppet-resource_api (~> 1.5)
|
81
113
|
scanf (~> 1.0)
|
82
114
|
semantic_puppet (~> 1.0)
|
83
|
-
puppet-lint (
|
84
|
-
puppet-resource_api (1.8.
|
115
|
+
puppet-lint (4.0.0)
|
116
|
+
puppet-resource_api (1.8.14)
|
85
117
|
hocon (>= 1.0)
|
86
|
-
puppet-strings (
|
87
|
-
rgen
|
88
|
-
yard (~> 0.9
|
89
|
-
puppet-syntax (3.
|
118
|
+
puppet-strings (4.0.0)
|
119
|
+
rgen (~> 0.9)
|
120
|
+
yard (~> 0.9)
|
121
|
+
puppet-syntax (3.3.0)
|
90
122
|
puppet (>= 5)
|
91
123
|
rake
|
92
|
-
puppet_forge (2.
|
93
|
-
faraday (
|
94
|
-
faraday_middleware (
|
95
|
-
gettext-setup (~> 0.11)
|
124
|
+
puppet_forge (3.2.0)
|
125
|
+
faraday (~> 1.3)
|
126
|
+
faraday_middleware (~> 1.0)
|
96
127
|
minitar
|
97
128
|
semantic_puppet (~> 1.0)
|
98
|
-
puppetlabs_spec_helper (
|
129
|
+
puppetlabs_spec_helper (6.0.1)
|
99
130
|
mocha (~> 1.0)
|
100
|
-
pathspec (>= 0.2
|
101
|
-
puppet-lint (
|
102
|
-
puppet-syntax (
|
103
|
-
rspec-
|
104
|
-
|
131
|
+
pathspec (>= 0.2, < 2.0.0)
|
132
|
+
puppet-lint (>= 3.0.0)
|
133
|
+
puppet-syntax (~> 3.0)
|
134
|
+
rspec-github (~> 2.0)
|
135
|
+
rspec-puppet (>= 2.0)
|
136
|
+
r10k (3.15.4)
|
105
137
|
colored2 (= 3.1.2)
|
106
|
-
cri (>= 2.15.10
|
107
|
-
fast_gettext (
|
108
|
-
gettext (>= 3.0.2, <
|
109
|
-
gettext-setup (
|
138
|
+
cri (>= 2.15.10)
|
139
|
+
fast_gettext (>= 1.1.0, < 3.0.0)
|
140
|
+
gettext (>= 3.0.2, < 4.0.0)
|
141
|
+
gettext-setup (>= 0.24, < 2.0.0)
|
142
|
+
jwt (~> 2.2.3)
|
110
143
|
log4r (= 1.1.10)
|
144
|
+
minitar (~> 0.9)
|
111
145
|
multi_json (~> 1.10)
|
112
|
-
puppet_forge (
|
113
|
-
|
146
|
+
puppet_forge (>= 2.3.0, < 4.0.0)
|
147
|
+
racc (1.7.1)
|
148
|
+
rake (13.0.6)
|
114
149
|
rchardet (1.8.0)
|
115
|
-
rgen (0.
|
116
|
-
rspec (3.
|
117
|
-
rspec-core (~> 3.
|
118
|
-
rspec-expectations (~> 3.
|
119
|
-
rspec-mocks (~> 3.
|
120
|
-
rspec-core (3.
|
121
|
-
rspec-support (~> 3.
|
122
|
-
rspec-expectations (3.
|
150
|
+
rgen (0.9.1)
|
151
|
+
rspec (3.12.0)
|
152
|
+
rspec-core (~> 3.12.0)
|
153
|
+
rspec-expectations (~> 3.12.0)
|
154
|
+
rspec-mocks (~> 3.12.0)
|
155
|
+
rspec-core (3.12.2)
|
156
|
+
rspec-support (~> 3.12.0)
|
157
|
+
rspec-expectations (3.12.3)
|
123
158
|
diff-lcs (>= 1.2.0, < 2.0)
|
124
|
-
rspec-support (~> 3.
|
125
|
-
rspec-
|
159
|
+
rspec-support (~> 3.12.0)
|
160
|
+
rspec-github (2.4.0)
|
161
|
+
rspec-core (~> 3.0)
|
162
|
+
rspec-mocks (3.12.5)
|
126
163
|
diff-lcs (>= 1.2.0, < 2.0)
|
127
|
-
rspec-support (~> 3.
|
128
|
-
rspec-puppet (
|
164
|
+
rspec-support (~> 3.12.0)
|
165
|
+
rspec-puppet (3.0.0)
|
129
166
|
rspec
|
130
|
-
rspec-support (3.
|
131
|
-
rspec_junit_formatter (0.
|
167
|
+
rspec-support (3.12.0)
|
168
|
+
rspec_junit_formatter (0.6.0)
|
132
169
|
rspec-core (>= 2, < 4, != 2.12.0)
|
170
|
+
ruby2_keywords (0.0.5)
|
133
171
|
scanf (1.0.0)
|
134
|
-
semantic_puppet (1.0
|
135
|
-
|
136
|
-
|
172
|
+
semantic_puppet (1.1.0)
|
173
|
+
singleton (0.1.1)
|
174
|
+
terminal-table (3.0.2)
|
175
|
+
unicode-display_width (>= 1.1.1, < 3)
|
137
176
|
text (1.3.1)
|
138
|
-
thor (1.
|
139
|
-
unicode-display_width (
|
177
|
+
thor (1.2.2)
|
178
|
+
unicode-display_width (2.4.2)
|
140
179
|
versionomy (0.5.0)
|
141
180
|
blockenspiel (~> 0.5)
|
142
|
-
yard (0.9.
|
181
|
+
yard (0.9.34)
|
143
182
|
|
144
183
|
PLATFORMS
|
145
|
-
|
184
|
+
x86_64-linux
|
146
185
|
|
147
186
|
DEPENDENCIES
|
148
|
-
bundler (~> 2.
|
187
|
+
bundler (~> 2.4)
|
149
188
|
onceover-codequality!
|
150
189
|
rake (~> 13.0)
|
151
|
-
rspec (~> 3.
|
190
|
+
rspec (~> 3.12)
|
152
191
|
|
153
192
|
BUNDLED WITH
|
154
|
-
2.
|
193
|
+
2.4.6
|
@@ -20,12 +20,12 @@ Gem::Specification.new do |spec|
|
|
20
20
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
21
21
|
spec.require_paths = ["lib"]
|
22
22
|
|
23
|
-
spec.add_development_dependency "bundler", "~> 2.
|
23
|
+
spec.add_development_dependency "bundler", "~> 2.4"
|
24
24
|
spec.add_development_dependency "rake", "~> 13.0"
|
25
|
-
spec.add_development_dependency "rspec", "~> 3.
|
25
|
+
spec.add_development_dependency "rspec", "~> 3.12"
|
26
26
|
|
27
27
|
spec.add_runtime_dependency 'onceover', '~> 3'
|
28
28
|
spec.add_runtime_dependency 'puppet-syntax', '~> 3'
|
29
|
-
spec.add_runtime_dependency 'puppet-lint', '~>
|
30
|
-
spec.add_runtime_dependency 'puppet-strings', '~>
|
29
|
+
spec.add_runtime_dependency 'puppet-lint', '~> 4'
|
30
|
+
spec.add_runtime_dependency 'puppet-strings', '~> 4'
|
31
31
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: onceover-codequality
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.10.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Declarative Systems
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2023-06-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '2.
|
19
|
+
version: '2.4'
|
20
20
|
type: :development
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: '2.
|
26
|
+
version: '2.4'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: rake
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -44,14 +44,14 @@ dependencies:
|
|
44
44
|
requirements:
|
45
45
|
- - "~>"
|
46
46
|
- !ruby/object:Gem::Version
|
47
|
-
version: '3.
|
47
|
+
version: '3.12'
|
48
48
|
type: :development
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
52
|
- - "~>"
|
53
53
|
- !ruby/object:Gem::Version
|
54
|
-
version: '3.
|
54
|
+
version: '3.12'
|
55
55
|
- !ruby/object:Gem::Dependency
|
56
56
|
name: onceover
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
@@ -86,28 +86,28 @@ dependencies:
|
|
86
86
|
requirements:
|
87
87
|
- - "~>"
|
88
88
|
- !ruby/object:Gem::Version
|
89
|
-
version: '
|
89
|
+
version: '4'
|
90
90
|
type: :runtime
|
91
91
|
prerelease: false
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
93
93
|
requirements:
|
94
94
|
- - "~>"
|
95
95
|
- !ruby/object:Gem::Version
|
96
|
-
version: '
|
96
|
+
version: '4'
|
97
97
|
- !ruby/object:Gem::Dependency
|
98
98
|
name: puppet-strings
|
99
99
|
requirement: !ruby/object:Gem::Requirement
|
100
100
|
requirements:
|
101
101
|
- - "~>"
|
102
102
|
- !ruby/object:Gem::Version
|
103
|
-
version: '
|
103
|
+
version: '4'
|
104
104
|
type: :runtime
|
105
105
|
prerelease: false
|
106
106
|
version_requirements: !ruby/object:Gem::Requirement
|
107
107
|
requirements:
|
108
108
|
- - "~>"
|
109
109
|
- !ruby/object:Gem::Version
|
110
|
-
version: '
|
110
|
+
version: '4'
|
111
111
|
description:
|
112
112
|
email:
|
113
113
|
- sales@declarativesystems.com
|
@@ -156,8 +156,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
156
156
|
- !ruby/object:Gem::Version
|
157
157
|
version: '0'
|
158
158
|
requirements: []
|
159
|
-
|
160
|
-
rubygems_version: 2.7.6
|
159
|
+
rubygems_version: 3.4.6
|
161
160
|
signing_key:
|
162
161
|
specification_version: 4
|
163
162
|
summary: Lint and syntax validation for onceover
|