knife-push 0.4 → 0.5.0

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.
@@ -56,7 +56,7 @@ class Chef
56
56
  ui.error("knife search failed: #{msg}")
57
57
  exit 1
58
58
  end
59
- nodes.each { |node| @node_names << node[:hostname] unless node[:hostname].nil? }
59
+ nodes.each { |node| @node_names << node.name }
60
60
  else
61
61
  @node_names = name_args[1,name_args.length-1]
62
62
  end
@@ -0,0 +1,6 @@
1
+ module Knife
2
+ module Push
3
+ VERSION = '0.5.0'
4
+ MAJOR, MINOR, TINY = VERSION.split('.')
5
+ end
6
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: knife-push
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.4'
4
+ version: 0.5.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-02-27 00:00:00.000000000 Z
12
+ date: 2014-03-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: chef
@@ -42,6 +42,7 @@ files:
42
42
  - lib/chef/knife/job_start.rb
43
43
  - lib/chef/knife/job_status.rb
44
44
  - lib/chef/knife/node_status.rb
45
+ - lib/knife-push/version.rb
45
46
  homepage: http://www.opscode.com
46
47
  licenses: []
47
48
  post_install_message: