rubocop-rubomatic-rails 1.5.0.pre.rc.2 → 1.5.0
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 +4 -4
- data/CHANGELOG.adoc +7 -1
- data/lib/rubocop/rubomatic-rails/version.rb +1 -1
- metadata +7 -19
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6c6b2774e2c0c9c9138db48d7035b19ec507f7964099d72eed02a5738fc8bc23
|
4
|
+
data.tar.gz: e177210a10c03fd02b3adfcd916385519a016aa8ac8f497f4867ce12ee1c3cdd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e4f8eee96ba8d6887e82a0efc97e2c391d0e002481c452b0d2a2c957fd74cc141c79ea8acec8173b26e095f6a7cb0c12ad866d8591612100c33fe5bbd33e2ac0
|
7
|
+
data.tar.gz: 91b49d8479276cf07590936663c9d4a270ef87b0f6597d8aaa059dce3f34f83e0957f5930697a2c93cc6348d749d366d8d7d2fd6b23668c7ca3b31cea1ebb148
|
data/CHANGELOG.adoc
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
== 1.5.0 (
|
1
|
+
== 1.5.0 (2024-10-23)
|
2
2
|
|
3
3
|
=== Cops
|
4
4
|
|
@@ -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
|
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
|
4
|
+
version: 1.5.0
|
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:
|
@@ -90,9 +78,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
90
78
|
version: 3.0.1
|
91
79
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
92
80
|
requirements:
|
93
|
-
- - "
|
81
|
+
- - ">="
|
94
82
|
- !ruby/object:Gem::Version
|
95
|
-
version:
|
83
|
+
version: '0'
|
96
84
|
requirements: []
|
97
85
|
rubygems_version: 3.2.15
|
98
86
|
signing_key:
|