[DRE-commits] [SCM] capistrano.git branch, master, updated. 209f29ed97e9546b6e62213e742939fe6f6d4b73
Antonio Terceiro
terceiro at softwarelivre.org
Fri Jan 6 19:26:41 UTC 2012
The following commit has been merged in the master branch:
commit 28dc639eda8187e4a876d7a8cd5ca6059236b3d2
Author: Antonio Terceiro <terceiro at softwarelivre.org>
Date: Fri Jan 6 15:44:02 2012 -0200
Remove unecessary explicit rubygems access
Since the dependencies are already specified in the .gemspec, there is
no need for this.
diff --git a/lib/capistrano/ssh.rb b/lib/capistrano/ssh.rb
index 84bb969..2ed6f10 100644
--- a/lib/capistrano/ssh.rb
+++ b/lib/capistrano/ssh.rb
@@ -1,9 +1,3 @@
-begin
- require 'rubygems'
- gem 'net-ssh', ">= 2.0.10"
-rescue LoadError, NameError
-end
-
require 'net/ssh'
module Capistrano
--
capistrano.git
More information about the Pkg-ruby-extras-commits
mailing list