testlab 0.8.4 → 0.8.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -27,7 +27,7 @@ Host #{self.id}
27
27
  UserKnownHostsFile /dev/null
28
28
  StrictHostKeyChecking no
29
29
  PasswordAuthentication no
30
- ForwardAgent yes
30
+ ForwardAgent no
31
31
  IdentitiesOnly yes
32
32
  EOF
33
33
 
@@ -1,6 +1,6 @@
1
1
  class TestLab
2
2
  unless const_defined?(:VERSION)
3
3
  # TestLab Gem Version
4
- VERSION = "0.8.4"
4
+ VERSION = "0.8.5"
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.8.4
4
+ version: 0.8.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -327,12 +327,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
327
327
  - - ! '>='
328
328
  - !ruby/object:Gem::Version
329
329
  version: '0'
330
+ segments:
331
+ - 0
332
+ hash: 3259976535480276264
330
333
  required_rubygems_version: !ruby/object:Gem::Requirement
331
334
  none: false
332
335
  requirements:
333
336
  - - ! '>='
334
337
  - !ruby/object:Gem::Version
335
338
  version: '0'
339
+ segments:
340
+ - 0
341
+ hash: 3259976535480276264
336
342
  requirements: []
337
343
  rubyforge_project:
338
344
  rubygems_version: 1.8.25