cap-ssh 0.0.1 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -6,7 +6,7 @@ Initiate an SSH session from your Capistrano configured servers.
6
6
 
7
7
  Add this line to your application's Gemfile:
8
8
 
9
- gem 'cap-ssh'
9
+ gem 'cap-ssh', :require => false
10
10
 
11
11
  And then execute:
12
12
 
@@ -1,5 +1,5 @@
1
1
  module Cap
2
2
  module SSH
3
- VERSION = "0.0.1"
3
+ VERSION = "0.1.0"
4
4
  end
5
5
  end
data/lib/cap-ssh.rb CHANGED
@@ -1,7 +1,6 @@
1
1
  require "cap-ssh/version"
2
2
 
3
-
4
- Capistrano::Configuration.instance(true).load do
3
+ Capistrano::Configuration.instance(:must_exist).load do
5
4
 
6
5
  namespace :ssh do
7
6
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cap-ssh
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.1.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-01-15 00:00:00.000000000 Z
12
+ date: 2013-01-16 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Initiate an SSH session from your Capistrano configured servers.
15
15
  email: