tac-cli 0.0.6 → 0.0.7

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.
@@ -7,7 +7,7 @@ module CTT::Cli::Command
7
7
  #TEST_SUITE_CONFIG_FILE = "tac.yml"
8
8
  SUPPORT_OPTIONS = {"--force" => "bypass git dirty state check"}
9
9
 
10
- include Interactive
10
+ include Interactive, CTT::Cli
11
11
 
12
12
  def initialize(command, args, runner)
13
13
  super(args, runner)
@@ -1,6 +1,6 @@
1
1
 
2
2
  module CTT
3
3
  module Cli
4
- VERSION = '0.0.6'
4
+ VERSION = '0.0.7'
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tac-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: