runger_style 0.3.0 → 0.4.0

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: 2f29135379b36a1602bc2b0bd071e7879f22e7325e0ef8f411fd396c9aff51f7
4
- data.tar.gz: '071068a5cbe6d06f8fa65b4e182da4454d140ecbd1e3be3bafd8057c2685c5fa'
3
+ metadata.gz: 44cd1294f615e9b89e99320530030393ffd3cb00246e362714b0f7d0518fe1a0
4
+ data.tar.gz: 5e43e5ced7f28bc1c6de17552e5422a8f9955747a149596959d187a655823a58
5
5
  SHA512:
6
- metadata.gz: 81b6722ca9d792527feea1fafa6b1ce10dbaa6c0040f6c99440c212584c9d581cb71245e95b793ad436eb150dd2acb7a6ed8476194a86071aa03b8dc6bb3e9b8
7
- data.tar.gz: a93689887e48e9b5a03194c70b277ba15e3147872be69755128d95fa884781251e6b6a8f15411f6de186d3a68ba4698e7187c16263a72e091447fec034b6383c
6
+ metadata.gz: ca868eb186e8d9bd5dbc4b1a8dc1e6716114984019e2616979da25a48da9a5b2ad3caeae61a86d3edd3c4c36565c49688efe7850dabc41d667ecf073c16299cd
7
+ data.tar.gz: fff5728c1548c51b3419b0b29b7ce50fa4a90b4ec40bf66417469e67e0740be33413cbc2d20f63dc4ac782f34c59a34d2f41212f1c6a84c153f20170e9dd68ca
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## v0.4.0 (2023-06-26)
2
+ ### Changed
3
+ - Disable `FactoryBot/AssociationStyle` cop
4
+
1
5
  ## v0.3.0 (2023-05-25)
2
6
  ### Changed
3
7
  - Disable `Metrics/ModuleLength` cop
data/Gemfile.lock CHANGED
@@ -1,53 +1,56 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- runger_style (0.3.0)
4
+ runger_style (0.4.0)
5
5
  rubocop (>= 1.38.0, < 2)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- activesupport (7.0.4.3)
10
+ activesupport (7.0.5)
11
11
  concurrent-ruby (~> 1.0, >= 1.0.2)
12
12
  i18n (>= 1.6, < 2)
13
13
  minitest (>= 5.1)
14
14
  tzinfo (~> 2.0)
15
15
  ast (2.4.2)
16
- colorize (0.8.1)
17
16
  concurrent-ruby (1.2.2)
18
- i18n (1.13.0)
17
+ i18n (1.14.1)
19
18
  concurrent-ruby (~> 1.0)
20
19
  json (2.6.3)
21
- memoist (0.16.2)
22
- minitest (5.18.0)
20
+ language_server-protocol (3.17.0.3)
21
+ memo_wise (1.7.0)
22
+ minitest (5.18.1)
23
23
  parallel (1.23.0)
24
- parser (3.2.2.1)
24
+ parser (3.2.2.3)
25
25
  ast (~> 2.4.1)
26
- rack (2.2.7)
26
+ racc
27
+ racc (1.7.1)
28
+ rack (3.0.8)
27
29
  rainbow (3.1.1)
28
30
  rake (13.0.6)
29
- regexp_parser (2.8.0)
31
+ regexp_parser (2.8.1)
30
32
  rexml (3.2.5)
31
- rubocop (1.51.0)
33
+ rubocop (1.53.1)
32
34
  json (~> 2.3)
35
+ language_server-protocol (>= 3.17.0)
33
36
  parallel (~> 1.10)
34
- parser (>= 3.2.0.0)
37
+ parser (>= 3.2.2.3)
35
38
  rainbow (>= 2.2.2, < 4.0)
36
39
  regexp_parser (>= 1.8, < 3.0)
37
40
  rexml (>= 3.2.5, < 4.0)
38
41
  rubocop-ast (>= 1.28.0, < 2.0)
39
42
  ruby-progressbar (~> 1.7)
40
43
  unicode-display_width (>= 2.4.0, < 3.0)
41
- rubocop-ast (1.28.1)
44
+ rubocop-ast (1.29.0)
42
45
  parser (>= 3.2.1.0)
43
46
  rubocop-capybara (2.18.0)
44
47
  rubocop (~> 1.41)
45
- rubocop-factory_bot (2.22.0)
48
+ rubocop-factory_bot (2.23.1)
46
49
  rubocop (~> 1.33)
47
50
  rubocop-performance (1.18.0)
48
51
  rubocop (>= 1.7.0, < 2.0)
49
52
  rubocop-ast (>= 0.4.0)
50
- rubocop-rails (2.19.1)
53
+ rubocop-rails (2.20.2)
51
54
  activesupport (>= 4.2.0)
52
55
  rack (>= 1.1)
53
56
  rubocop (>= 1.33.0, < 2.0)
@@ -58,10 +61,10 @@ GEM
58
61
  rubocop-capybara (~> 2.17)
59
62
  rubocop-factory_bot (~> 2.22)
60
63
  ruby-progressbar (1.13.0)
61
- runger_release_assistant (0.4.0)
64
+ runger_release_assistant (0.5.0)
62
65
  activesupport (>= 6, < 8)
63
- colorize (~> 0.8)
64
- memoist (~> 0.16)
66
+ memo_wise (>= 1.7, < 2)
67
+ rainbow (>= 3.0, < 4)
65
68
  slop (~> 4.8)
66
69
  slop (4.10.1)
67
70
  tzinfo (2.0.6)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RungerStyle
4
- VERSION = '0.3.0'
4
+ VERSION = '0.4.0'
5
5
  end
data/rulesets/rspec.yml CHANGED
@@ -1,6 +1,8 @@
1
1
  require:
2
2
  - rubocop-rspec
3
3
 
4
+ FactoryBot/AssociationStyle:
5
+ Enabled: false
4
6
  FactoryBot/AttributeDefinedStatically:
5
7
  Exclude:
6
8
  - spec/support/fixture_builder.rb # false positives get raised in this file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: runger_style
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Runger
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-05-25 00:00:00.000000000 Z
11
+ date: 2023-06-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop