veewee 0.1.23 → 0.1.24

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- veewee (0.1.23)
4
+ veewee (0.1.24)
5
5
  cucumber (= 0.8.5)
6
6
  highline (~> 1.6.1)
7
7
  net-ssh (~> 2.1.0)
@@ -522,7 +522,7 @@ module Veewee
522
522
  vm_flags.each do |vm_flag|
523
523
  unless @definition[vm_flag.to_sym].nil?
524
524
  puts "Setting VM Flag #{vm_flag} to #{@definition[vm_flag.to_sym]}"
525
- command="#{@vboxcmd} modi fyvm #{boxname} --#{vm_flag.to_s} #{@definition[vm_flag.to_sym]}"
525
+ command="#{@vboxcmd} modifyvm #{boxname} --#{vm_flag.to_s} #{@definition[vm_flag.to_sym]}"
526
526
  Veewee::Shell.execute("#{command}")
527
527
  end
528
528
  end
@@ -1,3 +1,3 @@
1
1
  module Veewee
2
- VERSION = "0.1.23"
2
+ VERSION = "0.1.24"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: veewee
3
3
  version: !ruby/object:Gem::Version
4
- hash: 53
4
+ hash: 43
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 23
10
- version: 0.1.23
9
+ - 24
10
+ version: 0.1.24
11
11
  platform: ruby
12
12
  authors:
13
13
  - Patrick Debois