bake-modernize 0.46.3 → 0.47.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: dc28729bdbff1c9ee0e68ebb5f7432003b301698bf6005abeea9e80607de048f
4
- data.tar.gz: d89af12ac82ff014c89434ae2a3c922dbf1e60672bd6145f0f97dea74dcd7283
3
+ metadata.gz: 8ae5fdce2a9f06e60ea7782084cb66de2da9e49b92b8910c4115fdd52c594b6f
4
+ data.tar.gz: ae51647b42d9efb092bf4dc99a82b2c6d90116ce0f35d655abf79319737f253c
5
5
  SHA512:
6
- metadata.gz: c2cd54cd9428aed35fb18b14982adcd7ea89632b6f84f044a323d37b49dc595bec3319353294d42feada7d411500e2d4501ce0ccb05d96df5bcf847eec37c498
7
- data.tar.gz: ca4f5e5a51f222306bee196ddcfedb115e2baed996c063f4484e82887efc35fc0a72096fed665b23440b7042905a46dd0c5512ebfdf33d18fb4638e6ee92cb2f
6
+ metadata.gz: 0be00494512a16809dd469aee10e0f08ca0550b8f45fd6a118a20d1c1cc83785784486b51a587b32b8e1fa877da67055caa8d50cbf98d556c89198a519757626
7
+ data.tar.gz: d079f611159adcf25719d2ca0578e774ebc969c6167dbd60d89638848f51dd3341887c1966a9f40fadb09329bdff2ce3262bdd642a97333e376854f3b216c075
checksums.yaml.gz.sig CHANGED
Binary file
@@ -5,6 +5,6 @@
5
5
 
6
6
  module Bake
7
7
  module Modernize
8
- VERSION = "0.46.3"
8
+ VERSION = "0.47.0"
9
9
  end
10
10
  end
@@ -5,9 +5,16 @@ plugins:
5
5
  AllCops:
6
6
  DisabledByDefault: true
7
7
 
8
+ # Socketry specific rules:
9
+
8
10
  Layout/ConsistentBlankLineIndentation:
9
11
  Enabled: true
10
12
 
13
+ Layout/BlockDelimiterSpacing:
14
+ Enabled: true
15
+
16
+ # General Layout rules:
17
+
11
18
  Layout/IndentationStyle:
12
19
  Enabled: true
13
20
  EnforcedStyle: tabs
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bake-modernize
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.46.3
4
+ version: 0.47.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
@@ -168,7 +168,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
168
168
  - !ruby/object:Gem::Version
169
169
  version: '0'
170
170
  requirements: []
171
- rubygems_version: 3.7.2
171
+ rubygems_version: 3.6.9
172
172
  specification_version: 4
173
173
  summary: Automatically modernize parts of your project/gem.
174
174
  test_files: []
metadata.gz.sig CHANGED
Binary file