standard-rails 0.1.0 → 0.2.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: 0d8f82a084fe4ff317a8e3d62666fbaffc7ffe522aa07c7d79cad211cd545a81
4
- data.tar.gz: 1826baad658442833a6ccbd87d201581f9cfb21e479046e8fb79deccbc1b23db
3
+ metadata.gz: 652768c12a7064d7e370409ff8a9efd695a8b890fadd85191a88374d3fc93819
4
+ data.tar.gz: 217a54e55bfad2efaa9732b1d04025ce64d3da1c932239b209bc6ae391b6a06b
5
5
  SHA512:
6
- metadata.gz: 7b1e95ca9e40fc91e4dc6ff21d5a5b59c65fdf3f8b1814444648f5147c171eb0b0be15d6b349e41d6e683487c61f3e4ccebbb20964cdb6c929c9c8c3f69f1ca2
7
- data.tar.gz: c7353988d76a4bfb252395fd85960831750a07e899c0ae1f5b87c333ef5717d0755723e91cff1c6222439511cbba2dd969f7b9f6dff7e4c0791cc490f82afb5e
6
+ metadata.gz: f04acf06d0e03e96bbdbd4c5ef84e71ff5d03f663e7e97abf9752b1e9ea7a8502b5599487f210216a5f3c93e9f417509ebc805c419d9ba47e5c741fc9e465018
7
+ data.tar.gz: 104b2c885ec6f826175f08d11da339ef23d22230ad8a33cbe88d75cc448b7a6479e2754486469d528f3219ec98d6a9c26000734a0b067405069a28e66fb484e4
data/CHANGELOG.md CHANGED
@@ -1,4 +1,6 @@
1
- ## [Unreleased]
1
+ ## [0.2.0]
2
+
3
+ - Update Rubocop Rails to [v2.20.2](https://github.com/rubocop/rubocop-rails/releases/tag/v2.20.2)
2
4
 
3
5
  ## [0.1.0]
4
6
 
data/Gemfile.lock CHANGED
@@ -1,67 +1,81 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- standard-rails (0.1.0)
4
+ standard-rails (0.2.0)
5
5
  lint_roller (~> 1.0)
6
- rubocop-rails (~> 2.19.0)
6
+ rubocop-rails (~> 2.20.2)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- activesupport (7.0.4.3)
11
+ activesupport (7.0.7.2)
12
12
  concurrent-ruby (~> 1.0, >= 1.0.2)
13
13
  i18n (>= 1.6, < 2)
14
14
  minitest (>= 5.1)
15
15
  tzinfo (~> 2.0)
16
16
  ast (2.4.2)
17
+ base64 (0.1.1)
17
18
  concurrent-ruby (1.2.2)
18
- i18n (1.12.0)
19
+ i18n (1.14.1)
19
20
  concurrent-ruby (~> 1.0)
20
21
  json (2.6.3)
21
22
  language_server-protocol (3.17.0.3)
22
- lint_roller (1.0.0)
23
+ lint_roller (1.1.0)
23
24
  m (1.6.1)
24
25
  method_source (>= 0.6.7)
25
26
  rake (>= 0.9.2.2)
26
27
  method_source (1.0.0)
27
- minitest (5.18.0)
28
- parallel (1.22.1)
29
- parser (3.2.2.0)
28
+ minitest (5.20.0)
29
+ parallel (1.23.0)
30
+ parser (3.2.2.3)
30
31
  ast (~> 2.4.1)
31
- rack (3.0.7)
32
+ racc
33
+ racc (1.7.1)
34
+ rack (3.0.8)
32
35
  rainbow (3.1.1)
33
36
  rake (13.0.6)
34
- regexp_parser (2.7.0)
35
- rexml (3.2.5)
36
- rubocop (1.48.1)
37
+ regexp_parser (2.8.1)
38
+ rexml (3.2.6)
39
+ rubocop (1.56.2)
40
+ base64 (~> 0.1.1)
37
41
  json (~> 2.3)
42
+ language_server-protocol (>= 3.17.0)
38
43
  parallel (~> 1.10)
39
- parser (>= 3.2.0.0)
44
+ parser (>= 3.2.2.3)
40
45
  rainbow (>= 2.2.2, < 4.0)
41
46
  regexp_parser (>= 1.8, < 3.0)
42
47
  rexml (>= 3.2.5, < 4.0)
43
- rubocop-ast (>= 1.26.0, < 2.0)
48
+ rubocop-ast (>= 1.28.1, < 2.0)
44
49
  ruby-progressbar (~> 1.7)
45
50
  unicode-display_width (>= 2.4.0, < 3.0)
46
- rubocop-ast (1.28.0)
51
+ rubocop-ast (1.29.0)
47
52
  parser (>= 3.2.1.0)
48
- rubocop-performance (1.16.0)
53
+ rubocop-performance (1.19.0)
49
54
  rubocop (>= 1.7.0, < 2.0)
50
55
  rubocop-ast (>= 0.4.0)
51
- rubocop-rails (2.19.1)
56
+ rubocop-rails (2.20.2)
52
57
  activesupport (>= 4.2.0)
53
58
  rack (>= 1.1)
54
59
  rubocop (>= 1.33.0, < 2.0)
55
60
  ruby-progressbar (1.13.0)
56
- standard (1.26.0)
61
+ standard (1.31.0)
57
62
  language_server-protocol (~> 3.17.0.2)
58
- rubocop (~> 1.48.1)
59
- rubocop-performance (~> 1.16.0)
63
+ lint_roller (~> 1.0)
64
+ rubocop (~> 1.56.0)
65
+ standard-custom (~> 1.0.0)
66
+ standard-performance (~> 1.2)
67
+ standard-custom (1.0.2)
68
+ lint_roller (~> 1.0)
69
+ rubocop (~> 1.50)
70
+ standard-performance (1.2.0)
71
+ lint_roller (~> 1.1)
72
+ rubocop-performance (~> 1.19.0)
60
73
  tzinfo (2.0.6)
61
74
  concurrent-ruby (~> 1.0)
62
75
  unicode-display_width (2.4.2)
63
76
 
64
77
  PLATFORMS
78
+ arm64-darwin-20
65
79
  arm64-darwin-22
66
80
  x86_64-linux
67
81
 
data/config/base.yml CHANGED
@@ -19,6 +19,15 @@ AllCops:
19
19
  # as the default.
20
20
  TargetRailsVersion: ~
21
21
 
22
+ # This cop from rubocop was added to the Rubocop-Rails
23
+ # config as part of this PR:
24
+ # https://github.com/rubocop/rubocop-rails/pull/1014
25
+ # in order to support some Rails-specific methods. At the
26
+ # time of writing, it's disabled in Standard, so it's
27
+ # disabled here.
28
+ Lint/RedundantSafeNavigation:
29
+ Enabled: false
30
+
22
31
  Rails:
23
32
  DocumentationBaseURL: https://docs.rubocop.org/rubocop-rails
24
33
 
@@ -7,7 +7,7 @@
7
7
  # of RuboCop built-in cops in this file, we need to monitor it for changes
8
8
  # in rubocop-rails and keep it up to date.
9
9
  #
10
- # Last updated from rubocop-rails v2.19.1
10
+ # Last updated from rubocop-rails v2.20.2
11
11
 
12
12
  # frozen_string_literal: true
13
13
 
@@ -1,5 +1,5 @@
1
1
  module Standard
2
2
  module Rails
3
- VERSION = "0.1.0"
3
+ VERSION = "0.2.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: standard-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Searls
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-04-28 00:00:00.000000000 Z
11
+ date: 2023-09-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: lint_roller
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: 2.19.0
33
+ version: 2.20.2
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: 2.19.0
40
+ version: 2.20.2
41
41
  description:
42
42
  email:
43
43
  - searls@gmail.com
@@ -82,7 +82,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
82
82
  - !ruby/object:Gem::Version
83
83
  version: '0'
84
84
  requirements: []
85
- rubygems_version: 3.4.10
85
+ rubygems_version: 3.2.15
86
86
  signing_key:
87
87
  specification_version: 4
88
88
  summary: A Standard plugin that adds Rails-specific rules to Standard