testlab 1.6.2 → 1.6.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -16,7 +16,6 @@ Vagrant.configure("2") do |config|
16
16
  vb.name = <%= @hostname.inspect %>
17
17
  vb.customize(["modifyvm", :id, "--cpus", <%= @cpus.inspect %>])
18
18
  vb.customize(["modifyvm", :id, "--memory", <%= @memory.inspect %>])
19
- vb.customize(["modifyvm", :id, "--resize", <%= @resize.inspect %>])
20
19
  end
21
20
 
22
21
  testlab.ssh.username = <%= @user.inspect %>
@@ -1,6 +1,6 @@
1
1
  class TestLab
2
2
  unless const_defined?(:VERSION)
3
3
  # TestLab Gem Version
4
- VERSION = "1.6.2"
4
+ VERSION = "1.6.3"
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.6.2
4
+ version: 1.6.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -342,7 +342,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
342
342
  version: '0'
343
343
  segments:
344
344
  - 0
345
- hash: 3684891986863418964
345
+ hash: -712793571939596991
346
346
  required_rubygems_version: !ruby/object:Gem::Requirement
347
347
  none: false
348
348
  requirements:
@@ -351,7 +351,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
351
351
  version: '0'
352
352
  segments:
353
353
  - 0
354
- hash: 3684891986863418964
354
+ hash: -712793571939596991
355
355
  requirements: []
356
356
  rubyforge_project:
357
357
  rubygems_version: 1.8.25