Skip to content
This repository has been archived by the owner on Jul 24, 2020. It is now read-only.

Commit

Permalink
KNIFE_RACKSPACE-18: Increase net-ssh-multi dependecy to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
btm committed Aug 4, 2011
1 parent 6c887fc commit 7b1b551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion knife-rackspace.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
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.0.1"
s.add_dependency "net-ssh-multi", "~> 1.1.0"
s.require_paths = ["lib"]

end

1 comment on commit 7b1b551

@fmeyer
Copy link

@fmeyer fmeyer commented on 7b1b551 Aug 12, 2011

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You forgot to upload this new version to rubygems, https://rubygems.org/gems/knife-rackspace

Please sign in to comment.