kpn-style 0.2.0 → 0.2.1

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: be663111c2ddf1da54c8e07cab757e6b18a4b373b9acc79da4fdeafc1395f835
4
- data.tar.gz: 06fb35dd9a4953b80632144b8c674fc320ae1855c4119d741be599b150f4a403
3
+ metadata.gz: 8aa3c51992060dd936919add92f64679b3f95ecdfc768b1dace7cef466b4b4f3
4
+ data.tar.gz: d313538e3e119227dda1d4131f86a69722717c8be2013add338686f1d09af8d1
5
5
  SHA512:
6
- metadata.gz: 27eb24ab5e6695fa1af4439957ef2390c13e112637ad27934425de7d0516bfdb2be8be4a76ee590c5635fac28436b627777fdb0d803c896fea26cb8eff1aca55
7
- data.tar.gz: ad3912f4e8cdd4abda944cba746a4c2d3fc9ee2d81b0f4bc5a49d63aa0e00e04d0208987f2b340678203eab78f40352d8f5ef61680e9829961223cfc19589387
6
+ metadata.gz: '030276393e9e32237ad6b8c562415ca566705861d81d8fd14ba2b164b63d2211dd4dbe6ef30d029dc5e163f2c9925c0dac60057abaf72c7e02dfdbfa4309f487'
7
+ data.tar.gz: fc82ef6d23c65c3d736664135d7dc15981138a0e35ff9faa90c5a7060710dd88eb0b6405ef787a1b5d2238583924d5f9544f1b4ed0746b4075ff9b49e25fe92b
data/kpn_style.gemspec CHANGED
@@ -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.2.0'
6
+ spec.version = '0.2.1'
7
7
  spec.authors = ['kpn']
8
8
  spec.email = ['noreply@kpn.com']
9
9
 
@@ -1,3 +1,3 @@
1
1
  module Kpn::Style
2
- VERSION = '0.2.0'.freeze
2
+ VERSION = '0.2.1'.freeze
3
3
  end
data/ruby-3.0.yml CHANGED
@@ -86,6 +86,14 @@ RSpec/BeforeAfterAll:
86
86
  RSpec/ContainExactly:
87
87
  Description: Checks where `contain_exactly` is used.
88
88
  Enabled: true
89
+ RSpec/ContextWording:
90
+ Description: Checks that `context` docstring starts with an allowed prefix.
91
+ Enabled: true
92
+ Prefixes:
93
+ - when
94
+ - with
95
+ - without
96
+ AllowedPatterns: ['on']
89
97
  RSpec/DuplicatedMetadata:
90
98
  Description: Avoid duplicated metadata.
91
99
  Enabled: true
@@ -111,7 +119,6 @@ RSpec/MetadataStyle:
111
119
  Description: Use consistent metadata style.
112
120
  Enabled: true
113
121
  RSpec/PendingWithoutReason:
114
- PendingWithoutReason:
115
122
  Description: Checks for pending or skipped examples without reason.
116
123
  Enabled: true
117
124
  RSpec/ReceiveMessages:
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kpn-style
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - kpn