Skip to content

Commit 25e9936

Browse files
committed
Bumping version to 0.5.6, release prep
1 parent 5502725 commit 25e9936

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

chef-server/Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ require 'rubygems'
22
require 'rake/gempackagetask'
33

44
GEM = "chef-server"
5-
CHEF_SERVER_VERSION = "0.5.5"
5+
CHEF_SERVER_VERSION = "0.5.6"
66
AUTHOR = "Adam Jacob"
77
EMAIL = "adam@opscode.com"
88
HOMEPAGE = "http://wiki.opscode.com/display/chef"

chef-server/chef-server.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = %q{chef-server}
3-
s.version = "0.5.5"
3+
s.version = "0.5.6"
44

55
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
66
s.authors = ["Adam Jacob"]

chef/Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ require 'rake/rdoctask'
44
require './tasks/rspec.rb'
55

66
GEM = "chef"
7-
CHEF_VERSION = "0.5.5"
7+
CHEF_VERSION = "0.5.6"
88
AUTHOR = "Adam Jacob"
99
EMAIL = "adam@opscode.com"
1010
HOMEPAGE = "http://wiki.opscode.com/display/chef"

chef/chef.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = %q{chef}
3-
s.version = "0.5.5"
3+
s.version = "0.5.6"
44

55
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
66
s.authors = ["Adam Jacob"]

chef/lib/chef.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
Dir[File.join(File.dirname(__FILE__), 'chef/mixin/**/*.rb')].sort.each { |lib| require lib }
2828

2929
class Chef
30-
VERSION = '0.5.5'
30+
VERSION = '0.5.6'
3131

3232
class << self
3333
def fatal!(msg, err = -1)

0 commit comments

Comments
 (0)