rubocop-rubomatic-rails 1.5.0.pre.rc.1 → 1.5.0.pre.rc.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9612ecf09f5d21e2d29ac5b15cd84aa76544b718341462c2af025e86fa9feaea
4
- data.tar.gz: 792715d3c321632841465f78923d6b11c8d8ebe8b1a953abf9bce2c695418e11
3
+ metadata.gz: e32e40f0a9c8aac15d45b68aee1a38750482f8bec271bfa0cee59db5d2e52798
4
+ data.tar.gz: 0f3e2d31a9ab24a93cf21de6d2ae63cd5e44a76194f30cb5bac61f165f34848f
5
5
  SHA512:
6
- metadata.gz: a189ff6afa83b94b85cc8cce16e299568b9e226785bb4b676e00eac140d8867e9c6415ad387d4c7009545bf94a025c39ae611aa1c2dfb9bdecc19308808ad56d
7
- data.tar.gz: 9eaf2e516e3e80b49b26202c179863c98f230a7c92819e15d92cfffd733898625495bfbe658c190f1c0b22756abf7dd4afce79654b284659232e4ec2ebe4849e
6
+ metadata.gz: 9c11e923ec37e820d33917cddf34213711e50e8f8e8fb1a1abba6e3a4245cefa7873c56338b0df2bcf19f8b7cbd2523be9d264ab9c0f545e203135784c7cff08
7
+ data.tar.gz: 89dfbc7ec7d0e289176ab7537755fc9df45c32fed4cd7e2d4a4aabdeff900b48145c41299df99184493e6df980e109b10ebb18071e56b169f4afa3b792787d9a
data/CHANGELOG.adoc CHANGED
@@ -10,6 +10,12 @@
10
10
  * ``rubocop-rails@2.26.2``
11
11
  * ``rubocop-rubomatic@1.5.1``
12
12
 
13
+ ==== Development
14
+
15
+ * ``rake@13.0.6``
16
+ * ``rspec@3.13.0``
17
+ * ``parser@3.3.4.2``
18
+
13
19
  == 1.4.0
14
20
 
15
21
  === Cops
data/config/rails.yml CHANGED
@@ -190,7 +190,6 @@ Rails/EnumHash:
190
190
  Include:
191
191
  - app/models/**/*.rb
192
192
 
193
- # TODO: Limit to rails 7+
194
193
  Rails/EnumSyntax:
195
194
  Enabled: true
196
195
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RuboCop
4
4
  module RubomaticRails
5
- VERSION = '1.5.0-rc.1'
5
+ VERSION = '1.5.0-rc.3'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-rubomatic-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0.pre.rc.1
4
+ version: 1.5.0.pre.rc.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brands Insurance
@@ -15,9 +15,6 @@ dependencies:
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
17
  - - "~>"
18
- - !ruby/object:Gem::Version
19
- version: 2.26.0
20
- - - ">="
21
18
  - !ruby/object:Gem::Version
22
19
  version: 2.26.2
23
20
  type: :runtime
@@ -25,9 +22,6 @@ dependencies:
25
22
  version_requirements: !ruby/object:Gem::Requirement
26
23
  requirements:
27
24
  - - "~>"
28
- - !ruby/object:Gem::Version
29
- version: 2.26.0
30
- - - ">="
31
25
  - !ruby/object:Gem::Version
32
26
  version: 2.26.2
33
27
  - !ruby/object:Gem::Dependency
@@ -35,9 +29,6 @@ dependencies:
35
29
  requirement: !ruby/object:Gem::Requirement
36
30
  requirements:
37
31
  - - "~>"
38
- - !ruby/object:Gem::Version
39
- version: 1.5.0
40
- - - ">="
41
32
  - !ruby/object:Gem::Version
42
33
  version: 1.5.1
43
34
  type: :runtime
@@ -45,9 +36,6 @@ dependencies:
45
36
  version_requirements: !ruby/object:Gem::Requirement
46
37
  requirements:
47
38
  - - "~>"
48
- - !ruby/object:Gem::Version
49
- version: 1.5.0
50
- - - ">="
51
39
  - !ruby/object:Gem::Version
52
40
  version: 1.5.1
53
41
  description:
@@ -71,14 +59,14 @@ files:
71
59
  - lib/rubocop/rubomatic-rails.rb
72
60
  - lib/rubocop/rubomatic-rails/inject.rb
73
61
  - lib/rubocop/rubomatic-rails/version.rb
74
- homepage: https://github.com/BrandsInsurance/rubomatic-rails/
62
+ homepage: https://github.com/BrandsInsurance/rubocop-rubomatic-rails
75
63
  licenses:
76
64
  - MIT
77
65
  metadata:
78
66
  rubygems_mfa_required: 'true'
79
- homepage_uri: https://github.com/BrandsInsurance/rubomatic-rails/
80
- source_code_uri: https://github.com/BrandsInsurance/rubomatic-rails
81
- changelog_uri: https://github.com/BrandsInsurance/rubomatic-rails/blob/main/CHANGELOG.adoc
67
+ homepage_uri: https://github.com/BrandsInsurance/rubocop-rubomatic-rails
68
+ source_code_uri: https://github.com/BrandsInsurance/rubocop-rubomatic-rails
69
+ changelog_uri: https://github.com/BrandsInsurance/rubocop-rubomatic-rails/blob/main/CHANGELOG.adoc
82
70
  post_install_message:
83
71
  rdoc_options: []
84
72
  require_paths: