onceover-codequality 0.12.0 → 0.13.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/Gemfile.lock +124 -105
- data/lib/onceover/codequality/version.rb +1 -1
- data/onceover-codequality.gemspec +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 996d0514e015dfda357e74afcc718c6c48cf681e14f420a9312796fe87ce1162
|
4
|
+
data.tar.gz: af938880feaa8773f4ea6b0b4709bd78d3d760bd9d9572818772bcc5668fb9b1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 696a7dbd23ba2e739ffbd01ab05b5f7490b73fbe6f4215b19c0ecb01d2fb22189e2dd45d48abea50490bd748c6421a8513c8a08d6805eb30399987837325f197
|
7
|
+
data.tar.gz: c897de1532b0f7b16a1bd48cc151ee39b4a016a08a2078aaa1315d6a98657a0ea3bbbaa2a56b7bc44b015fd7bdee2f294faccdcbbe2dd36bbeeb0f478ea68b15
|
data/Gemfile.lock
CHANGED
@@ -1,57 +1,60 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
onceover-codequality (0.
|
4
|
+
onceover-codequality (0.13.0)
|
5
5
|
onceover (~> 3)
|
6
6
|
puppet-lint (~> 4)
|
7
7
|
puppet-strings (~> 4)
|
8
|
-
puppet-syntax (~>
|
8
|
+
puppet-syntax (~> 4)
|
9
9
|
|
10
10
|
GEM
|
11
11
|
remote: https://rubygems.org/
|
12
12
|
specs:
|
13
|
-
|
14
|
-
|
13
|
+
activesupport (8.0.2)
|
14
|
+
base64
|
15
|
+
benchmark (>= 0.3)
|
16
|
+
bigdecimal
|
17
|
+
concurrent-ruby (~> 1.0, >= 1.3.1)
|
18
|
+
connection_pool (>= 2.2.5)
|
19
|
+
drb
|
20
|
+
i18n (>= 1.6, < 2)
|
21
|
+
logger (>= 1.4.2)
|
22
|
+
minitest (>= 5.1)
|
23
|
+
securerandom (>= 0.3)
|
24
|
+
tzinfo (~> 2.0, >= 2.0.5)
|
25
|
+
uri (>= 0.13.1)
|
26
|
+
addressable (2.8.7)
|
27
|
+
public_suffix (>= 2.0.2, < 7.0)
|
15
28
|
backticks (1.0.5)
|
29
|
+
base64 (0.3.0)
|
30
|
+
benchmark (0.4.1)
|
31
|
+
bigdecimal (3.2.1)
|
16
32
|
blockenspiel (0.5.0)
|
17
33
|
colored (1.2)
|
18
|
-
colored2 (
|
19
|
-
concurrent-ruby (1.
|
20
|
-
|
34
|
+
colored2 (4.0.3)
|
35
|
+
concurrent-ruby (1.3.5)
|
36
|
+
connection_pool (2.5.3)
|
37
|
+
cri (2.15.12)
|
21
38
|
deep_merge (1.2.2)
|
22
|
-
diff-lcs (1.
|
23
|
-
|
24
|
-
|
39
|
+
diff-lcs (1.6.2)
|
40
|
+
drb (2.2.3)
|
41
|
+
erubi (1.13.1)
|
42
|
+
facter (4.10.0)
|
25
43
|
hocon (~> 1.3)
|
26
|
-
thor (>= 1.0.1, <
|
27
|
-
faraday (
|
28
|
-
faraday-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
faraday
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
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)
|
44
|
+
thor (>= 1.0.1, < 1.3)
|
45
|
+
faraday (2.13.1)
|
46
|
+
faraday-net_http (>= 2.0, < 3.5)
|
47
|
+
json
|
48
|
+
logger
|
49
|
+
faraday-follow_redirects (0.3.0)
|
50
|
+
faraday (>= 1, < 3)
|
51
|
+
faraday-net_http (3.4.0)
|
52
|
+
net-http (>= 0.5.0)
|
53
|
+
fast_gettext (2.4.0)
|
54
|
+
prime
|
53
55
|
forwardable (1.3.3)
|
54
|
-
|
56
|
+
getoptlong (0.2.1)
|
57
|
+
gettext (3.5.1)
|
55
58
|
erubi
|
56
59
|
locale (>= 2.0.5)
|
57
60
|
prime
|
@@ -61,29 +64,39 @@ GEM
|
|
61
64
|
fast_gettext (~> 2.1)
|
62
65
|
gettext (~> 3.4)
|
63
66
|
locale
|
64
|
-
git (1.
|
67
|
+
git (3.1.0)
|
68
|
+
activesupport (>= 5.0)
|
65
69
|
addressable (~> 2.8)
|
66
|
-
|
70
|
+
process_executer (~> 1.3)
|
71
|
+
rchardet (~> 1.9)
|
67
72
|
hocon (1.4.0)
|
68
|
-
|
73
|
+
i18n (1.14.7)
|
74
|
+
concurrent-ruby (~> 1.0)
|
75
|
+
json (2.12.2)
|
76
|
+
jwt (2.10.1)
|
77
|
+
base64
|
69
78
|
little-plugger (1.1.4)
|
70
|
-
locale (2.1.
|
79
|
+
locale (2.1.4)
|
71
80
|
log4r (1.1.10)
|
72
|
-
|
81
|
+
logger (1.7.0)
|
82
|
+
logging (2.4.0)
|
73
83
|
little-plugger (~> 1.1)
|
74
84
|
multi_json (~> 1.14)
|
75
|
-
minitar (0.
|
76
|
-
|
85
|
+
minitar (1.0.2)
|
86
|
+
minitest (5.25.5)
|
87
|
+
mocha (2.7.1)
|
88
|
+
ruby2_keywords (>= 0.0.5)
|
77
89
|
multi_json (1.15.0)
|
78
|
-
|
79
|
-
|
90
|
+
net-http (0.6.0)
|
91
|
+
uri
|
92
|
+
onceover (3.22.0)
|
80
93
|
backticks (>= 1.0.2)
|
81
|
-
colored (
|
94
|
+
colored (>= 1.2)
|
82
95
|
cri (>= 2.6)
|
83
96
|
deep_merge (>= 1.0.0)
|
84
97
|
git
|
85
98
|
logging (>= 2.0.0)
|
86
|
-
multi_json (
|
99
|
+
multi_json (>= 1.10)
|
87
100
|
parallel_tests (>= 2.0.0)
|
88
101
|
puppet (>= 4.0)
|
89
102
|
puppetlabs_spec_helper (>= 0.4.0)
|
@@ -94,91 +107,97 @@ GEM
|
|
94
107
|
rspec_junit_formatter (>= 0.2.0)
|
95
108
|
terminal-table (>= 1.8.0)
|
96
109
|
versionomy (>= 0.5.0)
|
97
|
-
parallel (1.
|
98
|
-
parallel_tests (
|
110
|
+
parallel (1.27.0)
|
111
|
+
parallel_tests (5.3.0)
|
99
112
|
parallel
|
100
|
-
pathspec (
|
101
|
-
prime (0.1.
|
113
|
+
pathspec (2.1.0)
|
114
|
+
prime (0.1.3)
|
102
115
|
forwardable
|
103
116
|
singleton
|
104
|
-
|
105
|
-
|
117
|
+
process_executer (1.3.0)
|
118
|
+
public_suffix (6.0.2)
|
119
|
+
puppet (8.10.0)
|
106
120
|
concurrent-ruby (~> 1.0)
|
107
121
|
deep_merge (~> 1.0)
|
108
122
|
facter (>= 4.3.0, < 5)
|
109
|
-
fast_gettext (>= 2.1, <
|
123
|
+
fast_gettext (>= 2.1, < 4)
|
124
|
+
getoptlong (~> 0.2.0)
|
110
125
|
locale (~> 2.1)
|
111
126
|
multi_json (~> 1.13)
|
112
127
|
puppet-resource_api (~> 1.5)
|
113
128
|
scanf (~> 1.0)
|
114
129
|
semantic_puppet (~> 1.0)
|
115
|
-
puppet-lint (4.
|
116
|
-
puppet-resource_api (1.
|
130
|
+
puppet-lint (4.3.0)
|
131
|
+
puppet-resource_api (1.9.0)
|
117
132
|
hocon (>= 1.0)
|
118
|
-
puppet-strings (4.
|
133
|
+
puppet-strings (4.1.3)
|
119
134
|
rgen (~> 0.9)
|
120
|
-
yard (~> 0.9)
|
121
|
-
puppet-syntax (
|
122
|
-
puppet (>=
|
123
|
-
rake
|
124
|
-
puppet_forge (
|
125
|
-
faraday (~>
|
126
|
-
|
127
|
-
minitar
|
135
|
+
yard (~> 0.9, < 0.9.37)
|
136
|
+
puppet-syntax (4.1.1)
|
137
|
+
puppet (>= 7, < 9)
|
138
|
+
rake (~> 13.1)
|
139
|
+
puppet_forge (6.0.0)
|
140
|
+
faraday (~> 2.0)
|
141
|
+
faraday-follow_redirects (~> 0.3.0)
|
142
|
+
minitar (~> 1.0, >= 1.0.2)
|
128
143
|
semantic_puppet (~> 1.0)
|
129
|
-
puppetlabs_spec_helper (
|
130
|
-
mocha (
|
131
|
-
pathspec (>= 0.2, <
|
132
|
-
puppet-lint (
|
133
|
-
puppet-syntax (~>
|
144
|
+
puppetlabs_spec_helper (8.0.0)
|
145
|
+
mocha (>= 1.0, < 3)
|
146
|
+
pathspec (>= 0.2, < 3)
|
147
|
+
puppet-lint (~> 4.0)
|
148
|
+
puppet-syntax (~> 4.1, >= 4.1.1)
|
134
149
|
rspec-github (~> 2.0)
|
135
|
-
rspec-puppet (
|
136
|
-
r10k (
|
137
|
-
colored2 (
|
150
|
+
rspec-puppet (~> 5.0)
|
151
|
+
r10k (5.0.0)
|
152
|
+
colored2 (~> 4.0)
|
138
153
|
cri (>= 2.15.10)
|
139
|
-
|
140
|
-
|
141
|
-
gettext-setup (>= 0.24, < 2.0.0)
|
142
|
-
jwt (~> 2.2.3)
|
154
|
+
gettext-setup (>= 0.24, < 2.0)
|
155
|
+
jwt (>= 2.2.3, < 3)
|
143
156
|
log4r (= 1.1.10)
|
144
|
-
minitar (
|
157
|
+
minitar (>= 0.9, < 2)
|
145
158
|
multi_json (~> 1.10)
|
146
|
-
puppet_forge (>=
|
147
|
-
racc (1.
|
148
|
-
rake (13.0
|
149
|
-
rchardet (1.
|
150
|
-
rgen (0.
|
151
|
-
rspec (3.
|
152
|
-
rspec-core (~> 3.
|
153
|
-
rspec-expectations (~> 3.
|
154
|
-
rspec-mocks (~> 3.
|
155
|
-
rspec-core (3.
|
156
|
-
rspec-support (~> 3.
|
157
|
-
rspec-expectations (3.
|
159
|
+
puppet_forge (>= 4.1.0, < 7)
|
160
|
+
racc (1.8.1)
|
161
|
+
rake (13.3.0)
|
162
|
+
rchardet (1.9.0)
|
163
|
+
rgen (0.10.2)
|
164
|
+
rspec (3.13.1)
|
165
|
+
rspec-core (~> 3.13.0)
|
166
|
+
rspec-expectations (~> 3.13.0)
|
167
|
+
rspec-mocks (~> 3.13.0)
|
168
|
+
rspec-core (3.13.4)
|
169
|
+
rspec-support (~> 3.13.0)
|
170
|
+
rspec-expectations (3.13.5)
|
158
171
|
diff-lcs (>= 1.2.0, < 2.0)
|
159
|
-
rspec-support (~> 3.
|
172
|
+
rspec-support (~> 3.13.0)
|
160
173
|
rspec-github (2.4.0)
|
161
174
|
rspec-core (~> 3.0)
|
162
|
-
rspec-mocks (3.
|
175
|
+
rspec-mocks (3.13.5)
|
163
176
|
diff-lcs (>= 1.2.0, < 2.0)
|
164
|
-
rspec-support (~> 3.
|
165
|
-
rspec-puppet (
|
166
|
-
rspec
|
167
|
-
rspec-support (3.
|
177
|
+
rspec-support (~> 3.13.0)
|
178
|
+
rspec-puppet (5.0.0)
|
179
|
+
rspec (~> 3.0)
|
180
|
+
rspec-support (3.13.4)
|
168
181
|
rspec_junit_formatter (0.6.0)
|
169
182
|
rspec-core (>= 2, < 4, != 2.12.0)
|
170
183
|
ruby2_keywords (0.0.5)
|
171
184
|
scanf (1.0.0)
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
185
|
+
securerandom (0.4.1)
|
186
|
+
semantic_puppet (1.1.1)
|
187
|
+
singleton (0.3.0)
|
188
|
+
terminal-table (4.0.0)
|
189
|
+
unicode-display_width (>= 1.1.1, < 4)
|
176
190
|
text (1.3.1)
|
177
191
|
thor (1.2.2)
|
178
|
-
|
192
|
+
tzinfo (2.0.6)
|
193
|
+
concurrent-ruby (~> 1.0)
|
194
|
+
unicode-display_width (3.1.4)
|
195
|
+
unicode-emoji (~> 4.0, >= 4.0.4)
|
196
|
+
unicode-emoji (4.0.4)
|
197
|
+
uri (1.0.3)
|
179
198
|
versionomy (0.5.0)
|
180
199
|
blockenspiel (~> 0.5)
|
181
|
-
yard (0.9.
|
200
|
+
yard (0.9.36)
|
182
201
|
|
183
202
|
PLATFORMS
|
184
203
|
x86_64-linux
|
@@ -190,4 +209,4 @@ DEPENDENCIES
|
|
190
209
|
rspec (~> 3.12)
|
191
210
|
|
192
211
|
BUNDLED WITH
|
193
|
-
2.4.
|
212
|
+
2.4.17
|
@@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
|
|
25
25
|
spec.add_development_dependency "rspec", "~> 3.12"
|
26
26
|
|
27
27
|
spec.add_runtime_dependency 'onceover', '~> 3'
|
28
|
-
spec.add_runtime_dependency 'puppet-syntax', '~>
|
28
|
+
spec.add_runtime_dependency 'puppet-syntax', '~> 4'
|
29
29
|
spec.add_runtime_dependency 'puppet-lint', '~> 4'
|
30
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.13.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: 2025-06-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -72,14 +72,14 @@ dependencies:
|
|
72
72
|
requirements:
|
73
73
|
- - "~>"
|
74
74
|
- !ruby/object:Gem::Version
|
75
|
-
version: '
|
75
|
+
version: '4'
|
76
76
|
type: :runtime
|
77
77
|
prerelease: false
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
79
79
|
requirements:
|
80
80
|
- - "~>"
|
81
81
|
- !ruby/object:Gem::Version
|
82
|
-
version: '
|
82
|
+
version: '4'
|
83
83
|
- !ruby/object:Gem::Dependency
|
84
84
|
name: puppet-lint
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|