kpn-style 0.1.3 → 0.1.8

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: 77ddda7401805a90cdc67abd6c44fca3bef2c9b7a05fea8459c71cfa6c570f98
4
- data.tar.gz: 0b16e758963051e536df4e50d65249eeb38086250a1b8ba93ab84d697cea5be3
3
+ metadata.gz: 652adc455105950df12befa7fe04a6dd079e6e52e746d919c3a659b8947fae8c
4
+ data.tar.gz: c025a4a56ba08b1d91faa31c496f2d43e150c835a99435e189f10cce1429418d
5
5
  SHA512:
6
- metadata.gz: a7b0ba010f74971634f40ab14d2079d9adf34d50ebee65d209e235847d319eebd3304e44b2b26ffa74f3151545bb03e007797d5c28b9f34f3eb02f08fb7a92f2
7
- data.tar.gz: 87181780ca1431e97ce08f4d9fdbb040cd99d8a70bea9c869d08d6e40d35e8dc28ed866d7866ed8e77d905753d691534f33c42c2a30f9358b007578c1971a53f
6
+ metadata.gz: e87250f9a5937d51afcb2d04e33310733e782d620ffe544abf6852d91bf5fd4a6ff16cdda43e911d7b9975981e1e6a72307e904023ae11709d1870c938c49bd7
7
+ data.tar.gz: 65f535cd264ca637781915c9f1c4a92f8e96c5b6a86bf5014e31aa9830d8877b09f3e6b65983b1b46e55e241bb5aeb6974732808167076848079f3339ac3caae
data/README.md CHANGED
@@ -42,6 +42,14 @@ inherit_gem:
42
42
  - ruby-2.4.yml
43
43
  ```
44
44
 
45
+ Or for Ruby 2.5:
46
+
47
+ ```yaml
48
+ inherit_gem:
49
+ kpn-style:
50
+ - ruby-2.5.yml
51
+ ```
52
+
45
53
  Now, run:
46
54
 
47
55
  ```bash
@@ -3,7 +3,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
3
3
 
4
4
  Gem::Specification.new do |spec|
5
5
  spec.name = 'kpn-style'
6
- spec.version = '0.1.3'
6
+ spec.version = '0.1.8'
7
7
  spec.authors = ['kpn']
8
8
  spec.email = ['noreply@kpn.com']
9
9
 
@@ -27,6 +27,6 @@ Gem::Specification.new do |spec|
27
27
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
28
28
  spec.require_paths = ['lib']
29
29
 
30
- spec.add_dependency 'rubocop', '~> 0.53'
31
- spec.add_dependency 'rubocop-rspec', '~> 1.24'
30
+ spec.add_dependency 'rubocop', '~> 0.93.1'
31
+ spec.add_dependency 'rubocop-rspec', '~> 1.44.1'
32
32
  end
@@ -1,3 +1,3 @@
1
1
  module Kpn::Style
2
- VERSION = '0.1.3'.freeze
2
+ VERSION = '0.1.8'.freeze
3
3
  end
