boxt_rubocop 0.0.44 → 0.0.45
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -0
- data/VERSION +1 -1
- metadata +16 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 17e079e65f94c9d1e35fcefbc01e6a34d4b8fcf5a5a9ede2d649b234989e6140
|
4
|
+
data.tar.gz: 49c0000d511c4625d0b0f925f66c1169d414af8ec3948cd370a4dc693b762b76
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ec2e8aa35dd5ca47b6dbe074bb9a44d16291eccfa97c2f0b52e96ee27a030635c7c5cb68eda4d488102805f17e53d44ebec1aca907879dd49714b7150b4b2ba4
|
7
|
+
data.tar.gz: 0420b40f55772a41f3a3d977de867e8a7db4d917ea10f07726471ebd2f3d045f34cb9c359e2fa9722a4fc7aa93adb98aa52d6721e25c887c0e486fceeb273cc8
|
data/README.md
CHANGED
@@ -47,6 +47,7 @@ inherit_gem:
|
|
47
47
|
The following Rubocop gems are also installed with this gem:
|
48
48
|
|
49
49
|
* [rubocop-faker](https://github.com/koic/rubocop-faker)
|
50
|
+
* [rubocop-performance](https://github.com/rubocop/rubocop-performance)
|
50
51
|
* [rubocop-rails](https://github.com/rubocop-hq/rubocop-rails)
|
51
52
|
* [rubocop-rake](https://github.com/rubocop-hq/rubocop-rake)
|
52
53
|
* [rubocop-rspec](https://github.com/rubocop-hq/rubocop-rspec)
|
@@ -60,6 +61,7 @@ inherit_gem:
|
|
60
61
|
|
61
62
|
require:
|
62
63
|
- rubocop-faker # if your project is using the Faker gem then add this
|
64
|
+
- rubocop-performance # Add this for performance cops
|
63
65
|
- rubocop-rails # if your project is a Rails app/engine then add this, plus the - rails.yml setting above
|
64
66
|
- rubocop-rake # if your project is using rake then add this
|
65
67
|
- rubocop-rspec # if your project is using rspec then add this, plus the - rspec.yml setting above
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.45
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: boxt_rubocop
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.45
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Boxt
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-08-
|
11
|
+
date: 2023-08-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop
|
@@ -38,6 +38,20 @@ dependencies:
|
|
38
38
|
- - '='
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: 1.1.0
|
41
|
+
- !ruby/object:Gem::Dependency
|
42
|
+
name: rubocop-performance
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
44
|
+
requirements:
|
45
|
+
- - '='
|
46
|
+
- !ruby/object:Gem::Version
|
47
|
+
version: 1.19.0
|
48
|
+
type: :runtime
|
49
|
+
prerelease: false
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
51
|
+
requirements:
|
52
|
+
- - '='
|
53
|
+
- !ruby/object:Gem::Version
|
54
|
+
version: 1.19.0
|
41
55
|
- !ruby/object:Gem::Dependency
|
42
56
|
name: rubocop-rails
|
43
57
|
requirement: !ruby/object:Gem::Requirement
|