voxpupuli-rubocop 4.1.0 → 4.2.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/rubocop.yml +3 -0
- metadata +5 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a29098382092d36cafa9f345bbb14117e8f0f6ae186898a99c666b820b6c38bf
|
4
|
+
data.tar.gz: 55b728e130d0c7f3729be4eab6837e53d27311203c8a6901104f52ffad96be9f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 96b948239387ecbce04c2bd7d7bae4d2c60e720cacf0353a8f357ec5605c2d320e657c4e6140ec41e7ae349705085a17975382c3248c2bfdbf0b59865467e1b7
|
7
|
+
data.tar.gz: ee1a0b0ed381b650b8110a28a5c2dc84ccfd1c05e6f4b752066fe53ab4de2545d5d31d7f8fa605fe019ca0faf99a40e0245f166343279c7e33e7c784dc42ef51
|
data/rubocop.yml
CHANGED
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: voxpupuli-rubocop
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.
|
4
|
+
version: 4.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Vox Pupuli
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: rake
|
@@ -36,14 +35,14 @@ dependencies:
|
|
36
35
|
requirements:
|
37
36
|
- - "~>"
|
38
37
|
- !ruby/object:Gem::Version
|
39
|
-
version: 1.
|
38
|
+
version: 1.79.2
|
40
39
|
type: :runtime
|
41
40
|
prerelease: false
|
42
41
|
version_requirements: !ruby/object:Gem::Requirement
|
43
42
|
requirements:
|
44
43
|
- - "~>"
|
45
44
|
- !ruby/object:Gem::Version
|
46
|
-
version: 1.
|
45
|
+
version: 1.79.2
|
47
46
|
- !ruby/object:Gem::Dependency
|
48
47
|
name: rubocop-minitest
|
49
48
|
requirement: !ruby/object:Gem::Requirement
|
@@ -115,7 +114,6 @@ homepage: https://github.com/voxpupuli/voxpupuli-rubocop
|
|
115
114
|
licenses:
|
116
115
|
- Apache-2.0
|
117
116
|
metadata: {}
|
118
|
-
post_install_message:
|
119
117
|
rdoc_options: []
|
120
118
|
require_paths:
|
121
119
|
- lib
|
@@ -130,8 +128,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
130
128
|
- !ruby/object:Gem::Version
|
131
129
|
version: '0'
|
132
130
|
requirements: []
|
133
|
-
rubygems_version: 3.
|
134
|
-
signing_key:
|
131
|
+
rubygems_version: 3.6.9
|
135
132
|
specification_version: 4
|
136
133
|
summary: Helper Gem that pulls in all the RuboCop related gems and provides a RuboCop
|
137
134
|
configuration
|