thor-ssh 0.1.9 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.md +1 -1
  2. data/lib/thor-ssh/version.rb +1 -1
  3. metadata +3 -3
data/README.md CHANGED
@@ -18,7 +18,7 @@ Use thor as you normally would, but on any thor instance add the following:
18
18
 
19
19
  Then set a destination server to an Net::SSH connection to make all actions use a different server for the destination.
20
20
 
21
- self.destination_server = Net::SSH.start(... [ssh connection] ...)
21
+ self.destination_connection = Net::SSH.start(... [ssh connection] ...)
22
22
 
23
23
  ## Things that don't work yet
24
24
 
@@ -1,3 +1,3 @@
1
1
  module ThorSsh
2
- VERSION = "0.1.9"
2
+ VERSION = "0.2.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thor-ssh
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.2.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -207,7 +207,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
207
207
  version: '0'
208
208
  segments:
209
209
  - 0
210
- hash: 2434700529121181325
210
+ hash: -406649229735782088
211
211
  required_rubygems_version: !ruby/object:Gem::Requirement
212
212
  none: false
213
213
  requirements:
@@ -216,7 +216,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
216
216
  version: '0'
217
217
  segments:
218
218
  - 0
219
- hash: 2434700529121181325
219
+ hash: -406649229735782088
220
220
  requirements: []
221
221
  rubyforge_project:
222
222
  rubygems_version: 1.8.22