Skip to content

Commit

Permalink
the wt1 version number makes gem very unhappy
Browse files Browse the repository at this point in the history
  • Loading branch information
Thom May committed Dec 31, 2009
1 parent 58352d9 commit dcf8f4e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
@@ -1,6 +1,6 @@
Tue, 29 Dec 2009 19:51:02 +0000

Release Notes - Chef - Version 0.7.16wt1
Release Notes - Chef - Version 0.7.16.1

** This is an unofficial release **
** Bryan McLellan <btm@loftninjas.org> **
Expand Down
2 changes: 1 addition & 1 deletion chef-server-slice/Rakefile
Expand Up @@ -9,7 +9,7 @@ rescue LoadError
end

GEM_NAME = "chef-server-slice"
CHEF_SERVER_VERSION="0.7.16wt1"
CHEF_SERVER_VERSION="0.7.16.1"
AUTHOR = "Opscode"
EMAIL = "chef@opscode.com"
HOMEPAGE = "http://wiki.opscode.com/display/chef"
Expand Down
2 changes: 1 addition & 1 deletion chef-server/Rakefile
Expand Up @@ -18,7 +18,7 @@ require 'chef' unless defined?(Chef)
include FileUtils

GEM = "chef-server"
CHEF_SERVER_VERSION = "0.7.16wt1"
CHEF_SERVER_VERSION = "0.7.16.1"
AUTHOR = "Opscode"
EMAIL = "chef@opscode.com"
HOMEPAGE = "http://wiki.opscode.com/display/chef"
Expand Down
2 changes: 1 addition & 1 deletion chef/Rakefile
Expand Up @@ -4,7 +4,7 @@ require 'rake/rdoctask'
require './tasks/rspec.rb'

GEM = "chef"
CHEF_VERSION = "0.7.16wt1"
CHEF_VERSION = "0.7.16.1"
AUTHOR = "Adam Jacob"
EMAIL = "adam@opscode.com"
HOMEPAGE = "http://wiki.opscode.com/display/chef"
Expand Down
2 changes: 1 addition & 1 deletion chef/lib/chef.rb
Expand Up @@ -27,7 +27,7 @@
Dir[File.join(File.dirname(__FILE__), 'chef/mixin/**/*.rb')].sort.each { |lib| require lib }

class Chef
VERSION = '0.7.16wt1'
VERSION = '0.7.16.1'
end

# Adds a Dir.glob to Ruby 1.8.5, for compat
Expand Down

0 comments on commit dcf8f4e

Please sign in to comment.