codeclimate 0.79.0 → 0.80.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/config/engines.yml +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 419a289562e7549d08ba3f9c123854a62a13cabc
|
4
|
+
data.tar.gz: fe42077dfcd9456c1971090ec9d06cc80cde3683
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7b6e8413286b5b3c20b4b0826a19f88eed0f1a8fecbdb67c01639fd4dd228a11ab4de9a5a6c06297bca5826633623703bde4541a662ae94d43699944323891d1
|
7
|
+
data.tar.gz: d1100483ba3b99dc113eb3b95ccbf28c1c2185e92ccee34053d35eb78459a67b461e7549b0643ad15597de29ba8a34b409b96896778fb62855ccae89323e6aa1
|
data/config/engines.yml
CHANGED
@@ -189,6 +189,7 @@ rubocop:
|
|
189
189
|
rubocop-0-56: codeclimate/codeclimate-rubocop:rubocop-0-56
|
190
190
|
rubocop-0-57: codeclimate/codeclimate-rubocop:rubocop-0-57
|
191
191
|
rubocop-0-58: codeclimate/codeclimate-rubocop:rubocop-0-58
|
192
|
+
rubocop-0-59: codeclimate/codeclimate-rubocop:rubocop-0-59
|
192
193
|
description: A Ruby static code analyzer, based on the community Ruby style guide.
|
193
194
|
rubymotion:
|
194
195
|
channels:
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: codeclimate
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.80.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Code Climate
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-11-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|