veewee 0.1.23 → 0.1.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Gemfile.lock +1 -1
- data/lib/veewee/session.rb +1 -1
- data/lib/veewee/version.rb +1 -1
- metadata +3 -3
data/Gemfile.lock
CHANGED
data/lib/veewee/session.rb
CHANGED
|
@@ -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}
|
|
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
|
data/lib/veewee/version.rb
CHANGED
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:
|
|
4
|
+
hash: 43
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 0.1.
|
|
9
|
+
- 24
|
|
10
|
+
version: 0.1.24
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Patrick Debois
|