bss_style 2.0.3 → 2.1.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b1e57423f0911d8691bbe9bb266956d0b69b14c810d44f88d1eacb31dad92ed1
4
- data.tar.gz: 47ee68c85b7d593e657f8281be59d93ad6a10348c685578fb92e2355a812ab67
3
+ metadata.gz: e1f80c6a073de5c68586a721df0d96a8cdde943fafe09242f5d0b37a13fc6933
4
+ data.tar.gz: 7d74cd818850843d59f0dbbcbf138a1078c360b7688a95e55dc8e555db6777b0
5
5
  SHA512:
6
- metadata.gz: 0e1db0b9918939cadcd8043078a0d3e88b547fa33d6e57b3a1d2b2519fe643b24b4c811486eb8fd4108534ae9d45b66d9ab31817eb853c59e82079c55e4d2286
7
- data.tar.gz: a0e649ec60fc9f0e05f640e6d1efaf909d6de7d330e58cf49a738120e1a8420fda0be55718095032b9cfb3e029b0205195e4e049c923268d6577050cc834b85f
6
+ metadata.gz: 4569fe017eea6d84da58f8bf9559c5ae747b03b9d8f6d7a11787364ed33a781859f6e6060ce5dceacdf79e6b2c6b84c91956d8db807a3092beb6056010d71108
7
+ data.tar.gz: 24dfc62be6e1a5b768ccbf5c831fbb594bb592a6890bb07fa89542791e9628b50950be0eea0f1ef7210e82a2c9927d55be1839bb15658b2f865ecf446c58fc2c
data/.ruby-version ADDED
@@ -0,0 +1 @@
1
+ 3.0.1
data/Gemfile.lock CHANGED
@@ -1,38 +1,61 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bss_style (2.0.3)
5
- rubocop (~> 0.63.1)
6
- rubocop-rspec (~> 1.31.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.2)
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.13.0)
16
- parser (2.6.0.0)
17
- ast (~> 2.4.0)
18
- powerpack (0.1.2)
24
+ minitest (5.14.4)
25
+ parallel (1.20.1)
26
+ parser (3.0.1.0)
27
+ ast (~> 2.4.1)
19
28
  pry (0.12.2)
20
29
  coderay (~> 1.1.0)
21
30
  method_source (~> 0.9.0)
31
+ rack (2.2.3)
22
32
  rainbow (3.0.0)
23
- rake (12.3.2)
24
- rubocop (0.63.1)
25
- jaro_winkler (~> 1.5.1)
33
+ rake (12.3.3)
34
+ regexp_parser (2.1.1)
35
+ rexml (3.2.5)
36
+ rubocop (1.12.1)
26
37
  parallel (~> 1.10)
27
- parser (>= 2.5, != 2.5.1.1)
28
- powerpack (~> 0.1)
38
+ parser (>= 3.0.0.0)
29
39
  rainbow (>= 2.2.2, < 4.0)
40
+ regexp_parser (>= 1.8, < 3.0)
41
+ rexml
42
+ rubocop-ast (>= 1.2.0, < 2.0)
30
43
  ruby-progressbar (~> 1.7)
31
- unicode-display_width (~> 1.4.0)
32
- rubocop-rspec (1.31.0)
33
- rubocop (>= 0.60.0)
34
- ruby-progressbar (1.10.0)
35
- unicode-display_width (1.4.1)
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)
36
59
 
37
60
  PLATFORMS
38
61
  ruby
@@ -44,4 +67,4 @@ DEPENDENCIES
44
67
  rake (~> 12.3)
45
68
 
46
69
  BUNDLED WITH
47
- 2.0.1
70
+ 2.1.2
data/bss_style.gemspec CHANGED
@@ -7,8 +7,8 @@ require "bss_style/version"
7
7
  Gem::Specification.new do |spec|
8
8
  spec.name = "bss_style"
9
9
  spec.version = BssStyle::VERSION
10
- spec.authors = ["Stephen Dolan"]
11
- spec.email = ["stephen@bigsouthernsoftware.com"]
10
+ spec.authors = ["Big Southern Software"]
11
+ spec.email = ["accounts@bigsouthernsoftware.com"]
12
12
 
13
13
  spec.summary = "Big Southern Software's style enforcement and project dotfiles"
14
14
  spec.homepage = "https://bigsouthernsoftware.com"
@@ -25,6 +25,7 @@ Gem::Specification.new do |spec|
25
25
  spec.add_development_dependency "pry", "~> 0.12"
