matthewtodd-downloads 0.6.9 → 0.6.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/downloads/servers/remote.rb +1 -1
  2. metadata +4 -4
@@ -34,7 +34,7 @@ module Downloads
34
34
  end
35
35
 
36
36
  def initialize_connection
37
- @connection = Net::SSH.start(@host, ENV['USER']) # TODO does it make sense to use ENV['USER']?
37
+ @connection = Net::SSH.start(@host, nil) # Always rely on user from .ssh/config; this parameter would override it if set.
38
38
  at_exit { @connection.close }
39
39
  end
40
40
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: matthewtodd-downloads
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.9
4
+ version: 0.6.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthew Todd
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-02-14 00:00:00 -08:00
12
+ date: 2009-03-13 00:00:00 -07:00
13
13
  default_executable: downloads
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -30,7 +30,7 @@ dependencies:
30
30
  requirements:
31
31
  - - ">="
32
32
  - !ruby/object:Gem::Version
33
- version: 2.0.3
33
+ version: 2.0.11
34
34
  version:
35
35
  - !ruby/object:Gem::Dependency
36
36
  name: tabtab
@@ -96,7 +96,7 @@ rdoc_options:
96
96
  - --main
97
97
  - README.rdoc
98
98
  - --title
99
- - downloads-0.6.9
99
+ - downloads-0.6.10
100
100
  - --inline-source
101
101
  - --line-numbers
102
102
  require_paths: