bss_style 2.1.2 → 2.1.3

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: 60e2667aac2b07366d97b61fdd0c8bca21c4c2d3b7f97c4bd61bffbd332fff18
4
- data.tar.gz: a01a3bb39704ba6f07c6342d12b7cb54782f6781eac956e7838e51e2343602f1
3
+ metadata.gz: 3433bfbd62d6cb485c36ac17579b996289fa9fbc1836b7d96d912bc0faa13c01
4
+ data.tar.gz: 8fb64a03c6abee38a11456b7e3792f8c6f7085e5ac19c544cee6bc3a47eefb89
5
5
  SHA512:
6
- metadata.gz: 8f60119b8ee430609c62f9a4093866ddd75bd96f147349f94df319fbce520bfbeaf09339a05e463b37f63e6c0e3feaf9e6b4a592666a46129726e71fe9d3213b
7
- data.tar.gz: f25dd4a70e009355cff8544d25be61e7210ab8466ee02cfc2550061656d966be291f51de4ddaae4de7ac0b727c0a78fc6ddfd6cad2aaaa5ea2e38b6a3651936a
6
+ metadata.gz: 06c25b8c9a88d719048a1b26d79a8df0270cba235d479da751dac5f2ac2f2a9f03aa7156a62bae2d39ad06a33f8bb7101da3814319d97ed09135f5bcac069e1e
7
+ data.tar.gz: 1299d23bcc2d17fb0cc0f4c12cf83622da4fe04b9a6903d8b1df9848ed95b7e7b66ee42f8c3b2d7748041625007b856fafd86a6a24c54ba5ee05ab2f42a3724b
data/.ruby-version ADDED
@@ -0,0 +1 @@
1
+ 3.0.1
data/Gemfile.lock CHANGED
@@ -1,36 +1,61 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bss_style (2.1.1)
5
- rubocop (~> 0.74.0)
6
- rubocop-rspec (~> 1.35.0)
4
+ bss_style (2.1.2)
5
+ rubocop (~> 1.12.1)
6
+ rubocop-rails (~> 2.9.1)
7
+ rubocop-rspec (~> 2.2.0)
7
8
 
8
9
  GEM
9
10
  remote: https://rubygems.org/
10
11
  specs:
11
- ast (2.4.0)
12
+ activesupport (6.1.3.1)
13
+ concurrent-ruby (~> 1.0, >= 1.0.2)
14
+ i18n (>= 1.6, < 2)
15
+ minitest (>= 5.1)
16
+ tzinfo (~> 2.0)
17
+ zeitwerk (~> 2.3)
18
+ ast (2.4.2)
12
19
  coderay (1.1.2)
13
- jaro_winkler (1.5.3)
20
+ concurrent-ruby (1.1.8)
21
+ i18n (1.8.10)
22
+ concurrent-ruby (~> 1.0)
14
23
  method_source (0.9.2)
15
- parallel (1.17.0)
16
- parser (2.6.3.0)
17
- ast (~> 2.4.0)
24
+ minitest (5.14.4)
25
+ parallel (1.20.1)
26
+ parser (3.0.1.0)
27
+ ast (~> 2.4.1)
18
28
  pry (0.12.2)
19
29
  coderay (~> 1.1.0)
20
30
  method_source (~> 0.9.0)
31
+ rack (2.2.3)
21
32
  rainbow (3.0.0)
22
33
  rake (12.3.3)
23
- rubocop (0.74.0)
24
- jaro_winkler (~> 1.5.1)
34
+ regexp_parser (2.1.1)
35
+ rexml (3.2.5)
36
+ rubocop (1.12.1)
25
37
  parallel (~> 1.10)
26
- parser (>= 2.6)
38
+ parser (>= 3.0.0.0)
27
39
  rainbow (>= 2.2.2, < 4.0)
40
+ regexp_parser (>= 1.8, < 3.0)
41
+ rexml
42
+ rubocop-ast (>= 1.2.0, < 2.0)
28
43
  ruby-progressbar (~> 1.7)
29
- unicode-display_width (>= 1.4.0, < 1.7)
30
- rubocop-rspec (1.35.0)
31
- rubocop (>= 0.60.0)
32
- ruby-progressbar (1.10.1)
33
- unicode-display_width (1.6.0)
44
+ unicode-display_width (>= 1.4.0, < 3.0)
45
+ rubocop-ast (1.4.1)
46
+ parser (>= 2.7.1.5)
47
+ rubocop-rails (2.9.1)
48
+ activesupport (>= 4.2.0)
49
+ rack (>= 1.1)
50
+ rubocop (>= 0.90.0, < 2.0)
51
+ rubocop-rspec (2.2.0)
52
+ rubocop (~> 1.0)
53
+ rubocop-ast (>= 1.1.0)
54
+ ruby-progressbar (1.11.0)
55
+ tzinfo (2.0.4)
56
+ concurrent-ruby (~> 1.0)
57
+ unicode-display_width (2.0.0)
58
+ zeitwerk (2.4.2)
34
59
 
35
60
  PLATFORMS
36
61
  ruby