26
26
  spec.add_development_dependency "rake", "~> 12.3"
27
27
 
28
- spec.add_dependency "rubocop", "~> 0.63.1"
29
- spec.add_dependency "rubocop-rspec", "~> 1.31.0"
28
+ spec.add_dependency "rubocop", "~> 1.12.1"
29
+ spec.add_dependency "rubocop-rails", "~> 2.9.1"
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.0.3"
4
+ VERSION = "2.1.4"
5
5
  end
data/rubocop/default.yml CHANGED
@@ -1,9 +1,12 @@
1
1
  ---
2
2
 
3
- require: rubocop-rspec
3
+ require:
4
+ - rubocop-rspec
5
+ - rubocop-rails
4
6
 
5
7
  AllCops:
6
- TargetRubyVersion: 2.5.1
8
+ NewCops: enable
9
+ TargetRubyVersion: 3.0.1
7
10
  Exclude:
8
11
  - db/schema.rb
9
12
  - db/seeds.rb
@@ -20,9 +23,6 @@ AllCops:
20
23
  - vendor/**/*
21
24
  - ansible/**/*
22
25
 
23
- Rails:
24
- Enabled: true
25
-
26
26
  Metrics/LineLength:
27
27
  Max: 125
28
28
  Metrics/MethodLength:
@@ -47,14 +47,14 @@ Style/IfUnlessModifier:
47
47
  Style/ConditionalAssignment:
48
48
  EnforcedStyle: assign_inside_condition
49
49
 
50
- Layout/AlignHash:
50
+ Layout/HashAlignment:
51
51
  EnforcedHashRocketStyle: table
52
52
  EnforcedColonStyle: table
53
- Layout/AlignParameters:
53
+ Layout/ParameterAlignment:
54
54
  EnforcedStyle: with_fixed_indentation
55
55
  Layout/EndOfLine:
56
56
  EnforcedStyle: lf
57
- Layout/IndentArray:
57
+ Layout/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/IndentHash:
67
+ Layout/Layout/FirstHashElementIndentation:
68
68
  EnforcedStyle: consistent
69
69
  Layout/CaseIndentation:
70
70
  IndentOneStep: true
@@ -4,6 +4,3 @@ inherit_from: default.yml
4
4
 
5
5
  Metrics/BlockLength:
6
6
  Enabled: false
7
-
8
- Rails/SkipsModelValidations:
9
- Enabled: false
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bss_style
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.3
4
+ version: 2.1.4
5
5
  platform: ruby
6
6
  authors:
7
- - Stephen Dolan
8
- autorequire:
7
+ - Big Southern Software
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-01-23 00:00:00.000000000 Z
11
+ date: 2021-04-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -58,37 +58,52 @@ dependencies:
58
58
  requirements:
59
59
  - - "~>"
60
60
  - !ruby/object:Gem::Version
61
- version: 0.63.1
61
+ version: 1.12.1
62
62
  type: :runtime
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
- version: 0.63.1
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
72
86
  requirements:
73
87
  - - "~>"
74
88
  - !ruby/object:Gem::Version
75
- version: 1.31.0
89
+ version: 2.2.0
76
90
  type: :runtime
77
91
  prerelease: false
78
92
  version_requirements: !ruby/object:Gem::Requirement
79
93
  requirements:
80
94
  - - "~>"
81
95
  - !ruby/object:Gem::Version
82
- version: 1.31.0
83
- description:
96
+ version: 2.2.0
97
+ description:
84
98
  email:
85
- - stephen@bigsouthernsoftware.com
99
+ - accounts@bigsouthernsoftware.com
86
100
  executables: []
87
101
  extensions: []
88
102
  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
@@ -106,7 +121,7 @@ files:
106
121
  homepage: https://bigsouthernsoftware.com
107
122
  licenses: []
108
123
  metadata: {}
109
- post_install_message:
124
+ post_install_message:
110
125
  rdoc_options: []
111
126
  require_paths:
112
127
  - lib
@@ -121,8 +136,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
121
136
  - !ruby/object:Gem::Version
122
137
  version: '0'
123
138
  requirements: []
124
- rubygems_version: 3.0.2
125
- signing_key:
139
+ rubygems_version: 3.2.15
140
+ signing_key:
126
141
  specification_version: 4
127
142
  summary: Big Southern Software's style enforcement and project dotfiles
128
143
  test_files: []