knife-verschart 2.7.2 → 2.7.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/chef/knife/Verschart.rb +4 -4
  2. metadata +2 -2
@@ -1,4 +1,4 @@
1
- ## Ver 2.7.2
1
+ ## Ver 2.7.3
2
2
  require 'chef/knife'
3
3
  require 'chef/search/query'
4
4
 
@@ -136,7 +136,7 @@ module Verschart
136
136
  print "\n"
137
137
 
138
138
  # Print the Chart data
139
- charthash['Cookbooks'].keys.each do | cbk |
139
+ charthash['Cookbooks'].keys.sort.each do | cbk |
140
140
  unless cbk == 'col'
141
141
  hdrs.each do | hdr |
142
142
  case hdr
@@ -168,8 +168,8 @@ module Verschart
168
168
  end
169
169
  end
170
170
  end
171
- end
172
- printf "\n"
171
+ printf "\n"
172
+ end
173
173
  end
174
174
 
175
175
  # Look for obsolete constraints
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: knife-verschart
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.7.2
4
+ version: 2.7.3
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-09-22 00:00:00.000000000 Z
12
+ date: 2014-09-27 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description:
15
15
  email: chazzly@gmail.com