codeclimate 0.92.0 → 0.93.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9253fd4d73c0ef27361d1ac5041f347fef8fb5c0b9bf9ab27fe867f2e26a3fb4
4
- data.tar.gz: 350217c781b50f741633d569c770a61c1c647974670b18be083baf7733fa31d3
3
+ metadata.gz: d65ec73496af7b9b13892d386968c88ba37c5c590d72ef9d2b1e3a19a85e7079
4
+ data.tar.gz: efd7b386803da676b8ab59fa4f62b51253b3fd49be092a18a73f561b86f01b6a
5
5
  SHA512:
6
- metadata.gz: 5dc4d21beb17bc093c1fcd822aff389fa87b15cf039ca188c46498ee3728fa6c73171fbce5b36a136c27989387e7a4dc46ca12b6dce65afb6950c1af4b1c7101
7
- data.tar.gz: bd9b64d7e5d74d6ebaf868c767ef89d171f91265a4c2caa9e5909fafeba09bc993b2d25d38544ad38a464010c17b04e8186dc9d8aca9a6dcd7b5946ec7760135
6
+ metadata.gz: b0432d1c056e5d188ad93e990dcd1dd24d9ce9fd18ccc5167a17dd6a8bc232ce787aa75d0f62dcc87213d074f927432c7f0d3f08a54fb4f1687e41a4a06dd911
7
+ data.tar.gz: 2cb94b1f0e43d6252c2a6487b35faeb4c62ffa05a4757a25dcefe96a8714ad146a167808bf10e140c2e9838f9f6caa690dd8fbe5f9e26ae777211f902fa0346a
data/config/engines.yml CHANGED
@@ -267,6 +267,7 @@ rubocop:
267
267
  rubocop-1-30-0: codeclimate/codeclimate-rubocop:rubocop-1-30-0
268
268
  rubocop-1-31-0: codeclimate/codeclimate-rubocop:rubocop-1-31-0
269
269
  rubocop-1-39-0: codeclimate/codeclimate-rubocop:rubocop-1-39-0
270
+ rubocop-1-48-1: codeclimate/codeclimate-rubocop:rubocop-1-48-1
270
271
  description: A Ruby static code analyzer, based on the community Ruby style guide.
271
272
  rubymotion:
272
273
  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, :source_library, :channel_versions)
9
+ EngineDetails = Struct.new(:image, :command, :description, :memory, :source_library, :channel_versions, :plugin)
10
10
  EngineDetailsNotFoundError = Class.new(StandardError)
11
11
 
12
12
  def initialize(path = DEFAULT_MANIFEST_PATH, prefix = nil)
@@ -40,6 +40,7 @@ module CC
40
40
  memory_limit(metadata["minimum_memory_limit"]),
41
41
  metadata.fetch("source-library", {}),
42
42
  metadata.fetch("channel-versions", {}),
43
+ metadata.fetch("plugin", {}),
43
44
  )
44
45
  end
45
46
  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.92.0
4
+ version: 0.93.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-02-23 00:00:00.000000000 Z
11
+ date: 2023-03-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport