sequra-style 1.12.0 → 1.12.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: 4e4dec973551218c6ba6abb09563dfe5970c07c2c0a9071ae973986bbd82ef98
4
- data.tar.gz: e3e919698b4527a5d775180310e60798b5b516350311728eddf8fb2e357745ed
3
+ metadata.gz: 9d539aa69e77437c773b214f28cecbf675578ba4ac20b85e59e30313f78ccc58
4
+ data.tar.gz: 144ea4277fae0e6cd2d89640c98d4e1fde22c6d3a4a54e66e9183686ca5aa7d0
5
5
  SHA512:
6
- metadata.gz: 8586466f9343180dd0e128beaf4681fba18c194e76870a2e0615283c0c63960e5a2c768818c97054e3cc821dfb70c5e3a66af8ef0797fb38fc570a6c280bf007
7
- data.tar.gz: e9efb7c1840793a8c0af44584941f038bbd2b3824f3bff2f1273c1263d55d278e0e3034ea457dd865309fa5858a4cff39f386986d7b4afad9c74f5b115f5bada
6
+ metadata.gz: 9a0d400dbed2312c47604815852cb85a377c79ec8c6967601d75984777090c2de8e913492cbf7d0d16d249d56ec7405cbee99a59e4ad88c15b601fb5a2e88675
7
+ data.tar.gz: 19d362636a79396a06c274b00cbce56252a5edf5a7e6e7217d89ad7bb6e9c8ccb1cb3e9aa773dacf48b2cc602870b1786a9048b13a31f42788ca2fdf1d84bd53
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.12.1](https://github.com/sequra/sequra-style/compare/v1.12.0...v1.12.1) (2026-03-09)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * Removed extra quotes ([#66](https://github.com/sequra/sequra-style/issues/66)) ([3a17753](https://github.com/sequra/sequra-style/commit/3a17753ee10404f6a3d99e51058a238ee5584a05))
9
+
3
10
  ## [1.12.0](https://github.com/sequra/sequra-style/compare/v1.11.0...v1.12.0) (2026-03-05)
4
11
 
5
12
 
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.12.1)
5
5
  rubocop (~> 1.75)
6
6
  rubocop-performance (~> 1.25)
7
7
  rubocop-rails (~> 2.31)
data/default.yml CHANGED
@@ -678,7 +678,7 @@ Style/MethodCallWithArgsParentheses:
678
678
  - travel
679
679
  - use
680
680
  Exclude:
681
- - "db/migrate/*.rb
681
+ - db/migrate/*.rb
682
682
 
683
683
  # Omit parentheses for method calls without arguments
684
684
  Style/MethodCallWithoutArgsParentheses:
@@ -1,5 +1,5 @@
1
1
  module Sequra
2
2
  module Style
3
- VERSION = "1.12.0"
3
+ VERSION = "1.12.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
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.12.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sequra engineering