codeclimate 0.63.2 → 0.63.3
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 +3 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 154254c3a45f90cd3b2cac2c1e22f936e985c4ee
|
4
|
+
data.tar.gz: '09a79f61992a55ae996866f4bd21b672fe5e6114'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 26b7bdc4fdc2ad64de0826e3f3e7d2eee429f45aac524543041a42cb15017ab83fcd01b2e0ec7388159a822c0c71b34c3ccf17e294d4fbb943d1b59999253d86
|
7
|
+
data.tar.gz: 8b7ed010a637fc9b76786d7216439bd56caf760655abd6a8ccabc347ec2df5551eff341e7c7bb3f7dcc2214410b76f88181ef2ecc1afa1aa65ade188e72bf68a
|
data/config/engines.yml
CHANGED
@@ -397,6 +397,7 @@ rubocop:
|
|
397
397
|
stable: codeclimate/codeclimate-rubocop
|
398
398
|
cache-support: codeclimate/codeclimate-rubocop:cache-support
|
399
399
|
rubocop-0-42: codeclimate/codeclimate-rubocop:rubocop-0-42
|
400
|
+
rubocop-0-48: codeclimate/codeclimate-rubocop:rubocop-0-48
|
400
401
|
description: A Ruby static code analyzer, based on the community Ruby style guide.
|
401
402
|
community: false
|
402
403
|
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.63.
|
4
|
+
version: 0.63.3
|
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-05-
|
11
|
+
date: 2017-05-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -288,9 +288,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
288
288
|
version: '0'
|
289
289
|
requirements: []
|
290
290
|
rubyforge_project:
|
291
|
-
rubygems_version: 2.
|
291
|
+
rubygems_version: 2.6.8
|
292
292
|
signing_key:
|
293
293
|
specification_version: 4
|
294
294
|
summary: Code Climate CLI
|
295
295
|
test_files: []
|
296
|
-
has_rdoc:
|