ruboconf-rails 1.15.0 → 1.17.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: 3a42a9411b0b8d858958930bacf13d770a4cbc795f0fedd77c20048e0ba6329f
4
- data.tar.gz: 0b544a00a8abbb76293e24cbae8be5a43844f7373b60c440a6a3e597ec8f2ac5
3
+ metadata.gz: 5984565da2dda7df09acae1392d79e6f70d4a3a50b4961d9eac632830ff938a7
4
+ data.tar.gz: bbf32062242eeefce84ec7263cc50036f0c45e61e03b857a39a58b1f293951bb
5
5
  SHA512:
6
- metadata.gz: d6dadd58d02ba1c10a2e149e9adc8226edbd818add1a8d82df694a5b30935f83b6853ef5f93402959f353ec65014e2d7bb94d485c330571b7921dfbe8e21413a
7
- data.tar.gz: e1ce9f4ce6dbe18d425a1d89eb4c1aa8e4e54256ed89c6205e317b246ac6d13ff9126ab9feece171ae60bf836654721e5e09d56733942cc0158c84f827741273
6
+ metadata.gz: 0eadc9d96e5e6c7e7bc1f95d9e3a71a2d436daa1cce2e01a5c0fb3391797c9aa52ec4aacf66a740f954c49a43152ad2efd2aa9a972abeb304895b7c94aa1d775
7
+ data.tar.gz: 6c3212182b72de81e11c8f0150f613aaba0de8bdb480c9e9c0d507d0cab13fbf919852f8c49d4b0f29a01fb77e5a373b09201bea056367b37f3a0da799d43ca4
data/Gemfile CHANGED
@@ -1,8 +1,8 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- source 'https://rubygems.org'
3
+ source "https://rubygems.org"
4
4
 
5
5
  # Specify your gem's dependencies in ruboconf.gemspec
6
6
  gemspec
7
7
 
8
- gem 'rake', '~> 13.2'
8
+ gem "rake", "~> 13.2"
data/Gemfile.lock CHANGED
@@ -1,75 +1,77 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ruboconf-rails (1.15.0)
5
- ruboconf (~> 1.14.0)
6
- rubocop-rails (>= 2.23, < 2.26)
4
+ ruboconf-rails (1.17.0)
5
+ ruboconf (~> 1.16.0)
6
+ rubocop-rails (>= 2.23, < 2.28)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- activesupport (7.1.3.4)
11
+ activesupport (8.0.0)
12
12
  base64
13
+ benchmark (>= 0.3)
13
14
  bigdecimal
14
- concurrent-ruby (~> 1.0, >= 1.0.2)
15
+ concurrent-ruby (~> 1.0, >= 1.3.1)
15
16
  connection_pool (>= 2.2.5)
16
17
  drb
17
18
  i18n (>= 1.6, < 2)
19
+ logger (>= 1.4.2)
18
20
  minitest (>= 5.1)
19
- mutex_m
20
- tzinfo (~> 2.0)
21
+ securerandom (>= 0.3)
22
+ tzinfo (~> 2.0, >= 2.0.5)
23
+ uri (>= 0.13.1)
21
24
  ast (2.4.2)
22
25
  base64 (0.2.0)
26
+ benchmark (0.4.0)
23
27
  bigdecimal (3.1.8)
24
- concurrent-ruby (1.3.3)
28
+ concurrent-ruby (1.3.4)
25
29
  connection_pool (2.4.1)
26
30
  drb (2.2.1)
27
- i18n (1.14.5)
31
+ i18n (1.14.6)
28
32
  concurrent-ruby (~> 1.0)
29
- json (2.7.2)
33
+ json (2.8.1)
30
34
  language_server-protocol (3.17.0.3)
31
- minitest (5.24.1)
32
- mutex_m (0.2.0)
33
- parallel (1.25.1)
34
- parser (3.3.3.0)
35
+ logger (1.6.1)
36
+ minitest (5.25.1)
37
+ parallel (1.26.3)
38
+ parser (3.3.6.0)
35
39
  ast (~> 2.4.1)
36
40
  racc
37
- racc (1.8.0)
38
- rack (3.1.6)
41
+ racc (1.8.1)
42
+ rack (3.1.8)
39
43
  rainbow (3.1.1)
40
44
  rake (13.2.1)
41
45
  regexp_parser (2.9.2)
42
- rexml (3.3.1)
43
- strscan
44
- ruboconf (1.14.0)
45
- rubocop (~> 1.61.0)
46
- rubocop-performance (~> 1.20.0)
47
- rubocop (1.61.0)
46
+ ruboconf (1.16.0)
47
+ rubocop (~> 1.68.0)
48
+ rubocop-performance (~> 1.22.0)
49
+ rubocop (1.68.0)
48
50
  json (~> 2.3)
49
51
  language_server-protocol (>= 3.17.0)
50
52
  parallel (~> 1.10)
51
53
  parser (>= 3.3.0.2)
52
54
  rainbow (>= 2.2.2, < 4.0)
53
- regexp_parser (>= 1.8, < 3.0)
54
- rexml (>= 3.2.5, < 4.0)
55
- rubocop-ast (>= 1.30.0, < 2.0)
55
+ regexp_parser (>= 2.4, < 3.0)
56
+ rubocop-ast (>= 1.32.2, < 2.0)
56
57
  ruby-progressbar (~> 1.7)
