codeclimate 0.90.0 → 0.92.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 290f128d5daa878d879553ba1089579d935a2dbc46a15b0ecdb7c795235b239d
4
- data.tar.gz: 25732f6735c9c25493d215f2b81f5919026fc06224320858ccff63c7f36cabbd
3
+ metadata.gz: 9253fd4d73c0ef27361d1ac5041f347fef8fb5c0b9bf9ab27fe867f2e26a3fb4
4
+ data.tar.gz: 350217c781b50f741633d569c770a61c1c647974670b18be083baf7733fa31d3
5
5
  SHA512:
6
- metadata.gz: c0c85e4618e273990e7d5c541d3fef982eb458957bd1dff8a5c85cc7572051c2e56ab95bb4d71ddaeed4419d9a3ddf2b8d723e17bfbfe4531d1adbccebabb630
7
- data.tar.gz: d25b4ace583a99eabf66e8ce7d9897042900c9cbf8930400c16dac6bff51b6f4ea7c1bd061df3879daa864b7504a9af8fa49b851728c97f45fcf87cdb551d3d6
6
+ metadata.gz: 5dc4d21beb17bc093c1fcd822aff389fa87b15cf039ca188c46498ee3728fa6c73171fbce5b36a136c27989387e7a4dc46ca12b6dce65afb6950c1af4b1c7101
7
+ data.tar.gz: bd9b64d7e5d74d6ebaf868c767ef89d171f91265a4c2caa9e5909fafeba09bc993b2d25d38544ad38a464010c17b04e8186dc9d8aca9a6dcd7b5946ec7760135
data/config/engines.yml CHANGED
@@ -29,6 +29,7 @@ bundler-audit:
29
29
  checkstyle:
30
30
  channels:
31
31
  stable: codeclimate/codeclimate-checkstyle
32
+ checkstyle-10-7-0: codeclimate/codeclimate-checkstyle:checkstyle-10-7-0
32
33
  description: Helps programmers write Java that adheres to a coding standard.
33
34
  csslint:
34
35
  channels:
@@ -6,7 +6,7 @@ module CC
6
6
  DEFAULT_COMMAND = nil
7
7
  DEFAULT_MANIFEST_PATH = File.expand_path("../../../config/engines.yml", __FILE__)
8
8
 
9
- EngineDetails = Struct.new(:image, :command, :description, :memory)
9
+ EngineDetails = Struct.new(:image, :command, :description, :memory, :source_library, :channel_versions)
10
10
  EngineDetailsNotFoundError = Class.new(StandardError)
11
11
 
12
12
  def initialize(path = DEFAULT_MANIFEST_PATH, prefix = nil)
@@ -38,6 +38,8 @@ module CC
38
38
  metadata.fetch("command", DEFAULT_COMMAND),
39
39
  metadata.fetch("description", "(No description available)"),
40
40
  memory_limit(metadata["minimum_memory_limit"]),
41
+ metadata.fetch("source-library", {}),
42
+ metadata.fetch("channel-versions", {}),
41
43
  )
42
44
  end
43
45
  rescue KeyError
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.90.0
4
+ version: 0.92.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: 2023-01-12 00:00:00.000000000 Z
11
+ date: 2023-02-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -242,7 +242,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
242
242
  - !ruby/object:Gem::Version
243
243
  version: '0'
244
244
  requirements: []
245
- rubygems_version: 3.3.7
245
+ rubygems_version: 3.4.1
246
246
  signing_key:
247
247
  specification_version: 4
248
248
  summary: Code Climate CLI