crude-mutant 0.3.1 → 0.3.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: e70b37b0b5a157edeb24613ff822a65483e844373ba41e8514585bd3e8897f70
4
- data.tar.gz: 8a61f0a7d82c58729811ac0bf4b4a92576869123d48db5ee46860a124b38bb2b
3
+ metadata.gz: add561da268ebca79bacf14f7f94e4e90760931b6364e03c62775f746c98b75a
4
+ data.tar.gz: f06c64e350c7c1e94a3ac4f4f11f3f9c8b633e2b0ea9ce63b95ad90c87becea7
5
5
  SHA512:
6
- metadata.gz: e260299a873a4e96cecf423c8ed13adde08fb6afe7ea7b4a3905178bb5d2e9912e102e94b46922abbaa90ae2f94b4af0cd5057b3c6ef1f1076fb8bbe72c3d16c
7
- data.tar.gz: b49afed2c1654bf48945057a31b60824caa25e96a7a5ad19fb22f4d843b4c4e14bc62397197c8699262f0da131529d9d7c36dd971a8260860ffd4ac62627e33a
6
+ metadata.gz: 110585c4e5d4955ca2bb657c9b0224b14929db6ccf9aef26c69666ec9a96a76c9104fb2d6bc8a4c583fea23c0bee1b055c1a0b6890c287b3ec32d4c8df53b4f3
7
+ data.tar.gz: c7f56390105e301bf062d78a6775e482d4c977c6b8bf35030da24375c1189aaa17ff91373b041d50e63050c964a3c7120873de34237a9f47f1e5f6072d22b55c
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- crude-mutant (0.3.1)
4
+ crude-mutant (0.3.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/exe/cm CHANGED
@@ -4,8 +4,8 @@
4
4
  require "crude-mutant"
5
5
  require "optparse"
6
6
 
7
- test_command = ARGV[0]
8
- file_to_mutate = ARGV[1]
7
+ file_to_mutate = ARGV.pop
8
+ test_command = ARGV.pop
9
9
 
10
10
  Options = Struct.new(:use_json_printer)
11
11
 
data/exe/crude-mutant CHANGED
@@ -4,8 +4,8 @@
4
4
  require "crude-mutant"
5
5
  require "optparse"
6
6
 
7
- test_command = ARGV[0]
8
- file_to_mutate = ARGV[1]
7
+ file_to_mutate = ARGV.pop
8
+ test_command = ARGV.pop
9
9
 
10
10
  Options = Struct.new(:use_json_printer)
11
11
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CrudeMutant
4
- VERSION = "0.3.1"
4
+ VERSION = "0.3.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.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kelly Sutton