testlab 0.4.3 → 0.4.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -30,12 +30,9 @@ class TestLab
30
30
  c.proxy_keys = @provider.identity
31
31
 
32
32
  c.host_name = container.ip
33
- c.user = (options[:user] || container.user)
34
- if container.keys.nil?
35
- c.password = (options[:passwd] || container.passwd)
36
- else
37
- c.keys = (options[:keys] || container.keys)
38
- end
33
+ c.user = (options[:user] || container.user)
34
+ c.password = (options[:passwd] || container.passwd)
35
+ c.keys = (options[:keys] || container.keys)
39
36
  end
40
37
  end
41
38
  @container_ssh[name]
@@ -1,6 +1,6 @@
1
1
  class TestLab
2
2
  unless const_defined?(:VERSION)
3
3
  # TestLab Gem Version
4
- VERSION = "0.4.3"
4
+ VERSION = "0.4.4"
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: testlab
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.3
4
+ version: 0.4.4
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-05-16 00:00:00.000000000 Z
12
+ date: 2013-05-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: gli
@@ -281,7 +281,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
281
281
  version: '0'
282
282
  segments:
283
283
  - 0
284
- hash: -4535491562100824154
284
+ hash: -1362977712829590677
285
285
  required_rubygems_version: !ruby/object:Gem::Requirement
286
286
  none: false
287
287
  requirements:
@@ -290,7 +290,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
290
290
  version: '0'
291
291
  segments:
292
292
  - 0
293
- hash: -4535491562100824154
293
+ hash: -1362977712829590677
294
294
  requirements: []
295
295
  rubyforge_project:
296
296
  rubygems_version: 1.8.25