mutant 0.11.30 → 0.11.31

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: 6c9ce21c5e092af5e521c5ef2c0e926e60211ddae0c8b552d5b79180dbc8eb6c
4
- data.tar.gz: 994dbc55bb97edd121d72aa46a946993e2efcc8642ca0d7dd7d31cdb4cb8fa6e
3
+ metadata.gz: 13cb8348526f16921dc46f4fac79bcac3b1ea0f2384980cf6b640d157426c054
4
+ data.tar.gz: 5b9bee01fb11a0afe8c95b824ed3d0b78c63601c90ff5dda096014c1cff206a1
5
5
  SHA512:
6
- metadata.gz: 7047e6694559bb810a7b3b7bc1f01e07745a928c166e6964f0b74d8dae3a4900575bbe12bcf98fc0163bef3ee6869fd2b09ec09b46d91920b3de134421811240
7
- data.tar.gz: cf40b6c4d5c5a4ea37a090f7a874e3a2abfd64ea31d0d2d1c5ae32cb6e8b43c2d4b5c7c8c92be24a54339be87604f66c59a7d5f11061299518cf93fdb1da2e44
6
+ metadata.gz: 1bc15eb9ea3db3e7062786ea5dda052248f5df7a10c12715d13a183dc9ac6377ba3dc3a96cf35a6603b09e4f4846040f77e6dab70074b07dd228f63d21392687
7
+ data.tar.gz: 5b14e7748c65bd648ccc7e815210dc348deab288e1dbe6f35ba8746fef8c52aa75aa99c6712c58d76bf03b390f4d2d999669779b4142a8c44267bfa1e58953fd
@@ -23,7 +23,7 @@ module Mutant
23
23
  )
24
24
  end
25
25
 
26
- # rubocop:disable Metric/MethodLength
26
+ # rubocop:disable Metrics/MethodLength
27
27
  def self.workers(world, config, shared)
28
28
  Array.new(config.jobs) do |index|
29
29
  Worker.start(
@@ -38,7 +38,7 @@ module Mutant
38
38
  end
39
39
  end
40
40
  private_class_method :workers
41
- # rubocop:enable Metric/MethodLength
41
+ # rubocop:enable Metrics/MethodLength
42
42
 
43
43
  def self.shared_state(world, config)
44
44
  {
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Mutant
4
4
  # Current mutant version
5
- VERSION = '0.11.30'
5
+ VERSION = '0.11.31'
6
6
  end # Mutant
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mutant
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.30
4
+ version: 0.11.31
5
5
  platform: ruby
6
6
  authors:
7
7
  - Markus Schirp
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-11 00:00:00.000000000 Z
11
+ date: 2024-03-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: diff-lcs