rubocop-cobra 0.4.5 → 0.4.6
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/Appraisals +8 -4
- data/CHANGELOG.md +6 -0
- data/Gemfile +3 -0
- data/Gemfile.lock +24 -10
- data/gemfiles/rails_6_1.gemfile +3 -0
- data/gemfiles/rails_6_1.gemfile.lock +67 -48
- data/gemfiles/rails_7_0.gemfile +3 -0
- data/gemfiles/rails_7_0.gemfile.lock +64 -47
- data/gemfiles/rails_7_1.gemfile +17 -0
- data/gemfiles/rails_7_1.gemfile.lock +329 -0
- data/gemfiles/rails_7_2.gemfile +17 -0
- data/gemfiles/rails_7_2.gemfile.lock +323 -0
- data/lib/rubocop/cobra/version.rb +1 -1
- data/rubocop-cobra.gemspec +1 -1
- metadata +8 -4
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubocop-cobra
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Carlos Palhares
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 1.
|
19
|
+
version: 1.75.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.
|
26
|
+
version: 1.75.0
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: rubocop-powerhome
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -119,6 +119,10 @@ files:
|
|
119
119
|
- gemfiles/rails_6_1.gemfile.lock
|
120
120
|
- gemfiles/rails_7_0.gemfile
|
121
121
|
- gemfiles/rails_7_0.gemfile.lock
|
122
|
+
- gemfiles/rails_7_1.gemfile
|
123
|
+
- gemfiles/rails_7_1.gemfile.lock
|
124
|
+
- gemfiles/rails_7_2.gemfile
|
125
|
+
- gemfiles/rails_7_2.gemfile.lock
|
122
126
|
- lib/rubocop-cobra.rb
|
123
127
|
- lib/rubocop/cobra.rb
|
124
128
|
- lib/rubocop/cobra/inject.rb
|
@@ -162,7 +166,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
162
166
|
- !ruby/object:Gem::Version
|
163
167
|
version: '0'
|
164
168
|
requirements: []
|
165
|
-
rubygems_version: 3.6.
|
169
|
+
rubygems_version: 3.6.9
|
166
170
|
specification_version: 4
|
167
171
|
summary: Cobra rubocop linters
|
168
172
|
test_files: []
|