Skip to content

Commit 9aee1b8

Browse files
author
Christopher Brown
committed
changed slice to chef-server-slice
1 parent 3ecc2e8 commit 9aee1b8

108 files changed

Lines changed: 106 additions & 106 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
gems = %w[chef chefserverslice chef-server]
1+
gems = %w[chef chef-server-slice chef-server]
22
require 'rubygems'
33
require 'cucumber/rake/task'
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ require 'rake/gempackagetask'
44
require 'merb-core'
55
require 'merb-core/tasks/merb'
66

7-
GEM_NAME = "chefserverslice"
7+
GEM_NAME = "chef-server-slice"
88
CHEF_SERVER_VERSION="0.5.5"
99
AUTHOR = "Opscode"
1010
EMAIL = "chef@opscode.com"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ TODO:
33
- Fix Chefserverslice.description and Chefserverslice.version
44
- Fix LICENSE with your name
55
- Fix Rakefile with your name and contact info
6-
- Add your code to lib/chefserverslice.rb
6+
- Add your code to lib/chef-server-slice.rb
77
- Add your Merb rake tasks to lib/chefserverslice/merbtasks.rb
88

99
Remove anything that you don't need:

chefserverslice/app/controllers/application.rb renamed to chef-server-slice/app/controllers/application.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
require "chef" / "mixin" / "checksum"
2121
require "chef" / "cookbook_loader"
2222

23-
class Chefserverslice::Application < Merb::Controller
23+
class ChefServerSlice::Application < Merb::Controller
2424

2525
controller_for_slice
2626

chefserverslice/app/controllers/cookbook_attributes.rb renamed to chef-server-slice/app/controllers/cookbook_attributes.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
require 'chef' / 'mixin' / 'checksum'
2121

22-
class Chefserverslice::CookbookAttributes < Chefserverslice::Application
22+
class ChefServerSlice::CookbookAttributes < ChefServerSlice::Application
2323

2424
provides :html, :json
2525

chefserverslice/app/controllers/cookbook_definitions.rb renamed to chef-server-slice/app/controllers/cookbook_definitions.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
require 'chef' / 'mixin' / 'checksum'
2121

22-
class Chefserverslice::CookbookDefinitions < Chefserverslice::Application
22+
class ChefServerSlice::CookbookDefinitions < ChefServerSlice::Application
2323

2424
provides :html, :json
2525

chefserverslice/app/controllers/cookbook_files.rb renamed to chef-server-slice/app/controllers/cookbook_files.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
require 'chef' / 'cookbook_loader'
2222
require 'chef' / 'mixin' / 'find_preferred_file'
2323

24-
class Chefserverslice::CookbookFiles < Chefserverslice::Application
24+
class ChefServerSlice::CookbookFiles < ChefServerSlice::Application
2525

2626
provides :html, :json
2727

0 commit comments

Comments
 (0)