cocov_plugin_kit 0.1.3 → 0.1.4

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: 1a8273e71e6a782ac8eb359fe94f8a4f36214122d738f462427dc0db7ac30d99
4
- data.tar.gz: 4cb89031486138bd9893297792db58e92fe6099a4ffa43f067635683cf0c8f78
3
+ metadata.gz: b24c1989cde461c599f55cc92215e5ae4c30c2680a489f548456d90ffc10be09
4
+ data.tar.gz: c5c5c3125af38fc9de95f5bda915619057533a75f91008cb0c9f14d98cd36013
5
5
  SHA512:
6
- metadata.gz: 3b59f4546faf3f18b6c45805352f6050f70b3c1cf0b8b436ce4bcbcef6e7fe2ec7a64c3f8c0faf8c0806d244d754ac286c835dac9938a4552153025835d688f9
7
- data.tar.gz: 751d2360770a35d2e565142d12e502dd1932cc14c26357a305760e7ef95c6a4aae9c63d005f7657630225661014238c015907ae398ac760e0c2ff6ed7dd9440a
6
+ metadata.gz: 931553bab4892e3c3e774aeb73d44e3ef4bbd1ccd66fb7152137593436cd6c3eb5f073104190f0c026fb952a19af41992bc0ac9a57b6b75e291bdc2ecde6456c
7
+ data.tar.gz: b13a49250e3331f8bf3cea198d4829ce9c3ad73e1a77a86c93af3150f5a390f7d44b77324684c413ae7bc0b4708e74576fa12c5acbdf1877c186cdfb136730c6
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cocov_plugin_kit (0.1.3)
4
+ cocov_plugin_kit (0.1.4)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -45,7 +45,7 @@ module Cocov
45
45
  end
46
46
 
47
47
  # :nodoc:
48
- ALLOWED_KINDS = %i[style performance security bug complexity duplication convention].freeze
48
+ ALLOWED_KINDS = %i[style performance security bug complexity duplication convention quality].freeze
49
49
 
50
50
  # rubocop:disable Metrics/CyclomaticComplexity, Metrics/PerceivedComplexity
51
51
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Cocov
4
4
  module PluginKit
5
- VERSION = "0.1.3"
5
+ VERSION = "0.1.4"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocov_plugin_kit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Victor Gama