codeclimate 0.85.17 → 0.85.18

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/config/engines.yml +6 -0
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 64f745f5df84a775c2be3d8b253358515d3f82dd7e6a3eca9ad9a7010ca73f63
4
- data.tar.gz: e5cf14221c727b028da255dcb470f7c7f2aefa9c86f86bf1df33f67504d78804
3
+ metadata.gz: efd813ac1adcc71dc19527140f7b3eea9f4ce214aecd0744c20525cbcb27c1c0
4
+ data.tar.gz: 416a9c524f94e3c8a3c8bb4ada06e29483a3f9397e274fa09b72def9a4cc4996
5
5
  SHA512:
6
- metadata.gz: 788f42db691da29491ee019fa6100b9fc3f8ced43101d48ae693c311ff9b991b17b546b7b5d6ef7472dee19649aa0e6ac634e798f8cf15300ca1dfd2db4319ad
7
- data.tar.gz: 50a7024595e6ad12bbbc8bceb8e3e1abf801d6de2d375a983957e9ba2f0eb569f9fa58c8b1f7ef60efc915da301000c9445227dfd21083a41cf745a9241ac0d8
6
+ metadata.gz: 68c1e053d3d5fa4a0aafeb412d7e2fc30163262d6efc34c2dd4959f4851aa5fc61914d7b6c5705cb6d8fdb957cf38cc0feb6ffeb7f4fc63808ae05857cf1ce0f
7
+ data.tar.gz: 8bfda7a1a87abf35118dbae0e38cfaaa1615806521669fb286abfdcd5cdf6af6f46ac759674241568a1e95faa11bed1d9c7757fc3de67a59ac96af6b60ed5165
@@ -232,6 +232,7 @@ rubocop:
232
232
  rubocop-0-88: codeclimate/codeclimate-rubocop:rubocop-0-88
233
233
  rubocop-0-89: codeclimate/codeclimate-rubocop:rubocop-0-89
234
234
  rubocop-0-90: codeclimate/codeclimate-rubocop:rubocop-0-90
235
+ rubocop-0-92: codeclimate/codeclimate-rubocop:rubocop-0-92
235
236
  description: A Ruby static code analyzer, based on the community Ruby style guide.
236
237
  rubymotion:
237
238
  channels:
@@ -272,6 +273,11 @@ sonar-python:
272
273
  stable: codeclimate/codeclimate-sonar-python
273
274
  description: SonarLint for Python.
274
275
  minimum_memory_limit: 2_048_000_000
276
+ standard:
277
+ channels:
278
+ stable: codeclimate/codeclimate-standard
279
+ beta: codeclimate/codeclimate-standard
280
+ description: Standard static analysis tool.
275
281
  structure:
276
282
  channels:
277
283
  stable: codeclimate/codeclimate-structure
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.85.17
4
+ version: 0.85.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Code Climate
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-10-05 00:00:00.000000000 Z
11
+ date: 2020-10-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport