runger_style 1.2.0 → 1.3.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: 9efa2b617cfa5dc9a73d73e2f3cb953a3e189fff64937c4a153736564d04e58b
4
- data.tar.gz: 48455e9445ac67968f36d4ddb8e726d128ef3720ea50156c047339ed19af1a65
3
+ metadata.gz: 5be3627837ff240dca7824fb57c7af6ac1b322730a20f01008e7440a510c819b
4
+ data.tar.gz: 9a3c0dd8ca35b1ad773428fe077eba3c22f85e86cffc81d3ea22101ed781ba8c
5
5
  SHA512:
6
- metadata.gz: 8013413bbe06b6a02608ef3db8bfeaa562b73f5e76c5c9127e4355a45e137296038949a9ce3260a62d3583989e0c6f06906820c3b555bc0ba5e1fa11cc2f744f
7
- data.tar.gz: 1fb9c97d82586618d4333e50a20a015d2112eb4983973b28456888287daf1427a7467381b126d5bda3fc2beac2b5c17d95e53060ceab39bc161f4f2b1b7400c0
6
+ metadata.gz: 5cd742d967fe046b2fda46b23f3d93725f6c895a436f4cc4be98aa6fbb649fdac1a31ce0ef8cdced9431644e3a81faf81ca64c758c4b6fc530d8eae8b6d0b904
7
+ data.tar.gz: f1f526e119591246dfb58fd72c80541a61b0600cad7a027ad3828751c9ed6d1bfc276037836eb199cae3f8e42d34a0536dc9dcce683b6cf00b0c7c1920a88572
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## v1.3.0 (2024-01-04)
2
+ [no unreleased changes yet]
3
+
1
4
  ## v1.2.0 (2023-12-29)
2
5
  - Disable `Style/ArgumentsForwarding`
3
6
  - Disable `Naming/BlockForwarding`
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- runger_style (1.2.0)
4
+ runger_style (1.3.0)
5
5
  rubocop (>= 1.38.0, < 2)
6
6
 
7
7
  GEM
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RungerStyle
4
- VERSION = '1.2.0'
4
+ VERSION = '1.3.0'
5
5
  end
@@ -1,5 +1,7 @@
1
1
  require:
2
2
  - rubocop-capybara
3
3
 
4
+ Capybara/NegationMatcher:
5
+ EnforcedStyle: not_to
4
6
  Capybara/SpecificMatcher:
5
7
  Enabled: false
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: runger_style
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Runger
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-12-30 00:00:00.000000000 Z
11
+ date: 2024-01-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop