Skip to content

Commit

Permalink
remove dependcy on net-ssh and net-ssh-multi..neither is access direc…
Browse files Browse the repository at this point in the history
…tly in plugin
  • Loading branch information
schisamo committed Aug 15, 2011
1 parent 7b1b551 commit 8ba5e64
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions knife-rackspace.gemspec
Expand Up @@ -17,8 +17,6 @@ Gem::Specification.new do |s|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.add_dependency "fog", "~> 0.8.2"
s.add_dependency "net-ssh", "~> 2.1.3"
s.add_dependency "net-ssh-multi", "~> 1.1.0"
s.require_paths = ["lib"]

end
1 change: 0 additions & 1 deletion lib/chef/knife/rackspace_server_create.rb
Expand Up @@ -26,7 +26,6 @@ class RackspaceServerCreate < Knife

deps do
require 'fog'
require 'net/ssh/multi'
require 'readline'
require 'chef/json_compat'
require 'chef/knife/bootstrap'
Expand Down

0 comments on commit 8ba5e64

Please sign in to comment.