diff options
author | Adam Jacob <adam@hjksolutions.com> | 2008-06-15 19:12:57 -0700 |
---|---|---|
committer | Adam Jacob <adam@hjksolutions.com> | 2008-06-15 19:12:57 -0700 |
commit | ebc1b392fe7e8f0fbabc305c299b4d365d2b4d9b (patch) | |
tree | 1d8882eee26e9ca7f039366c77973d79af1affb3 /lib/chef.rb | |
parent | 14ca7fdc284eeaac9c66abd5878d7b24bd439180 (diff) | |
download | chef-ebc1b392fe7e8f0fbabc305c299b4d365d2b4d9b.tar.gz |
Moving chef-server into lib, reworking specs, adding storieschef-server-package
Diffstat (limited to 'lib/chef.rb')
-rw-r--r-- | lib/chef.rb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/chef.rb b/lib/chef.rb index 18e34e0ffb..4b132e6189 100644 --- a/lib/chef.rb +++ b/lib/chef.rb @@ -19,7 +19,11 @@ require 'rubygems' -Dir[File.join(File.dirname(__FILE__), 'chef/**/*.rb')].sort.each { |lib| require lib unless lib =~ /server/ } +Dir[ + File.join( + File.dirname(__FILE__), + 'chef/**/*.rb' + )].sort.each { |lib| require lib unless lib =~ /server/ } class Chef VERSION = '0.0.1' |