crude-mutant 0.5.1 → 0.5.2

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: 7241c4a212c66f88f83e572edccdda5b8005b8a0b9e5a1f69153771e6c65f70d
4
- data.tar.gz: 23fbebd04bd354ca06711601d995c4ab06869220668e06a0b87893819bb2c838
3
+ metadata.gz: dc39cdbb8f12d418335ef7be0840069b20c9e9f9bcf258de6390458c61300195
4
+ data.tar.gz: 14500f74cc9d05bb5d802753191ba95c59082dfc5cb65a687e24ccc23c18c458
5
5
  SHA512:
6
- metadata.gz: '09c55cfc95a426ef97bd50fff4d7e0efec55180c07c0408b23e0804f863dfa2bb5bad2860d65d192a86c52a1276e511f9a334c536cb64c045dccae38fa1c7f04'
7
- data.tar.gz: f7dec7586d342e223bae866236c550dfe14bf1494f4ca8e1c7dab505f23938ed58d5631890be22293bb9ffe00c2c4b9f59a66648471ded85ef7e212968a5ccd6
6
+ metadata.gz: 95d3a08fbada1600ab9797271f76b236ad3684483ee504c2f3063ae46e4fdce7e6730f7f148ca95cf352873fc9a2e881747a6e00f415a20e79cbdd26f466ec65
7
+ data.tar.gz: 0c48547e183450ec2735bc9fb900703a9581d08935337cd86c90e83589a69f0c77aa134329368ca3a01f7370a81e19409431c6e0113025be37d5d9d415f092ac
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- crude-mutant (0.5.1)
4
+ crude-mutant (0.5.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/exe/cm CHANGED
@@ -20,11 +20,11 @@ OptionParser.new do |opts|
20
20
  args.use_json_printer = v
21
21
  end
22
22
 
23
- opts.on("-sSECTION", "--name=SECTION", "Number of current section when parallelizing") do |s|
23
+ opts.on("-sSECTION", "--section=SECTION", "Number of current section when parallelizing") do |s|
24
24
  args.section = s
25
25
  end
26
26
 
27
- opts.on("-sSECTION_TOTAL", "--name=SECTION_TOTAL", "Number of total sectionswhen parallelizing") do |s|
27
+ opts.on("-tSECTION_TOTAL", "--section_total=SECTION_TOTAL", "Number of total sections when parallelizing") do |s|
28
28
  args.section_total = s
29
29
  end
30
30
 
data/exe/crude-mutant CHANGED
@@ -20,11 +20,11 @@ OptionParser.new do |opts|
20
20
  args.use_json_printer = v
21
21
  end
22
22
 
23
- opts.on("-sSECTION", "--name=SECTION", "Number of current section when parallelizing") do |s|
23
+ opts.on("-sSECTION", "--section=SECTION", "Number of current section when parallelizing") do |s|
24
24
  args.section = s
25
25
  end
26
26
 
27
- opts.on("-sSECTION_TOTAL", "--name=SECTION_TOTAL", "Number of total sectionswhen parallelizing") do |s|
27
+ opts.on("-tSECTION_TOTAL", "--section_total=SECTION_TOTAL", "Number of total sections when parallelizing") do |s|
28
28
  args.section_total = s
29
29
  end
30
30
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CrudeMutant
4
- VERSION = "0.5.1"
4
+ VERSION = "0.5.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: crude-mutant
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kelly Sutton