From f100f1288983f771fc67c049193269327ae1cfb0 Mon Sep 17 00:00:00 2001 From: Dan Mayer Date: Sat, 11 Jul 2020 14:31:38 -0600 Subject: [PATCH] alternative patch --- lib/alternative_coverband_patch.rb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lib/alternative_coverband_patch.rb diff --git a/lib/alternative_coverband_patch.rb b/lib/alternative_coverband_patch.rb new file mode 100644 index 00000000..da93c3fa --- /dev/null +++ b/lib/alternative_coverband_patch.rb @@ -0,0 +1,5 @@ +# frozen_string_literal: true + +module Coverband + COVERBAND_ALTERNATE_PATCH = true +end