File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ rescue LoadError
99end
1010
1111GEM_NAME = "chef-server-slice"
12- CHEF_SERVER_VERSION = "0.7.14 "
12+ CHEF_SERVER_VERSION = "0.7.15 "
1313AUTHOR = "Opscode"
1414EMAIL = "chef@opscode.com"
1515HOMEPAGE = "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.7.14 "
21+ CHEF_SERVER_VERSION = "0.7.15 "
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.7.14 "
7+ CHEF_VERSION = "0.7.15 "
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.7.14 '
30+ VERSION = '0.7.15 '
3131end
3232
3333# Adds a Dir.glob to Ruby 1.8.5, for compat
You can’t perform that action at this time.
0 commit comments