art-rubocop 1.1.0 → 1.1.1

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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +16 -13
  3. data/art-rubocop.gemspec +1 -1
  4. data/default.yml +4 -4
  5. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b66c848cff9eef8b30354fd565db9f3f326fc962f98561a33f3e23cbfb414bdb
4
- data.tar.gz: 6a108c116b0454cba4c82ddee8d986e05c4101437d3ec253449d2625e7bb95e0
3
+ metadata.gz: 012f9fb6d4843d001b405e5ca867f59b31d0c869bbef4a4768ee4642085dfff7
4
+ data.tar.gz: 3b1f7a92447b6a099aee61922948802f81a6888cbfd9c1fef695c6e249c89157
5
5
  SHA512:
6
- metadata.gz: 67680fde1523d3473d317cea5394674ca9145ce5ddd63701be4e394736b3f187cdd9ddfb4c48ce6460631e04fe7caa63708210f22d8f15e8cf859101b1b1216b
7
- data.tar.gz: 67435d3188283d9eec9f64fa5b0339dee15bd6ec2044a293150ca33137394e56e1a1abbe64ba636ecf2584d9af5249357564372f48f6804820a2276fd19a6b84
6
+ metadata.gz: 37b8e016ab3eaac121ef79c29c2b26ce22ca58e5883871452ff836a4847f9ed459354c550a763cfda0389250c59899dc9c5e0a514ad02f366cfef0454cf01d13
7
+ data.tar.gz: e3d59d3dec99a08d498a9425b485399aae470444b59465c457f58f388a37ff6efef61ace102201e470a8817e8c629a831b0df8b84a75f64867ddabdcc04dd06f
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- art-rubocop (1.0.9)
4
+ art-rubocop (1.1.0)
5
5
  rubocop (~> 1.41, >= 1.41.0)
6
6
  rubocop-performance (~> 1.15, >= 1.15.1)
7
7
  rubocop-rails (~> 2.17, >= 2.17.3)
@@ -10,50 +10,53 @@ PATH
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- activesupport (7.0.4)
13
+ activesupport (7.0.4.2)
14
14
  concurrent-ruby (~> 1.0, >= 1.0.2)
15
15
  i18n (>= 1.6, < 2)
16
16
  minitest (>= 5.1)
17
17
  tzinfo (~> 2.0)
18
18
  ast (2.4.2)
19
- concurrent-ruby (1.1.10)
19
+ concurrent-ruby (1.2.0)
20
20
  i18n (1.12.0)
21
21
  concurrent-ruby (~> 1.0)
22
22
  json (2.6.3)
23
23
  minitest (5.17.0)
24
24
  parallel (1.22.1)
25
- parser (3.1.3.0)
25
+ parser (3.2.0.0)
26
26
  ast (~> 2.4.1)
27
- rack (3.0.3)
27
+ rack (3.0.4.1)
28
28
  rainbow (3.1.1)
29
29
  rake (13.0.6)
30
- regexp_parser (2.6.1)
30
+ regexp_parser (2.7.0)
31
31
  rexml (3.2.5)
32
- rubocop (1.42.0)
32
+ rubocop (1.45.1)
33
33
  json (~> 2.3)
34
34
  parallel (~> 1.10)
35
- parser (>= 3.1.2.1)
35
+ parser (>= 3.2.0.0)
36
36
  rainbow (>= 2.2.2, < 4.0)
37
37
  regexp_parser (>= 1.8, < 3.0)
38
38
  rexml (>= 3.2.5, < 4.0)
39
39
  rubocop-ast (>= 1.24.1, < 2.0)
40
40
  ruby-progressbar (~> 1.7)
41
- unicode-display_width (>= 1.4.0, < 3.0)
41
+ unicode-display_width (>= 2.4.0, < 3.0)
42
42
  rubocop-ast (1.24.1)
43
43
  parser (>= 3.1.1.0)
44
- rubocop-performance (1.15.2)
44
+ rubocop-capybara (2.17.0)
45
+ rubocop (~> 1.41)
46
+ rubocop-performance (1.16.0)
45
47
  rubocop (>= 1.7.0, < 2.0)
46
48
  rubocop-ast (>= 0.4.0)
47
49
  rubocop-rails (2.17.4)
48
50
  activesupport (>= 4.2.0)
49
51
  rack (>= 1.1)
50
52
  rubocop (>= 1.33.0, < 2.0)
51
- rubocop-rspec (2.16.0)
53
+ rubocop-rspec (2.18.1)
52
54
  rubocop (~> 1.33)
55
+ rubocop-capybara (~> 2.17)
53
56
  ruby-progressbar (1.11.0)
54
- tzinfo (2.0.5)
57
+ tzinfo (2.0.6)
55
58
  concurrent-ruby (~> 1.0)
56
- unicode-display_width (2.3.0)
59
+ unicode-display_width (2.4.2)
57
60
 
58
61
  PLATFORMS
59
62
  arm64-darwin-21
data/art-rubocop.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "art-rubocop"
5
- spec.version = "1.1.0"
5
+ spec.version = "1.1.1"
6
6
  spec.authors = ["Growth Engineering"]
7
7
  spec.email = ["devinrm@articulate.com"]
8
8
  spec.summary = "Rubocop style guide for Articulate Growth Engineering"
data/default.yml CHANGED
@@ -898,16 +898,16 @@ Rails/Validation:
898
898
  Description: "Use validates :attribute, hash of validations."
899
899
  Enabled: false
900
900
 
901
- RSpec/Capybara/CurrentPathExpectation:
901
+ Capybara/CurrentPathExpectation:
902
902
  Description: Checks that no expectations are set on Capybara's `current_path`.
903
903
  Enabled: true
904
- StyleGuide: http://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/Capybara/CurrentPathExpectation
904
+ StyleGuide: http://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/Capybara/CurrentPathExpectation
905
905
 
906
- RSpec/Capybara/FeatureMethods:
906
+ Capybara/FeatureMethods:
907
907
  Description: Checks for consistent method usage in feature specs.
908
908
  Enabled: false
909
909
  EnabledMethods: []
910
- StyleGuide: http://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/Capybara/FeatureMethods
910
+ StyleGuide: http://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/Capybara/FeatureMethods
911
911
 
912
912
  RSpec/FactoryBot/AttributeDefinedStatically:
913
913
  Description: Always declare attribute values as blocks.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: art-rubocop
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Growth Engineering
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-01-01 00:00:00.000000000 Z
11
+ date: 2023-02-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -158,7 +158,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
158
158
  - !ruby/object:Gem::Version
159
159
  version: '0'
160
160
  requirements: []
161
- rubygems_version: 3.3.26
161
+ rubygems_version: 3.4.6
162
162
  signing_key:
163
163
  specification_version: 4
164
164
  summary: Rubocop style guide for Articulate Growth Engineering