cli-mastermind 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b7b6d12ad8040ab9b6a6fefaca23aaca5b9c87751c2fbf20eba9c939ff63ee1d
4
- data.tar.gz: 4ce3501a447db6a45fb0d3aaf5b56512b8661c893f919bb5ccda5019757d95ee
3
+ metadata.gz: 33bb65a17bf27a8204453ec5aa84042c8ee79d63517660a1dd64f7b9da47fb78
4
+ data.tar.gz: fc57a1838d2b65d7aff0184ead1bb58646c61fb650f4d4456fd9691c83e901e3
5
5
  SHA512:
6
- metadata.gz: 2d0e5554916575b0ee3073c815aa4cd923398407d649e3081fd6a4a3cbf7c6511d306331ffbcc35ae94795b0deb542a68d6f6757cad24bee08e2ebfd13f2a2ff
7
- data.tar.gz: 8366afc5cd05b5699f9b88071b7213ebae28ab55356faad32dec7f2c6b225c671b1fa62d81e2a23aea185effa60154221705f11ede2268171066894523b740e2
6
+ metadata.gz: 4a79e90625e8c13b8ed8b8bebee2c3cd4781732f59c739b3189d07fe69074649c2f87de6045f23c3933777746bd54318e75062d76cada487f506203d986bba76
7
+ data.tar.gz: 1ca37ab292f411ea6a75cdff758046e417b356929e84a7d77a495dbf0fbbb3632e1fe0c41cf4c4a269a6b7134a09b460cc7e93fa851ee96263e841c991fc1b28
@@ -4,7 +4,6 @@ require 'cli/mastermind/plan/interface'
4
4
  module CLI
5
5
  module Mastermind
6
6
  class Plan
7
- include UserInterface
8
7
  include Interface
9
8
 
10
9
  # Used in the interactive plan selector to display child plans
@@ -25,6 +25,8 @@ module CLI::Mastermind
25
25
 
26
26
  # The file this plan was loaded from, if any
27
27
  attr_reader :filename
28
+
29
+ include UserInterface
28
30
  end
29
31
  end
30
32
 
@@ -8,7 +8,7 @@ module CLI
8
8
  module VERSION
9
9
  RELEASE = 0
10
10
  MAJOR = 2
11
- MINOR = 1
11
+ MINOR = 2
12
12
  PATCH = nil
13
13
 
14
14
  STRING = [RELEASE, MAJOR, MINOR, PATCH].compact.join('.').freeze
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cli-mastermind
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Hall