57
58
  unicode-display_width (>= 2.4.0, < 3.0)
58
- rubocop-ast (1.31.3)
59
+ rubocop-ast (1.34.1)
59
60
  parser (>= 3.3.1.0)
60
- rubocop-performance (1.20.2)
61
+ rubocop-performance (1.22.1)
61
62
  rubocop (>= 1.48.1, < 2.0)
62
- rubocop-ast (>= 1.30.0, < 2.0)
63
- rubocop-rails (2.25.1)
63
+ rubocop-ast (>= 1.31.1, < 2.0)
64
+ rubocop-rails (2.27.0)
64
65
  activesupport (>= 4.2.0)
65
66
  rack (>= 1.1)
66
- rubocop (>= 1.33.0, < 2.0)
67
+ rubocop (>= 1.52.0, < 2.0)
67
68
  rubocop-ast (>= 1.31.1, < 2.0)
68
69
  ruby-progressbar (1.13.0)
69
- strscan (3.1.0)
70
+ securerandom (0.3.1)
70
71
  tzinfo (2.0.6)
71
72
  concurrent-ruby (~> 1.0)
72
- unicode-display_width (2.5.0)
73
+ unicode-display_width (2.6.0)
74
+ uri (1.0.1)
73
75
 
74
76
  PLATFORMS
75
77
  x86_64-linux
data/Rakefile CHANGED
@@ -1,3 +1,3 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require 'bundler/gem_tasks'
3
+ require "bundler/gem_tasks"
data/cops/rails.yml CHANGED
@@ -63,6 +63,15 @@ Rails/DurationArithmetic:
63
63
  Rails/EagerEvaluationLogMessage:
64
64
  Enabled: true
65
65
 
66
+ Rails/EnumHash:
67
+ Enabled: true
68
+
69
+ Rails/EnumSyntax:
70
+ Enabled: true
71
+
72
+ Rails/EnumUniqueness:
73
+ Enabled: true
74
+
66
75
  Rails/EnvLocal:
67
76
  Enabled: true
68
77
 
@@ -1,18 +1,18 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  Gem::Specification.new do |spec|
4
- spec.name = 'ruboconf-rails'
5
- spec.version = '1.15.0'
6
- spec.authors = ['Richard Böhme']
7
- spec.email = ['richard.boehme1999@gmail.com']
4
+ spec.name = "ruboconf-rails"
5
+ spec.version = "1.17.0"
6
+ spec.authors = ["Richard Böhme"]
7
+ spec.email = ["richard.boehme1999@gmail.com"]
8
8
 
9
- spec.summary = 'Opinionated RuboCop Rails configuration for personal projects.'
10
- spec.homepage = 'https://github.com/richardboehme/ruboconf-rails'
11
- spec.license = 'MIT'
12
- spec.required_ruby_version = '>= 2.7.0'
9
+ spec.summary = "Opinionated RuboCop Rails configuration for personal projects."
10
+ spec.homepage = "https://github.com/richardboehme/ruboconf-rails"
11
+ spec.license = "MIT"
12
+ spec.required_ruby_version = ">= 2.7.0"
13
13
 
14
- spec.metadata['homepage_uri'] = spec.homepage
15
- spec.metadata['source_code_uri'] = 'https://github.com/richardboehme/ruboconf-rails'
14
+ spec.metadata["homepage_uri"] = spec.homepage
15
+ spec.metadata["source_code_uri"] = "https://github.com/richardboehme/ruboconf-rails"
16
16
 
17
17
  # Specify which files should be added to the gem when it is released.
18
18
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
@@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
22
22
  end
23
23
  end
24
24
 
25
- spec.add_dependency 'ruboconf', '~> 1.14.0'
26
- spec.add_dependency 'rubocop-rails', '>= 2.23', '< 2.26'
27
- spec.metadata['rubygems_mfa_required'] = 'true'
25
+ spec.add_dependency "ruboconf", "~> 1.16.0"
26
+ spec.add_dependency "rubocop-rails", ">= 2.23", "< 2.28"
27
+ spec.metadata["rubygems_mfa_required"] = "true"
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruboconf-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.15.0
4
+ version: 1.17.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Richard Böhme
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-07-02 00:00:00.000000000 Z
11
+ date: 2024-11-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ruboconf
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 1.14.0
19
+ version: 1.16.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 1.14.0
26
+ version: 1.16.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rubocop-rails
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -33,7 +33,7 @@ dependencies:
33
33
  version: '2.23'
34
34
  - - "<"
35
35
  - !ruby/object:Gem::Version
36
- version: '2.26'
36
+ version: '2.28'
37
37
  type: :runtime
38
38
  prerelease: false
39
39
  version_requirements: !ruby/object:Gem::Requirement
@@ -43,7 +43,7 @@ dependencies:
43
43
  version: '2.23'
44
44
  - - "<"
45
45
  - !ruby/object:Gem::Version
46
- version: '2.26'
46
+ version: '2.28'
47
47
  description:
48
48
  email:
49
49
  - richard.boehme1999@gmail.com