sequra-style 0.2.0 → 1.1.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: 3a9e77fe531700597d097449dc31a2f016903a6e37e4db8b18be3158a4c4abfe
4
- data.tar.gz: 7221a139f54b44f292c6c73cb0fbceca30fe1ee4d673af922c49b8e66c605236
3
+ metadata.gz: c76e56c81da1b54aba1f0e41caca9e73d641adbbe785189b74f5587b731dba24
4
+ data.tar.gz: 2dd8eae407afec6e2183c56344e4856c80d0c79e1ca653c3f6a4b5d3efbcf8cc
5
5
  SHA512:
6
- metadata.gz: '0675827621a8fe844ef6bc3a418eddce89505e6b7cfc1aae9780400aba222e87f437f64b3ac6ceb0f738a38dc5c4b5c473c8de73032b47a0e7aa6582cd0ce687'
7
- data.tar.gz: c71a87b1f3f75a412cb600c6f5edaf7609164fc5ff0720216c30a850ab4c15bf8de47d78d799e24e831c614ef4b6d327482152f75ae92ffd5ba6d612a0934258
6
+ metadata.gz: 8f0e0160755f853aaed50659d9dff6ce748724bcf6acdb5bf041098d8647ce55159321bc319f9bd55627a01d386d8a8fafc1dd0bde38951c862c80c4919d5864
7
+ data.tar.gz: 6fa84de9c42f7d1b851f8127176855806809eb5c19cf926cda711206f34b08fe20aadb133a5c4deeebe0d387fefa5b9d8d12302e435dc39ec2f9f5175169034a
@@ -13,7 +13,7 @@ jobs:
13
13
  release-type: ruby
14
14
  package-name: sequra-style
15
15
  bump-minor-pre-major: true
16
- version-file: 'lib/sequra/sequra-style/version.rb'
16
+ version-file: 'lib/sequra/style/version.rb'
17
17
  - uses: actions/checkout@v2
18
18
  if: ${{ steps.release.outputs.release_created }}
19
19
  - uses: ruby/setup-ruby@v1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.1.0](https://github.com/sequra/sequra-style/compare/v1.0.3...v1.1.0) (2024-04-03)
4
+
5
+
6
+ ### Features
7
+
8
+ * add Layout/AccessModifierIndentation ([#22](https://github.com/sequra/sequra-style/issues/22)) ([3fb4ece](https://github.com/sequra/sequra-style/commit/3fb4ecef5ee89e78592f4658b904c84ff98df953))
9
+
10
+ ## [1.0.3](https://github.com/sequra/sequra-style/compare/v1.0.2...v1.0.3) (2024-03-15)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * Fix release-please version path ([#25](https://github.com/sequra/sequra-style/issues/25)) ([154fa02](https://github.com/sequra/sequra-style/commit/154fa02e0f9cbeaa290f0c677b2cf97fcbb908cb))
16
+
3
17
  ## [1.0.2](https://github.com/sequra/sequra-style/compare/v1.0.1...v1.0.2) (2024-03-15)
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.0.2)
4
+ sequra-style (1.1.0)
5
5
  rubocop (~> 1)
6
6
  rubocop-performance (~> 1)
7
7
  rubocop-rails (~> 2)
data/default.yml CHANGED
@@ -58,6 +58,11 @@ Style/NestedModifier:
58
58
  Style/SoleNestedConditional:
59
59
  Enabled: true
60
60
 
61
+ # https://docs.rubocop.org/rubocop/cops_layout.html#layoutaccessmodifierindentation
62
+ Layout/AccessModifierIndentation:
63
+ EnforcedStyle: outdent
64
+ Severity: info
65
+
61
66
  # Align `when` with `case`.
62
67
  Layout/CaseIndentation:
63
68
  Enabled: true
@@ -1,5 +1,5 @@
1
1
  module Sequra
2
2
  module Style
3
- VERSION = "0.2.0"
3
+ VERSION = "1.1.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: 0.2.0
4
+ version: 1.1.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: 2024-03-15 00:00:00.000000000 Z
11
+ date: 2024-04-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop