runger_style 2.14.0 → 2.15.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: 04cab2108fed7a1d3b2dc7d72aa7d50a26ccd8c7ac24eb810ea1951909781172
4
- data.tar.gz: 7f897658dcb07b9e70b8e65e3a1f357a2180a613a5a08fb9381a7bff41da5d79
3
+ metadata.gz: b257b0e2c9e3b44903087a0ce6f4b6f4031e7bda9cdf15b1baf58102650a851e
4
+ data.tar.gz: a1a959c286ccc8017c8d86a1795748dbf120d57606da43109da5ee4580faddf0
5
5
  SHA512:
6
- metadata.gz: 7410f7d1f528e9cab6efb5f690d48e579f4f3ee1e062cc9853058594eb44e1ff0ebfb303d52d7cc44604afb6e5d5650b35061dd7abbd67c120341a1433b7fa93
7
- data.tar.gz: 5eb304ca4bd350eab7c8f12d2185f0ca190d06ca1b985fb83ca9b45f5b18a96732a12d7f391fc487a2088c974520d59327341b7809beb53678f3d0d41c21df3a
6
+ metadata.gz: b7b787c94afdee6f1cab43ef4eff7614325759e71ca7043894d63d9da97bd229e7e8ba1c2c5e0fc344f36a05eccad9617dc0c27b25f6416ab31e6f0c8394abdd
7
+ data.tar.gz: 56ff4103b9eae53a3bbce02edba83c04164b62dc7bad1314f73ce8a78cf0cca00fb205a9154a7dd0662228a35cd3b1a036b3b8f69b83d45cfa53d66bca62ccb2
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## v2.15.0 (2024-08-05)
2
+ - Add `EnforcedStyleAlignWith: start_of_block` for `Layout/BlockAlignment` cop
3
+
1
4
  ## v2.14.0 (2024-08-05)
2
5
  - Allow `127.0.0.1` as an IP address for `Style/IpAddresses`
3
6
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- runger_style (2.14.0)
4
+ runger_style (2.15.0)
5
5
  prism (>= 0.24.0)
6
6
  rubocop (>= 1.38.0, < 2)
7
7
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RungerStyle
4
- VERSION = '2.14.0'
4
+ VERSION = '2.15.0'
5
5
  end
data/rulesets/default.yml CHANGED
@@ -12,6 +12,8 @@ Layout:
12
12
  - db/schema.rb
13
13
  Layout/ArgumentAlignment:
14
14
  EnforcedStyle: with_fixed_indentation
15
+ Layout/BlockAlignment:
16
+ EnforcedStyleAlignWith: start_of_block
15
17
  Layout/ClassStructure:
16
18
  ExpectedOrder:
17
19
  - module_inclusion
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: runger_style
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.14.0
4
+ version: 2.15.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Runger