onceover-codequality 0.9.0 → 0.10.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c3b4d59bf399c972caeaab1588bd825d9787bd6e9111460b1325c1124a16d3e3
4
- data.tar.gz: a193a2e3453bc6dd8fd9c3db50b2bb52eceedac1c7b78515a7e8c5e39dcb9d19
3
+ metadata.gz: d867bc863d5d239084f43d620d820ba2e89fd44833c9a9a4688460a79c815841
4
+ data.tar.gz: 80c67cffba8bec1a5ba1bef2d9063575c81b26fe3a205b052553d6c4c0b2389e
5
5
  SHA512:
6
- metadata.gz: 0f1a31225eee7b25413f6f08601afb8105e85757687d3e4cf541841e4c8e1ef17623ef9d43aaaad64bac49901fc80ff98a44f40db62e2336a16deb606dd65266
7
- data.tar.gz: 5c921667f7248d8f1b5fd95193db39d3901caf86e6e95356426fd2971541b11a119d55949519877f3b17ed80bd8720f4eff4b7e2a42ba839b072ccb275d48236
6
+ metadata.gz: 6437bab9d5be0ee585d50f55fb697497fc5ba1ff70b7a7c67d94e0e39bee8f1451c8f9f0dd2599a8c8f2944ba046f018140177a52dbfaf718859066d839bd58d
7
+ data.tar.gz: a1bfa68433d7a87a8a0f5dff1a4dd97657626112f7b4de343ab4a948b00ca8cd836be3912eab775a683bf9823d254d4fd67adda0f9f9c2d9be1d40e5a77331c7
data/Gemfile.lock CHANGED
@@ -1,27 +1,27 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- onceover-codequality (0.8.0)
4
+ onceover-codequality (0.10.0)
5
5
  onceover (~> 3)
6
- puppet-lint (~> 3)
7
- puppet-strings (~> 3)
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
- addressable (2.8.1)
13
+ addressable (2.8.4)
14
14
  public_suffix (>= 2.0.2, < 6.0)
15
- backticks (1.0.3)
15
+ backticks (1.0.5)
16
16
  blockenspiel (0.5.0)
17
17
  colored (1.2)
18
18
  colored2 (3.1.2)
19
- concurrent-ruby (1.1.10)
19
+ concurrent-ruby (1.2.2)
20
20
  cri (2.15.11)
21
21
  deep_merge (1.2.2)
22
22
  diff-lcs (1.5.0)
23
23
  erubi (1.12.0)
24
- facter (4.3.0)
24
+ facter (4.4.1)
25
25
  hocon (~> 1.3)
26
26
  thor (>= 1.0.1, < 2.0)
27
27
  faraday (1.10.3)
@@ -51,20 +51,20 @@ GEM
51
51
  faraday (~> 1.0)
52
52
  fast_gettext (2.3.0)
53
53
  forwardable (1.3.3)
54
- gettext (3.4.3)
54
+ gettext (3.4.4)
55
55
  erubi
56
56
  locale (>= 2.0.5)
57
57
  prime
58
+ racc
58
59
  text (>= 1.3.0)
59
60
  gettext-setup (1.1.0)
60
61
  fast_gettext (~> 2.1)
61
62
  gettext (~> 3.4)
62
63
  locale
63
- git (1.15.0)
64
+ git (1.18.0)
64
65
  addressable (~> 2.8)
65
66
  rchardet (~> 1.8)
66
- hiera (3.12.0)
67
- hocon (1.3.1)
67
+ hocon (1.4.0)
68
68
  jwt (2.2.3)
69
69
  little-plugger (1.1.4)
70
70
  locale (2.1.3)
@@ -94,31 +94,30 @@ GEM
94
94
  rspec_junit_formatter (>= 0.2.0)
95
95
  terminal-table (>= 1.8.0)
96
96
  versionomy (>= 0.5.0)
97
- parallel (1.22.1)
98
- parallel_tests (4.2.0)
97
+ parallel (1.23.0)
98
+ parallel_tests (4.2.1)
99
99
  parallel
100
100
  pathspec (1.1.3)
101
101
  prime (0.1.2)
102
102
  forwardable
103
103
  singleton
104
104
  public_suffix (5.0.1)
105
- puppet (7.23.0)
106
- concurrent-ruby (~> 1.0, < 1.2.0)
105
+ puppet (8.1.0)
106
+ concurrent-ruby (~> 1.0)
107
107
  deep_merge (~> 1.0)
108
- facter (> 2.0.1, < 5)
109
- fast_gettext (>= 1.1, < 3)
110
- hiera (>= 3.2.1, < 4)
108
+ facter (>= 4.3.0, < 5)
109
+ fast_gettext (>= 2.1, < 3)
111
110
  locale (~> 2.1)
112
- multi_json (~> 1.10)
111
+ multi_json (~> 1.13)
113
112
  puppet-resource_api (~> 1.5)
114
113
  scanf (~> 1.0)
115
114
  semantic_puppet (~> 1.0)
116
- puppet-lint (3.2.0)
115
+ puppet-lint (4.0.0)
117
116
  puppet-resource_api (1.8.14)
118
117
  hocon (>= 1.0)
119
- puppet-strings (3.0.1)
120
- rgen (~> 0.9.0)
121
- yard (~> 0.9.5)
118
+ puppet-strings (4.0.0)
119
+ rgen (~> 0.9)
120
+ yard (~> 0.9)
122
121
  puppet-syntax (3.3.0)
123
122
  puppet (>= 5)
124
123
  rake
@@ -127,13 +126,13 @@ GEM
127
126
  faraday_middleware (~> 1.0)
128
127
  minitar
129
128
  semantic_puppet (~> 1.0)
130
- puppetlabs_spec_helper (5.0.3)
129
+ puppetlabs_spec_helper (6.0.1)
131
130
  mocha (~> 1.0)
132
131
  pathspec (>= 0.2, < 2.0.0)
133
- puppet-lint (>= 2.5.2, < 4.0.0)
132
+ puppet-lint (>= 3.0.0)
134
133
  puppet-syntax (~> 3.0)
135
134
  rspec-github (~> 2.0)
136
- rspec-puppet (~> 2.0)
135
+ rspec-puppet (>= 2.0)
137
136
  r10k (3.15.4)
138
137
  colored2 (= 3.1.2)
139
138
  cri (>= 2.15.10)
@@ -145,6 +144,7 @@ GEM
145
144
  minitar (~> 0.9)
146
145
  multi_json (~> 1.10)
147
146
  puppet_forge (>= 2.3.0, < 4.0.0)
147
+ racc (1.7.1)
148
148
  rake (13.0.6)
149
149
  rchardet (1.8.0)
150
150
  rgen (0.9.1)
@@ -152,35 +152,33 @@ GEM
152
152
  rspec-core (~> 3.12.0)
153
153
  rspec-expectations (~> 3.12.0)
154
154
  rspec-mocks (~> 3.12.0)
155
- rspec-core (3.12.1)
155
+ rspec-core (3.12.2)
156
156
  rspec-support (~> 3.12.0)
157
- rspec-expectations (3.12.2)
157
+ rspec-expectations (3.12.3)
158
158
  diff-lcs (>= 1.2.0, < 2.0)
159
159
  rspec-support (~> 3.12.0)
160
160
  rspec-github (2.4.0)
161
161
  rspec-core (~> 3.0)
162
- rspec-mocks (3.12.3)
162
+ rspec-mocks (3.12.5)
163
163
  diff-lcs (>= 1.2.0, < 2.0)
164
164
  rspec-support (~> 3.12.0)
165
- rspec-puppet (2.12.0)
165
+ rspec-puppet (3.0.0)
166
166
  rspec
167
167
  rspec-support (3.12.0)
168
168
  rspec_junit_formatter (0.6.0)
169
169
  rspec-core (>= 2, < 4, != 2.12.0)
170
170
  ruby2_keywords (0.0.5)
171
171
  scanf (1.0.0)
172
- semantic_puppet (1.0.4)
172
+ semantic_puppet (1.1.0)
173
173
  singleton (0.1.1)
174
174
  terminal-table (3.0.2)
175
175
  unicode-display_width (>= 1.1.1, < 3)
176
176
  text (1.3.1)
177
- thor (1.2.1)
177
+ thor (1.2.2)
178
178
  unicode-display_width (2.4.2)
179
179
  versionomy (0.5.0)
180
180
  blockenspiel (~> 0.5)
181
- webrick (1.7.0)
182
- yard (0.9.28)
183
- webrick (~> 1.7.0)
181
+ yard (0.9.34)
184
182
 
185
183
  PLATFORMS
186
184
  x86_64-linux
@@ -1,5 +1,5 @@
1
1
  class Onceover
2
2
  module CodeQuality
3
- VERSION = "0.9.0"
3
+ VERSION = "0.10.0"
4
4
  end
5
5
  end
@@ -26,6 +26,6 @@ Gem::Specification.new do |spec|
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', '~> 3'
30
- spec.add_runtime_dependency 'puppet-strings', '~> 3'
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.9.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: 2023-03-02 00:00:00.000000000 Z
11
+ date: 2023-06-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -86,28 +86,28 @@ dependencies:
86
86
  requirements:
87
87
  - - "~>"
88
88
  - !ruby/object:Gem::Version
89
- version: '3'
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: '3'
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: '3'
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: '3'
110
+ version: '4'
111
111
  description:
112
112
  email:
113
113
  - sales@declarativesystems.com