codeclimate 0.66.0 → 0.67.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 +3 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 516ebb15f1868f6efe9d4b91fd7ebdfc5e137338
|
4
|
+
data.tar.gz: f5c52ad0d431531ab7d4dd57fc8295b7ccf1e2fd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f8821b12dfbc914aa290c48a75f543bea7209e30809b77f1f3004a2da3b7f44a06e1368d86705e58635ec8e96b2a78d02dc2beb4c851dfd7d2a1975eb6ff9366
|
7
|
+
data.tar.gz: adda6d77bb9ebab636231854d8ffe5868b4165c6d4ab2399ec4ca51f23d20e9a46055ff422511318ac62f01207ec491b483b57d5bd75eaceabd6d26a92951618
|
data/config/engines.yml
CHANGED
@@ -151,6 +151,7 @@ eslint:
|
|
151
151
|
eslint-1: codeclimate/codeclimate-eslint:eslint-1
|
152
152
|
eslint-2: codeclimate/codeclimate-eslint:eslint-2
|
153
153
|
eslint-3: codeclimate/codeclimate-eslint:eslint-3
|
154
|
+
eslint-4: codeclimate/codeclimate-eslint:eslint-4
|
154
155
|
description: A JavaScript/JSX linting utility.
|
155
156
|
community: false
|
156
157
|
upgrade_languages:
|
@@ -417,7 +418,9 @@ rubocop:
|
|
417
418
|
stable: codeclimate/codeclimate-rubocop
|
418
419
|
cache-support: codeclimate/codeclimate-rubocop:cache-support
|
419
420
|
rubocop-0-42: codeclimate/codeclimate-rubocop:rubocop-0-42
|
421
|
+
rubocop-0-46: codeclimate/codeclimate-rubocop:rubocop-0-46
|
420
422
|
rubocop-0-48: codeclimate/codeclimate-rubocop:rubocop-0-48
|
423
|
+
rubocop-0-49: codeclimate/codeclimate-rubocop:rubocop-0-49
|
421
424
|
description: A Ruby static code analyzer, based on the community Ruby style guide.
|
422
425
|
community: false
|
423
426
|
upgrade_languages:
|
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.67.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: 2017-
|
11
|
+
date: 2017-08-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -290,7 +290,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
290
290
|
version: '0'
|
291
291
|
requirements: []
|
292
292
|
rubyforge_project:
|
293
|
-
rubygems_version: 2.
|
293
|
+
rubygems_version: 2.4.5
|
294
294
|
signing_key:
|
295
295
|
specification_version: 4
|
296
296
|
summary: Code Climate CLI
|