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 +4 -4
- data/CHANGELOG.md +14 -0
- data/Gemfile.lock +1 -1
- data/default.yml +3 -1
- data/lib/sequra/style/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 638d231a616190beeb2b468652fe080b7b1e7e5b40f71aec06009ec44d14b17c
|
|
4
|
+
data.tar.gz: 27d7a897202882a5535cefb4af8de185132f7e05f2aa00be2735aff1df4848ed
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
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
|
-
-
|
|
683
|
+
- db/migrate/*.rb
|
|
682
684
|
|
|
683
685
|
# Omit parentheses for method calls without arguments
|
|
684
686
|
Style/MethodCallWithoutArgsParentheses:
|
data/lib/sequra/style/version.rb
CHANGED
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.
|
|
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-
|
|
11
|
+
date: 2026-04-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rubocop
|