File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ require 'rubygems'
22require 'rake/gempackagetask'
33
44GEM = "chef-server"
5- CHEF_SERVER_VERSION = "0.5.4 "
5+ CHEF_SERVER_VERSION = "0.5.5 "
66AUTHOR = "Adam Jacob"
77EMAIL = "adam@opscode.com"
88HOMEPAGE = "http://wiki.opscode.com/display/chef"
Original file line number Diff line number Diff line change 11Gem ::Specification . new do |s |
22 s . name = %q{chef-server}
3- s . version = "0.5.4 "
3+ s . version = "0.5.5 "
44
55 s . required_rubygems_version = Gem ::Requirement . new ( ">= 0" ) if s . respond_to? :required_rubygems_version=
66 s . authors = [ "Adam Jacob" ]
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.5.4 "
7+ CHEF_VERSION = "0.5.5 "
88AUTHOR = "Adam Jacob"
99EMAIL = "adam@opscode.com"
1010HOMEPAGE = "http://wiki.opscode.com/display/chef"
Original file line number Diff line number Diff line change 11Gem ::Specification . new do |s |
22 s . name = %q{chef}
3- s . version = "0.5.4 "
3+ s . version = "0.5.5 "
44
55 s . required_rubygems_version = Gem ::Requirement . new ( ">= 0" ) if s . respond_to? :required_rubygems_version=
66 s . authors = [ "Adam Jacob" ]
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.5.4 '
30+ VERSION = '0.5.5 '
3131
3232 class << self
3333 def fatal! ( msg , err = -1 )
You can’t perform that action at this time.
0 commit comments