mini_autobot 1.1.3 → 1.1.4

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
  SHA1:
3
- metadata.gz: e4ae88397b5c75084f46335fb8654f1bd3c1fa19
4
- data.tar.gz: 78fd2c18f1309e72b400d29c7f7a3acb1420000e
3
+ metadata.gz: 6a80b7705b8a860ff52050e6e97f6c2abc8d13cd
4
+ data.tar.gz: 4d8ab6f5bf948ac88396f1e9b16d2719caa6d097
5
5
  SHA512:
6
- metadata.gz: ae8fdb7a7c487cf10bdd268f66d75739d4039dd705b241cbd7971c6c970a920d23858315b208240afeb8dedd93b1e2fee2c5b6a5ce73f107f574d20039b41644
7
- data.tar.gz: 518f50199cdcb695430d0e854766d9d49c25f1de3852d0f9f4191d4648e65dd522c751d7dc63ed02bb87dcd27b44cd318c9783cd3a41a28a35a15af09be9268d
6
+ metadata.gz: ca64070bf77d87486fd5a3894d80da805a2f94b6325b4621f78a0e2296614b5a4dcdadd5da64dac7da851a62b52477816ec6bdbecbe3ee2ea54d481d6a4d5843
7
+ data.tar.gz: 8827a3ab3e1ef69af8b967d6f2612474b31715cf4e92c43826508cf82a7bdd942ff974e7ad103e7f5c9bc2ae39eddd91d009012a6dc8611453836750015087d4
@@ -1,3 +1,3 @@
1
1
  module MiniAutobot
2
- VERSION = '1.1.3'
2
+ VERSION = '1.1.4'
3
3
  end
@@ -84,7 +84,7 @@ module Minitest
84
84
  options[:google_sheets] = value
85
85
  end
86
86
 
87
- options[:feature_flips] = false
87
+ options[:feature_flips] = ''
88
88
  parser.on('-f', '--feature-flips FEATURE', 'Flip tests to run against a different feature set') do |value|
89
89
  options[:feature_flips] = value
90
90
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mini_autobot
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.3
4
+ version: 1.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ripta Pasay
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2016-08-17 00:00:00.000000000 Z
14
+ date: 2016-08-18 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: activesupport