shuttlerock_shared_config 0.2.22 → 0.2.23

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: fb760944d389d31f4a6e7a438f3d9a946707ca37575ef16d4c89937793f07a11
4
- data.tar.gz: 2974e647636b52251e1c3b47fc6e2383f3c0033a159e448b1e1782d86d9aa9a9
3
+ metadata.gz: 24f8d0e5d5646e66815bc70a280e3e5b121f2320ed8e33f4b26de0d2b05189d9
4
+ data.tar.gz: 431a8cb864d87587f6ebfd6c0f96db7f5bc440d5971736c7cf708134e7ef3af0
5
5
  SHA512:
6
- metadata.gz: e29bc4f33d3382d10bb83f610cce39673d08146840a2c36fa880cb17a3625f5b3671054be4998d66945d131ce4f614f9538eb638503d0b1256a683890cb2a7b5
7
- data.tar.gz: feb42e9fd514f4cda7250aae51630cbb84210c766ec3500a96b9974995842c135b9a2f566a99a8011673760bb3793e50217f0b53f97d68fcabd91666b68d11f8
6
+ metadata.gz: 5bf21c4169869865b42c417ef1c3c54a2f61c8bf749da29da09af6521335d1bbe3770d954f9805c4db910bd5482544d436a275c34e9f4eeb5e7f95c090a3b824
7
+ data.tar.gz: df0abdd0a09fb992f0b84c1bba708d357f7458dcb508857843499732742a65f72404ffb9ea8a64415985dd3e5690b64777e1574ccfcc27cee00e500fb061e909
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ShuttlerockSharedConfig
4
- VERSION = '0.2.22'
4
+ VERSION = '0.2.23'
5
5
  end
@@ -16,7 +16,7 @@ AllCops:
16
16
  - 'vendor/**/*'
17
17
 
18
18
  # Align the elements of a hash literal if they span more than one line.
19
- AlignHash:
19
+ Layout/AlignHash:
20
20
  # Alignment of entries using hash rocket as separator. Valid values are:
21
21
  #
22
22
  # key - left alignment of keys
@@ -42,13 +42,13 @@ AlignHash:
42
42
  # bb: 1
43
43
  EnforcedColonStyle: table
44
44
 
45
- Documentation:
45
+ Style/Documentation:
46
46
  Enabled: false
47
47
 
48
- EmptyLines:
48
+ Layout/EmptyLines:
49
49
  Enabled: false
50
50
 
51
- LineLength:
51
+ Metrics/LineLength:
52
52
  Max: 150
53
53
 
54
54
  Metrics/AbcSize:
@@ -74,10 +74,10 @@ Naming/UncommunicativeMethodParamName:
74
74
  Naming/UncommunicativeBlockParamName:
75
75
  MinNameLength: 2
76
76
 
77
- SpaceInsideParens:
77
+ Layout/SpaceInsideParens:
78
78
  Enabled: false
79
79
 
80
- SpaceBeforeFirstArg:
80
+ Layout/SpaceBeforeFirstArg:
81
81
  Enabled: false
82
82
 
83
83
  Style/AccessModifierDeclarations:
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shuttlerock_shared_config
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.22
4
+ version: 0.2.23
5
5
  platform: ruby
6
6
  authors:
7
7
  - ElseThen