knife-essentials 1.5 → 1.5.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -24,11 +24,14 @@ class Chef
24
24
  def configure_chef
25
25
  super
26
26
 
27
+ if config[:config_file]
28
+ ui.output "Using config file #{config[:config_file]} ..."
29
+ end
30
+
27
31
  self.exit_code = 0
28
32
  end
29
33
 
30
34
  def run
31
- self.exit_code = 0
32
35
  # Figure out the run list based on the passed-in objects
33
36
  run_list = get_run_list(name_args)
34
37
 
@@ -1,3 +1,3 @@
1
1
  module ChefFS
2
- VERSION = "1.5"
2
+ VERSION = "1.5.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: knife-essentials
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.5'
4
+ version: 1.5.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -34,15 +34,15 @@ dependencies:
34
34
  requirements:
35
35
  - - ! '>='
36
36
  - !ruby/object:Gem::Version
37
- version: '1.2'
38
- type: :development
37
+ version: '1.5'
38
+ type: :runtime
39
39
  prerelease: false
40
40
  version_requirements: !ruby/object:Gem::Requirement
41
41
  none: false
42
42
  requirements:
43
43
  - - ! '>='
44
44
  - !ruby/object:Gem::Version
45
- version: '1.2'
45
+ version: '1.5'
46
46
  - !ruby/object:Gem::Dependency
47
47
  name: rspec
48
48
  requirement: !ruby/object:Gem::Requirement