testlab 0.4.12 → 0.4.13

Sign up to get free protection for your applications and to get access to all the features.
@@ -32,7 +32,7 @@ class TestLab
32
32
  c.host_name = container.ip
33
33
  c.user = (options[:user] || container.user)
34
34
  c.password = (options[:passwd] || container.passwd)
35
- c.keys = (options[:keys] || container.keys)
35
+ c.keys = (options[:keys] || container.keys || @provider.identity)
36
36
  end
37
37
  end
38
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.12"
4
+ VERSION = "0.4.13"
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.12
4
+ version: 0.4.13
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-22 00:00:00.000000000 Z
12
+ date: 2013-05-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: gli
@@ -282,7 +282,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
282
282
  version: '0'
283
283
  segments:
284
284
  - 0
285
- hash: 1331388284135904281
285
+ hash: 2578879590303059436
286
286
  required_rubygems_version: !ruby/object:Gem::Requirement
287
287
  none: false
288
288
  requirements:
@@ -291,7 +291,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
291
291
  version: '0'
292
292
  segments:
293
293
  - 0
294
- hash: 1331388284135904281
294
+ hash: 2578879590303059436
295
295
  requirements: []
296
296
  rubyforge_project:
297
297
  rubygems_version: 1.8.25