@@ -0,0 +1,107 @@
1
+ ---
2
+ require: rubocop-rspec
3
+ AllCops:
4
+ DisplayCopNames: true
5
+ TargetRubyVersion: '2.4'
6
+ Include:
7
+ - "**/*.rb"
8
+ Exclude:
9
+ - bin/*
10
+ - ".vendor/**/*"
11
+ - Gemfile
12
+ - Rakefile
13
+ - pkg/**/*
14
+ - spec/fixtures/**/*
15
+ - vendor/**/*
16
+ Metrics/LineLength:
17
+ Description: People have wide screens, use them.
18
+ Max: 240
19
+ RSpec/BeforeAfterAll:
20
+ Description: Beware of using after(:all) as it may cause state to leak between tests.
21
+ A necessary evil in acceptance testing.
22
+ Exclude:
23
+ - spec/acceptance/**/*.rb
24
+ RSpec/HookArgument:
25
+ Description: Prefer explicit :each argument, matching existing module's style
26
+ EnforcedStyle: each
27
+ Style/BlockDelimiters:
28
+ Description: Prefer braces for chaining. Mostly an aesthetical choice. Better to
29
+ be consistent then.
30
+ EnforcedStyle: braces_for_chaining
31
+ Style/ClassAndModuleChildren:
32
+ Description: Compact style reduces the required amount of indentation.
33
+ EnforcedStyle: compact
34
+ Style/EmptyElse:
35
+ Description: Enforce against empty else clauses, but allow `nil` for clarity.
36
+ EnforcedStyle: empty
37
+ Style/FormatString:
38
+ Description: Following the main puppet project's style, prefer the % format format.
39
+ EnforcedStyle: percent
40
+ Style/FormatStringToken:
41
+ Description: Following the main puppet project's style, prefer the simpler template
42
+ tokens over annotated ones.
43
+ EnforcedStyle: template
44
+ Style/Lambda:
45
+ Description: Prefer the keyword for easier discoverability.
46
+ EnforcedStyle: literal
47
+ Style/RegexpLiteral:
48
+ Description: Community preference. See https://github.com/voxpupuli/modulesync_config/issues/168
49
+ EnforcedStyle: percent_r
50
+ Style/TernaryParentheses:
51
+ Description: Checks for use of parentheses around ternary conditions. Enforce parentheses
52
+ on complex expressions for better readability, but seriously consider breaking
53
+ it up.
54
+ EnforcedStyle: require_parentheses_when_complex
55
+ Style/TrailingCommaInArguments:
56
+ Description: Prefer always trailing comma on multiline argument lists. This makes
57
+ diffs, and re-ordering nicer.
58
+ EnforcedStyleForMultiline: comma
59
+ Style/TrailingCommaInArrayLiteral:
60
+ EnforcedStyleForMultiline: comma
61
+ Style/TrailingCommaInHashLiteral:
62
+ EnforcedStyleForMultiline: comma
63
+ Style/SymbolArray:
64
+ Description: Using percent style obscures symbolic intent of array's contents.
65
+ EnforcedStyle: brackets
66
+ RSpec/MessageSpies:
67
+ EnforcedStyle: receive
68
+ Style/CollectionMethods:
69
+ Enabled: true
70
+ Style/MethodCalledOnDoEndBlock:
71
+ Enabled: true
72
+ Style/StringMethods:
73
+ Enabled: true
74
+ Layout/EndOfLine:
75
+ EnforcedStyle: lf
76
+ Metrics/AbcSize:
77
+ Enabled: false
78
+ Metrics/BlockLength:
79
+ Enabled: false
80
+ Metrics/ClassLength:
81
+ Enabled: false
82
+ Metrics/CyclomaticComplexity:
83
+ Enabled: false
84
+ Metrics/MethodLength:
85
+ Enabled: false
86
+ Metrics/ModuleLength:
87
+ Enabled: false
88
+ Metrics/ParameterLists:
89
+ Enabled: false
90
+ Metrics/PerceivedComplexity:
91
+ Enabled: false
92
+ RSpec/DescribeClass:
93
+ Enabled: false
94
+ RSpec/ExampleLength:
95
+ Enabled: false
96
+ RSpec/MessageExpectation:
97
+ Enabled: false
98
+ RSpec/MultipleExpectations:
99
+ Enabled: false
100
+ RSpec/NestedGroups:
101
+ Enabled: false
102
+ Style/AsciiComments:
103
+ Enabled: false
104
+ Style/IfUnlessModifier:
105
+ Enabled: false
106
+ Style/SymbolProc:
107
+ Enabled: false
@@ -24,6 +24,8 @@ RSpec/BeforeAfterAll:
24
24
  RSpec/HookArgument:
25
25
  Description: Prefer explicit :each argument, matching existing module's style
26
26
  EnforcedStyle: each
27
+ RSpec/ImplicitSubject:
28
+ Enabled: false
27
29
  Style/BlockDelimiters:
28
30
  Description: Prefer braces for chaining. Mostly an aesthetical choice. Better to
29
31
  be consistent then.
