testlab 1.11.7 → 1.12.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -11,7 +11,7 @@ class TestLab
11
11
  # Renders the supplied content into a file over the SSH connection and
12
12
  # executes it as the 'root' user.
13
13
  def bootstrap(content, options={})
14
- ssh.bootstrap(content, options)
14
+ ssh.bootstrap(content, {:set_x => true, :set_e => true}.merge(options))
15
15
  end
16
16
 
17
17
  # Execute
@@ -1,6 +1,6 @@
1
1
  class TestLab
2
2
  unless const_defined?(:VERSION)
3
3
  # TestLab Gem Version
4
- VERSION = "1.11.7"
4
+ VERSION = "1.12.0"
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: 1.11.7
4
+ version: 1.12.0
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-12-03 00:00:00.000000000 Z
12
+ date: 2013-12-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: gli
@@ -348,12 +348,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
348
348
  - - ! '>='
349
349
  - !ruby/object:Gem::Version
350
350
  version: '0'
351
+ segments:
352
+ - 0
353
+ hash: -750207504025020924
351
354
  required_rubygems_version: !ruby/object:Gem::Requirement
352
355
  none: false
353
356
  requirements:
354
357
  - - ! '>='
355
358
  - !ruby/object:Gem::Version
356
359
  version: '0'
360
+ segments:
361
+ - 0
362
+ hash: -750207504025020924
357
363
  requirements: []
358
364
  rubyforge_project:
359
365
  rubygems_version: 1.8.25