mini_autobot 1.1.4 → 1.1.5

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: 6a80b7705b8a860ff52050e6e97f6c2abc8d13cd
4
- data.tar.gz: 4d8ab6f5bf948ac88396f1e9b16d2719caa6d097
3
+ metadata.gz: 3f9e781fccc82df29ee8b176840fc01e2efac573
4
+ data.tar.gz: 80c15b5037f153e821b5829bb66f73999e002011
5
5
  SHA512:
6
- metadata.gz: ca64070bf77d87486fd5a3894d80da805a2f94b6325b4621f78a0e2296614b5a4dcdadd5da64dac7da851a62b52477816ec6bdbecbe3ee2ea54d481d6a4d5843
7
- data.tar.gz: 8827a3ab3e1ef69af8b967d6f2612474b31715cf4e92c43826508cf82a7bdd942ff974e7ad103e7f5c9bc2ae39eddd91d009012a6dc8611453836750015087d4
6
+ metadata.gz: 206ff93598fdab83ccee98d3a788af8ab026b073f65cd90bd06a8b0089f0e7f8c2684f96ee19d830be147dbd98e09da03ff972a6046d9577cca52058f52d596b
7
+ data.tar.gz: 013f586254d4927b210a0111a9fabcbcc1a55f521ac3853c00ae2bb57f70a8104f5b27d0bc77c825a52fb34c6337c7f62befd9e3d684be9c936b84417664e97e
@@ -24,7 +24,7 @@ module MiniAutobot
24
24
  if MiniAutobot.settings.google_sheets?
25
25
  @static_run_command += " -g #{MiniAutobot.settings.google_sheet}"
26
26
  end
27
- if MiniAutobot.settings.feature_flips
27
+ unless MiniAutobot.settings.feature_flips.empty?
28
28
  @static_run_command += " -f #{MiniAutobot.settings.feature_flips}"
29
29
  end
30
30
  tap_reporter_path = MiniAutobot.gem_root.join('lib/tapout/custom_reporters/fancy_tap_reporter.rb')
@@ -1,3 +1,3 @@
1
1
  module MiniAutobot
2
- VERSION = '1.1.4'
2
+ VERSION = '1.1.5'
3
3
  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.4
4
+ version: 1.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ripta Pasay