File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ require 'merb-core'
55require 'merb-core/tasks/merb'
66
77GEM_NAME = "chef-server-slice"
8- CHEF_SERVER_VERSION = "0.6.0 "
8+ CHEF_SERVER_VERSION = "0.6.2 "
99AUTHOR = "Opscode"
1010EMAIL = "chef@opscode.com"
1111HOMEPAGE = "http://wiki.opscode.com/display/chef"
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ require 'chef' unless defined?(Chef)
1818include FileUtils
1919
2020GEM = "chef-server"
21- CHEF_SERVER_VERSION = "0.6.0 "
21+ CHEF_SERVER_VERSION = "0.6.2 "
2222AUTHOR = "Opscode"
2323EMAIL = "chef@opscode.com"
2424HOMEPAGE = "http://wiki.opscode.com/display/chef"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ require 'rake/rdoctask'
44require './tasks/rspec.rb'
55
66GEM = "chef"
7- CHEF_VERSION = "0.6.0 "
7+ CHEF_VERSION = "0.6.2 "
88AUTHOR = "Adam Jacob"
99EMAIL = "adam@opscode.com"
1010HOMEPAGE = "http://wiki.opscode.com/display/chef"
Original file line number Diff line number Diff line change 2727Dir [ File . join ( File . dirname ( __FILE__ ) , 'chef/mixin/**/*.rb' ) ] . sort . each { |lib | require lib }
2828
2929class Chef
30- VERSION = '0.6.0 '
30+ VERSION = '0.6.2 '
3131
3232 class << self
3333 def fatal! ( msg , err = -1 )
You can’t perform that action at this time.
0 commit comments