bss_style 2.1.4 → 2.1.5

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: e1f80c6a073de5c68586a721df0d96a8cdde943fafe09242f5d0b37a13fc6933
4
- data.tar.gz: 7d74cd818850843d59f0dbbcbf138a1078c360b7688a95e55dc8e555db6777b0
3
+ metadata.gz: e19d0b3729da096add58eb8d1572412501e1550f20353ebf5c6211342d74aedb
4
+ data.tar.gz: 5ce5fb5ac21bee642fbf3b85e8c86ce806a2f907513a19f69b93295f3caecaec
5
5
  SHA512:
6
- metadata.gz: 4569fe017eea6d84da58f8bf9559c5ae747b03b9d8f6d7a11787364ed33a781859f6e6060ce5dceacdf79e6b2c6b84c91956d8db807a3092beb6056010d71108
7
- data.tar.gz: 24dfc62be6e1a5b768ccbf5c831fbb594bb592a6890bb07fa89542791e9628b50950be0eea0f1ef7210e82a2c9927d55be1839bb15658b2f865ecf446c58fc2c
6
+ metadata.gz: 7e15ff2f94c3668e72ac4b14b321721f2837d4e2676d94017e98dcab8ab3c39ecb09ddb6f0fa1782cba8b23b984bb69abdcc550874a0d9f7c4b2f0c7f82e1d06
7
+ data.tar.gz: 9ccce78595025a535d59c34198d6a982c4bf8123117a13e943db0afa04274f9553e3fbb61ab6c82f90ad815dbee0b55b91c65dd3b203b3e821b31c4532b567a3
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bss_style (2.1.2)
4
+ bss_style (2.1.5)
5
5
  rubocop (~> 1.12.1)
6
6
  rubocop-rails (~> 2.9.1)
7
7
  rubocop-rspec (~> 2.2.0)
@@ -67,4 +67,4 @@ DEPENDENCIES
67
67
  rake (~> 12.3)
68
68
 
69
69
  BUNDLED WITH
70
- 2.1.2
70
+ 2.2.15
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module BssStyle
4
- VERSION = "2.1.4"
4
+ VERSION = "2.1.5"
5
5
  end
data/rubocop/default.yml CHANGED
@@ -23,7 +23,7 @@ AllCops:
23
23
  - vendor/**/*
24
24
  - ansible/**/*
25
25
 
26
- Metrics/LineLength:
26
+ Layout/LineLength:
27
27
  Max: 125
28
28
  Metrics/MethodLength:
29
29
  Max: 20
@@ -54,7 +54,7 @@ Layout/ParameterAlignment:
54
54
  EnforcedStyle: with_fixed_indentation
55
55
  Layout/EndOfLine:
56
56
  EnforcedStyle: lf
57
- Layout/Layout/FirstArrayElementIndentation:
57
+ Layout/FirstArrayElementIndentation:
58
58
  EnforcedStyle: consistent
59
59
  Layout/MultilineArrayBraceLayout:
60
60
  EnforcedStyle: new_line
@@ -64,7 +64,7 @@ Layout/MultilineMethodCallBraceLayout:
64
64
  EnforcedStyle: new_line
65
65
  Layout/MultilineMethodCallIndentation:
66
66
  EnforcedStyle: indented
67
- Layout/Layout/FirstHashElementIndentation:
67
+ Layout/FirstHashElementIndentation:
68
68
  EnforcedStyle: consistent
69
69
  Layout/CaseIndentation:
70
70
  IndentOneStep: true
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bss_style
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.4
4
+ version: 2.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Big Southern Software