@@ -42,4 +67,4 @@ DEPENDENCIES
42
67
  rake (~> 12.3)
43
68
 
44
69
  BUNDLED WITH
45
- 2.0.2
70
+ 2.1.2
Binary file
data/bss_style.gemspec CHANGED
@@ -26,5 +26,6 @@ Gem::Specification.new do |spec|
26
26
  spec.add_development_dependency "rake", "~> 12.3"
27
27
 
28
28
  spec.add_dependency "rubocop", "~> 1.12.1"
29
+ spec.add_dependency "rubocop-rails", "~> 2.9.1"
29
30
  spec.add_dependency "rubocop-rspec", "~> 2.2.0"
30
31
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module BssStyle
4
- VERSION = "2.1.2"
4
+ VERSION = "2.1.3"
5
5
  end
data/rubocop/default.yml CHANGED
@@ -1,8 +1,10 @@
1
1
  ---
2
2
 
3
3
  require: rubocop-rspec
4
+ require: rubocop-rails
4
5
 
5
6
  AllCops:
7
+ NewCops: enable
6
8
  TargetRubyVersion: 3.0.1
7
9
  Exclude:
8
10
  - db/schema.rb
@@ -20,9 +22,6 @@ AllCops:
20
22
  - vendor/**/*
21
23
  - ansible/**/*
22
24
 
23
- Rails:
24
- Enabled: true
25
-
26
25
  Metrics/LineLength:
27
26
  Max: 125
28
27
  Metrics/MethodLength:
@@ -47,14 +46,14 @@ Style/IfUnlessModifier:
47
46
  Style/ConditionalAssignment:
48
47
  EnforcedStyle: assign_inside_condition
49
48
 
50
- Layout/AlignHash:
49
+ Layout/HashAlignment:
51
50
  EnforcedHashRocketStyle: table
52
51
  EnforcedColonStyle: table
53
- Layout/AlignParameters:
52
+ Layout/ParameterAlignment:
54
53
  EnforcedStyle: with_fixed_indentation
55
54
  Layout/EndOfLine:
56
55
  EnforcedStyle: lf
57
- Layout/IndentFirstArrayElement:
56
+ Layout/Layout/FirstArrayElementIndentation:
58
57
  EnforcedStyle: consistent
59
58
  Layout/MultilineArrayBraceLayout:
60
59
  EnforcedStyle: new_line
@@ -64,7 +63,7 @@ Layout/MultilineMethodCallBraceLayout:
64
63
  EnforcedStyle: new_line
65
64
  Layout/MultilineMethodCallIndentation:
66
65
  EnforcedStyle: indented
67
- Layout/IndentFirstHashElement:
66
+ Layout/Layout/FirstHashElementIndentation:
68
67
  EnforcedStyle: consistent
69
68
  Layout/CaseIndentation:
70
69
  IndentOneStep: true
metadata CHANGED
@@ -1,11 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bss_style
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.2
4
+ version: 2.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Big Southern Software
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
11
  date: 2021-04-08 00:00:00.000000000 Z
@@ -66,6 +66,20 @@ dependencies:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
68
  version: 1.12.1
69
+ - !ruby/object:Gem::Dependency
70
+ name: rubocop-rails
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - "~>"
74
+ - !ruby/object:Gem::Version
75
+ version: 2.9.1
76
+ type: :runtime
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - "~>"
81
+ - !ruby/object:Gem::Version
82
+ version: 2.9.1
69
83
  - !ruby/object:Gem::Dependency
70
84
  name: rubocop-rspec
71
85
  requirement: !ruby/object:Gem::Requirement
@@ -80,7 +94,7 @@ dependencies:
80
94
  - - "~>"
81
95
  - !ruby/object:Gem::Version
82
96
  version: 2.2.0
83
- description:
97
+ description:
84
98
  email:
85
99
  - accounts@bigsouthernsoftware.com
86
100
  executables: []
@@ -89,12 +103,14 @@ extra_rdoc_files: []
89
103
  files:
90
104
  - ".gitignore"
91
105
  - ".rubocop.yml"
106
+ - ".ruby-version"
92
107
  - Gemfile
93
108
  - Gemfile.lock
94
109
  - README.md
95
110
  - Rakefile
96
111
  - bin/console
97
112
  - bin/setup
113
+ - bss_style-2.1.2.gem
98
114
  - bss_style.gemspec
99
115
  - lib/bss_style.rb
100
116
  - lib/bss_style/version.rb
@@ -106,7 +122,7 @@ files:
106
122
  homepage: https://bigsouthernsoftware.com
107
123
  licenses: []
108
124
  metadata: {}
109
- post_install_message:
125
+ post_install_message:
110
126
  rdoc_options: []
111
127
  require_paths:
112
128
  - lib
@@ -121,8 +137,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
121
137
  - !ruby/object:Gem::Version
122
138
  version: '0'
123
139
  requirements: []
124
- rubygems_version: 3.1.2
125
- signing_key:
140
+ rubygems_version: 3.2.15
141
+ signing_key:
126
142
  specification_version: 4
127
143
  summary: Big Southern Software's style enforcement and project dotfiles
128
144
  test_files: []