sequra-style 1.12.0 → 1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4e4dec973551218c6ba6abb09563dfe5970c07c2c0a9071ae973986bbd82ef98
4
- data.tar.gz: e3e919698b4527a5d775180310e60798b5b516350311728eddf8fb2e357745ed
3
+ metadata.gz: 638d231a616190beeb2b468652fe080b7b1e7e5b40f71aec06009ec44d14b17c
4
+ data.tar.gz: 27d7a897202882a5535cefb4af8de185132f7e05f2aa00be2735aff1df4848ed
5
5
  SHA512:
6
- metadata.gz: 8586466f9343180dd0e128beaf4681fba18c194e76870a2e0615283c0c63960e5a2c768818c97054e3cc821dfb70c5e3a66af8ef0797fb38fc570a6c280bf007
7
- data.tar.gz: e9efb7c1840793a8c0af44584941f038bbd2b3824f3bff2f1273c1263d55d278e0e3034ea457dd865309fa5858a4cff39f386986d7b4afad9c74f5b115f5bada
6
+ metadata.gz: ea38ecc3ed4116d5c854683a74c3ff670a540c70a0b5ecbd609a4207a02874c469cfabefca9ec45bdc5d15da56beb42ec1aef5d8279dfdacf8f70f8413ae2241
7
+ data.tar.gz: cd260081df82a6e2fcb7b23d5338872f1571a4c9f380fd826b6647a57756def2e3996e7be3ea9ef84c32529d3411054687da1f56fac7e959fd322d51d1f968f7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.13.0](https://github.com/sequra/sequra-style/compare/v1.12.1...v1.13.0) (2026-04-24)
4
+
5
+
6
+ ### Features
7
+
8
+ * Add shared_context and shared_examples exceptions to MethodCallWithArgsParentheses ([#68](https://github.com/sequra/sequra-style/issues/68)) ([73ab730](https://github.com/sequra/sequra-style/commit/73ab73073aaacaf32e0a6f92859e50361f832bd3))
9
+
10
+ ## [1.12.1](https://github.com/sequra/sequra-style/compare/v1.12.0...v1.12.1) (2026-03-09)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * Removed extra quotes ([#66](https://github.com/sequra/sequra-style/issues/66)) ([3a17753](https://github.com/sequra/sequra-style/commit/3a17753ee10404f6a3d99e51058a238ee5584a05))
16
+
3
17
  ## [1.12.0](https://github.com/sequra/sequra-style/compare/v1.11.0...v1.12.0) (2026-03-05)
4
18
 
5
19
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sequra-style (1.12.0)
4
+ sequra-style (1.13.0)
5
5
  rubocop (~> 1.75)
6
6
  rubocop-performance (~> 1.25)
7
7
  rubocop-rails (~> 2.31)
data/default.yml CHANGED
@@ -672,13 +672,15 @@ Style/MethodCallWithArgsParentheses:
672
672
  - redirect_to
673
673
  - render
674
674
  - send_data
675
+ - shared_context
676
+ - shared_examples
675
677
  - snapshot!
676
678
  - step_to
677
679
  - to
678
680
  - travel
679
681
  - use
680
682
  Exclude:
681
- - "db/migrate/*.rb
683
+ - db/migrate/*.rb
682
684
 
683
685
  # Omit parentheses for method calls without arguments
684
686
  Style/MethodCallWithoutArgsParentheses:
@@ -1,5 +1,5 @@
1
1
  module Sequra
2
2
  module Style
3
- VERSION = "1.12.0"
3
+ VERSION = "1.13.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sequra-style
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.12.0
4
+ version: 1.13.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sequra engineering
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2026-03-09 00:00:00.000000000 Z
11
+ date: 2026-04-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop