Skip to content
This repository has been archived by the owner on Mar 19, 2022. It is now read-only.

Commit

Permalink
more renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
matschaffer committed Jul 20, 2011
1 parent 103ec69 commit 0be0cbe
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
knife_kitchen (0.0.1)
knife-solo (0.0.1)
chef (~> 0.10.0)
net-ssh (~> 2.1.3)

Expand Down Expand Up @@ -121,7 +121,7 @@ PLATFORMS

DEPENDENCIES
irbtools
knife_kitchen!
knife-solo!
mocha
rake
ruby-debug19
Expand Down
2 changes: 1 addition & 1 deletion knife-solo.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Gem::Specification.new do |s|

s.author = 'Mat Schaffer'
s.email = 'mat@schaffer.me'
s.homepage = 'https://github.com/matschaffer/knife_kitchen'
s.homepage = 'https://github.com/matschaffer/knife-solo'

s.add_development_dependency 'rake'
s.add_development_dependency 'mocha'
Expand Down
1 change: 1 addition & 0 deletions lib/knife-solo.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
require 'knife-solo/info'
2 changes: 1 addition & 1 deletion lib/knife_kitchen/info.rb → lib/knife-solo/info.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module KnifeKitchen
module KnifeSolo
VERSION = '0.0.1'
end
1 change: 0 additions & 1 deletion lib/knife_kitchen.rb

This file was deleted.

0 comments on commit 0be0cbe

Please sign in to comment.