bss_style 2.0.2 → 2.1.3

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: ce43a1c2addcd66fde8c780001b5fa59f7ac7da3a8a42c4b3cb4bb3642c6f3ca
4
- data.tar.gz: 14a771a2df8d004bb2cc6ce235501ad06486bcdb5f3b10c8218c23bb32b1c2b3
3
+ metadata.gz: 3433bfbd62d6cb485c36ac17579b996289fa9fbc1836b7d96d912bc0faa13c01
4
+ data.tar.gz: 8fb64a03c6abee38a11456b7e3792f8c6f7085e5ac19c544cee6bc3a47eefb89
5
5
  SHA512:
6
- metadata.gz: '0288475ec640f13435972fef67668b54824ef1d92e16c1d8b26d671a72f4055d642cf634be9a90f664897300291b4a3f7ee4bed723383e29ccc8a223a3d8780a'
7
- data.tar.gz: 9f2eb30068d870695511f394b85e64934677bd40b848c6be24d75b911c57cbd047bf7efff8c04e29722a72a948447349127bbc40e1e2aed85ac761df1de2609b
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,38 +1,61 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bss_style (2.0.2)
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
Binary file
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.2"
4
+ VERSION = "2.1.3"
5
5
  end
data/rubocop/default.yml CHANGED
@@ -1,9 +1,11 @@
1
1
  ---
2
2
 
3
3
  require: rubocop-rspec
4
+ require: rubocop-rails
4
5
 
5
6
  AllCops:
6
- TargetRubyVersion: 2.5.1
7
+ NewCops: enable
8
+ TargetRubyVersion: 3.0.1
7
9
  Exclude:
8
10
  - db/schema.rb
9
11
  - db/seeds.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:
@@ -33,7 +32,7 @@ Metrics/ClassLength:
33
32
  Style/Documentation:
34
33
  Enabled: false
35
34
  Style/DocumentationMethod:
36
- Enabled: true
35
+ Enabled: false
37
36
  Style/TrailingCommaInArrayLiteral:
38
37
  EnforcedStyleForMultiline: comma
39
38
  Style/TrailingCommaInHashLiteral:
@@ -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/IndentArray:
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/IndentHash:
66
+ Layout/Layout/FirstHashElementIndentation:
68
67
  EnforcedStyle: consistent
69
68
  Layout/CaseIndentation:
70
69
  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.2
4
+ version: 2.1.3
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,43 +58,59 @@ 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
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.0.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: []