@@ -0,0 +1,320 @@
1
+ ---
2
+ require: rubocop-rspec
3
+ AllCops:
4
+ DisplayCopNames: true
5
+ TargetRubyVersion: '2.5'
6
+ Include:
7
+ - "**/*.rb"
8
+ Exclude:
9
+ - bin/*
10
+ - ".vendor/**/*"
11
+ - Gemfile
12
+ - Rakefile
13
+ - pkg/**/*
14
+ - spec/fixtures/**/*
15
+ - vendor/**/*
16
+ Layout/BeginEndAlignment: # (new in 0.91)
17
+ Description: checks whether the end keyword of begin is aligned properly.
18
+ Enabled: true
19
+ Layout/LineLength:
20
+ Description: People have wide screens, use them.
21
+ Max: 240
22
+ RSpec/BeforeAfterAll:
23
+ Description: Beware of using after(:all) as it may cause state to leak between tests.
24
+ A necessary evil in acceptance testing.
25
+ Exclude:
26
+ - spec/acceptance/**/*.rb
27
+ RSpec/EmptyExampleGroup:
28
+ Description: Checks if an example group does not include any tests.
29
+ Enabled: false
30
+ RSpec/HookArgument:
31
+ Description: Prefer explicit :each argument, matching existing module's style
32
+ EnforcedStyle: each
33
+ RSpec/RepeatedDescription:
34
+ Description: Check for repeated description strings in example groups.
35
+ Enabled: false
36
+ Style/BlockDelimiters:
37
+ Description: Prefer braces for chaining. Mostly an aesthetical choice. Better to
38
+ be consistent then.
39
+ EnforcedStyle: braces_for_chaining
40
+ Style/ClassAndModuleChildren:
41
+ Description: Compact style reduces the required amount of indentation.
42
+ EnforcedStyle: compact
43
+ Style/EmptyElse:
44
+ Description: Enforce against empty else clauses, but allow `nil` for clarity.
45
+ EnforcedStyle: empty
46
+ Style/FormatString:
47
+ Description: Following the main puppet project's style, prefer the % format format.
48
+ EnforcedStyle: percent
49
+ Style/FormatStringToken:
50
+ Description: Following the main puppet project's style, prefer the simpler template
51
+ tokens over annotated ones.
52
+ EnforcedStyle: template
53
+ Style/Lambda:
54
+ Description: Prefer the keyword for easier discoverability.
55
+ EnforcedStyle: literal
56
+ Style/RegexpLiteral:
57
+ Description: Community preference. See https://github.com/voxpupuli/modulesync_config/issues/168
58
+ EnforcedStyle: percent_r
59
+ Style/TernaryParentheses:
60
+ Description: Checks for use of parentheses around ternary conditions. Enforce parentheses
61
+ on complex expressions for better readability, but seriously consider breaking
62
+ it up.
63
+ EnforcedStyle: require_parentheses_when_complex
64
+ Style/TrailingCommaInArguments:
65
+ Description: Prefer always trailing comma on multiline argument lists. This makes
66
+ diffs, and re-ordering nicer.
67
+ EnforcedStyleForMultiline: comma
68
+ Style/TrailingCommaInArrayLiteral:
69
+ EnforcedStyleForMultiline: comma
70
+ Style/TrailingCommaInHashLiteral:
71
+ EnforcedStyleForMultiline: comma
72
+ Style/SymbolArray:
73
+ Description: Using percent style obscures symbolic intent of array's contents.
74
+ EnforcedStyle: brackets
75
+ RSpec/MessageSpies:
76
+ Description: Checks that message expectations are set using spies.
77
+ EnforcedStyle: receive
78
+ Style/CollectionMethods:
79
+ Description: Preferred collection methods.
80
+ Enabled: true
81
+ Style/MethodCalledOnDoEndBlock:
82
+ Description: Avoid chaining a method call on a do...end block.
83
+ Enabled: true
84
+ Style/StringMethods:
85
+ Description: Checks if configured preferred methods are used over non-preferred.
86
+ Enabled: true
87
+ Layout/EndOfLine:
88
+ Description: Use Unix-style line endings.
89
+ EnforcedStyle: lf
90
+ Metrics/AbcSize:
91
+ Description: >-
92
+ A calculated magnitude based on number of assignments,
93
+ branches, and conditions.
94
+ Enabled: false
95
+ Metrics/BlockLength:
96
+ Description: Avoid long blocks with many lines.
97
+ Enabled: false
98
+ Metrics/ClassLength:
99
+ Description: Avoid classes longer than 100 lines of code.
100
+ Enabled: false
101
+ Metrics/CyclomaticComplexity:
102
+ Description: >-
103
+ A complexity metric that is strongly correlated to the number
104
+ of test cases needed to validate a method.
105
+ Enabled: false
106
+ Metrics/MethodLength:
107
+ Description: Avoid methods longer than 10 lines of code.
108
+ Enabled: false
109
+ Metrics/ModuleLength:
110
+ Description: Avoid modules longer than 100 lines of code.
111
+ Enabled: false
112
+ Metrics/ParameterLists:
113
+ Description: Avoid parameter lists longer than three or four parameters.
114
+ Enabled: false
115
+ Metrics/PerceivedComplexity:
116
+ Description: >-
117
+ A complexity metric geared towards measuring complexity for a
118
+ human reader.
119
+ Enabled: false
120
+ RSpec/DescribeClass:
121
+ Description: Check that the first argument to the top-level describe is a constant.
122
+ Enabled: false
123
+ RSpec/ExampleLength:
124
+ Description: Checks for long examples.
125
+ Enabled: false
126
+ RSpec/MessageExpectation:
127
+ Description: Checks for consistent message expectation style.
128
+ Enabled: false
129
+ RSpec/MultipleExpectations:
130
+ Description: Checks if examples contain too many `expect` calls.
131
+ Enabled: false
132
+ RSpec/NestedGroups:
133
+ Description: Checks for nested example groups.
134
+ Enabled: false
135
+ Style/AsciiComments:
136
+ Description: Use only ascii symbols in comments.
137
+ Enabled: false
138
+ Style/IfUnlessModifier:
139
+ Description: Don't force trailing if/unless for single-line conditionals
140
+ Enabled: false
141
+ Style/SymbolProc:
142
+ Description: Use symbols as procs instead of blocks when possible.
143
+ Enabled: false
144
+ Layout/EmptyLinesAroundAttributeAccessor:
145
+ Description: Keep blank lines around attribute accessors.
146
+ Enabled: true
147
+ Layout/SpaceAroundMethodCallOperator:
148
+ Description: Checks method call operators to not have spaces around them.
149
+ Enabled: true
150
+ Lint/BinaryOperatorWithIdenticalOperands:
151
+ Description: This cop checks for places where binary operator has identical operands.
152
+ Enabled: true
153
+ Lint/ConstantDefinitionInBlock:
154
+ Description: Do not define constants within a block.
155
+ Enabled: true
156
+ Lint/DeprecatedOpenSSLConstant:
157
+ Description: Don't use algorithm constants for `OpenSSL::Cipher` and `OpenSSL::Digest`.
158
+ Enabled: true
159
+ Lint/DuplicateElsifCondition:
160
+ Description: Do not repeat conditions used in if `elsif`.
161
+ Enabled: true
162
+ Lint/DuplicateRequire:
163
+ Description: Check for duplicate `require`s and `require_relative`s.
164
+ Enabled: true
165
+ Lint/DuplicateRescueException:
166
+ Description: Checks that there are no repeated exceptions used in `rescue` expressions.
167
+ Enabled: true
168
+ Lint/EmptyConditionalBody:
169
+ Description: This cop checks for the presence of `if`, `elsif` and `unless` branches without a body.
170
+ Enabled: true
171
+ Lint/EmptyFile:
172
+ Description: Enforces that Ruby source files are not empty.
173
+ Enabled: true
174
+ Lint/FloatComparison:
175
+ Description: Checks for the presence of precise comparison of floating point numbers.
176
+ Enabled: true
177
+ Lint/HashCompareByIdentity:
178
+ Description: Prefer using `Hash#compare_by_identity` than using `object_id` for keys.
179
+ Enabled: true
180
+ Lint/IdentityComparison:
181
+ Description: Prefer `equal?` over `==` when comparing `object_id`.
182
+ Enabled: true
183
+ Lint/MissingSuper:
184
+ Description: >-
185
+ This cop checks for the presence of constructors and lifecycle callbacks
186
+ without calls to `super`'.
187
+ Enabled: true
188
+ Lint/MixedRegexpCaptureTypes:
189
+ Description: Do not mix named captures and numbered captures in a Regexp literal.
190
+ Enabled: true
191
+ Lint/OutOfRangeRegexpRef:
192
+ Description: Checks for out of range reference for Regexp because it always returns nil.
193
+ Enabled: true
194
+ Lint/RaiseException:
195
+ Description: Checks for `raise` or `fail` statements which are raising `Exception` class.
196
+ Enabled: true
197
+ Lint/RedundantSafeNavigation:
198
+ Description: Checks for redundant safe navigation calls.
199
+ Enabled: true
200
+ Lint/SelfAssignment:
201
+ Description: Checks for self-assignments.
202
+ Enabled: true
203
+ Lint/StructNewOverride:
204
+ Description: Disallow overriding the `Struct` built-in methods via `Struct.new`.
205
+ Enabled: true
206
+ Lint/TopLevelReturnWithArgument:
207
+ Description: This cop detects top level return statements with argument.
208
+ Enabled: true
209
+ Lint/TrailingCommaInAttributeDeclaration:
210
+ Description: This cop checks for trailing commas in attribute declarations.
211
+ Enabled: true
212
+ Lint/UnreachableLoop:
213
+ Description: This cop checks for loops that will have at most one iteration.
214
+ Enabled: true
215
+ Lint/UselessMethodDefinition:
216
+ Description: Checks for useless method definitions.
217
+ Enabled: true
218
+ Lint/UselessTimes:
219
+ Description: Checks for useless `Integer#times` calls.
220
+ Enabled: true
221
+ RSpec/StubbedMock:
222
+ Description: Checks that message expectations do not have a configured response.
223
+ Enabled: true
224
+ Style/AccessorGrouping:
225
+ Description: Checks for grouping of accessors in `class` and `module` bodies.
226
+ Enabled: true
227
+ Style/ArrayCoercion:
228
+ Description: >-
229
+ Use Array() instead of explicit Array check or [*var], when dealing
230
+ with a variable you want to treat as an Array, but you're not certain it's an array.
231
+ Enabled: true
232
+ Style/BisectedAttrAccessor:
233
+ Description: >-
234
+ Checks for places where `attr_reader` and `attr_writer`
235
+ for the same method can be combined into single `attr_accessor`.
236
+ Enabled: true
237
+ Style/CaseLikeIf:
238
+ Description: This cop identifies places where `if-elsif` constructions can be replaced with `case-when`.
239
+ Enabled: true
240
+ Style/ClassEqualityComparison:
241
+ Description: Enforces the use of `Object#instance_of?` instead of class comparison for equality.
242
+ Enabled: true
243
+ Style/CombinableLoops:
244
+ Description: >-
245
+ Checks for places where multiple consecutive loops over the same data
246
+ can be combined into a single loop.
247
+ Enabled: true
248
+ Style/ExplicitBlockArgument:
249
+ Description: >-
250
+ Consider using explicit block argument to avoid writing block literal
251
+ that just passes its arguments to another block.
252
+ Enabled: true
253
+ Style/ExponentialNotation:
254
+ Description: When using exponential notation, favor a mantissa between 1 (inclusive) and 10 (exclusive).
255
+ Enabled: true
256
+ Style/GlobalStdStream:
257
+ Description: Enforces the use of `$stdout/$stderr/$stdin` instead of `STDOUT/STDERR/STDIN`.
258
+ Enabled: true
259
+ Style/HashAsLastArrayItem:
260
+ Description: >-
261
+ Checks for presence or absence of braces around hash literal as a last
262
+ array item depending on configuration.
263
+ Enabled: true
264
+ Style/HashEachMethods:
265
+ Description: Use Hash#each_key and Hash#each_value.
266
+ Enabled: true
267
+ Style/HashLikeCase:
268
+ Description: >-
269
+ Checks for places where `case-when` represents a simple 1:1
270
+ mapping and can be replaced with a hash lookup.
271
+ Enabled: true
272
+ Style/HashTransformKeys:
273
+ Description: Prefer `transform_keys` over `each_with_object`, `map`, or `to_h`.
274
+ Enabled: true
275
+ Style/HashTransformValues:
276
+ Description: Prefer `transform_values` over `each_with_object`, `map`, or `to_h`.
277
+ Enabled: true
278
+ Style/KeywordParametersOrder:
279
+ Description: Enforces that optional keyword parameters are placed at the end of the parameters list.
280
+ Enabled: true
281
+ Style/OptionalBooleanParameter:
282
+ Description: Use keyword arguments when defining method with boolean argument.
283
+ Enabled: true
284
+ Style/RedundantAssignment:
285
+ Description: Checks for redundant assignment before returning.
286
+ Enabled: true
287
+ Style/RedundantFetchBlock:
288
+ Description: >-
289
+ Use `fetch(key, value)` instead of `fetch(key) { value }`
290
+ when value has Numeric, Rational, Complex, Symbol or String type, `false`, `true`, `nil` or is a constant.
291
+ Enabled: true
292
+ Style/RedundantFileExtensionInRequire:
293
+ Description: >-
294
+ Checks for the presence of superfluous `.rb` extension in
295
+ the filename provided to `require` and `require_relative`.
296
+ Enabled: true
297
+ Style/RedundantRegexpCharacterClass:
298
+ Description: Checks for unnecessary single-element Regexp character classes.
299
+ Enabled: true
300
+ Style/RedundantRegexpEscape:
301
+ Description: Checks for redundant escapes in Regexps.
302
+ Enabled: false
303
+ Style/RedundantSelfAssignment:
304
+ Description: Checks for places where redundant assignments are made for in place modification methods.
305
+ Enabled: true
306
+ Style/SingleArgumentDig:
307
+ Description: Avoid using single argument dig method.
308
+ Enabled: true
309
+ Style/SlicingWithRange:
310
+ Description: Checks array slicing is done with endless ranges when suitable.
311
+ Enabled: true
312
+ Style/SoleNestedConditional:
313
+ Description: >-
314
+ Finds sole nested conditional nodes
315
+ which can be merged into outer conditional node.
316
+ Enabled: true
317
+ Style/StringConcatenation:
318
+ Description: Checks for places where string concatenation can be replaced with string interpolation.
319
+ Enabled: true
320
+
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kpn-style
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - kpn
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-11-06 00:00:00.000000000 Z
11
+ date: 2020-12-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -16,28 +16,28 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '0.53'
19
+ version: 0.93.1
20
20
  type: :runtime
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: '0.53'
26
+ version: 0.93.1
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rubocop-rspec
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: '1.24'
33
+ version: 1.44.1
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: '1.24'
40
+ version: 1.44.1
41
41
  description:
42
42
  email:
43
43
  - noreply@kpn.com
@@ -55,7 +55,9 @@ files:
55
55
  - lib/kpn/style.rb
56
56
  - lib/kpn/style/version.rb
57
57
  - ruby-2.1.yml
58
+ - ruby-2.4-strict.yml
58
59
  - ruby-2.4.yml
60
+ - ruby-2.5.yml
59
61
  homepage: https://github.com/kpn-puppet/gem-kpn-style
60
62
  licenses:
61
63
  - Apache-2.0
@@ -76,8 +78,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
76
78
  - !ruby/object:Gem::Version
77
79
  version: '0'
78
80
  requirements: []
79
- rubyforge_project:
80
- rubygems_version: 2.7.6
81
+ rubygems_version: 3.0.8
81
82
  signing_key:
82
83
  specification_version: 4
83
84
  summary: kpn style guides and shared style configs.