stack-kicker 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  module Stack
2
2
  module Kicker
3
- VERSION = "0.0.4"
3
+ VERSION = "0.0.5"
4
4
  end
5
5
  end
data/lib/stack.rb CHANGED
@@ -78,7 +78,7 @@ module Stack
78
78
  # if there is only one stack defined in the Stackfile, load it:
79
79
  if StackConfig::Stacks.count == 1 && stack_name.nil?
80
80
  stack_name = StackConfig::Stacks.keys[0]
81
- Logger.debug { "defaulting to #{stack_name} as there is a single stack defined and no stack named" }
81
+ Logger.info { "Defaulting to #{stack_name} as there is a single stack defined and no stack named" }
82
82
  end
83
83
 
84
84
  # returns a config object, injecting the name into the returned config
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stack-kicker
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: