veewee 0.1.9 → 0.1.10

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- veewee (0.1.9)
4
+ veewee (0.1.10)
5
5
  highline (~> 1.6.1)
6
6
  net-ssh (~> 2.1.0)
7
7
  popen4 (~> 0.1.2)
@@ -154,7 +154,7 @@ module Veewee
154
154
  rel_path=path1.relative_path_from(path2).to_s
155
155
 
156
156
  puts
157
- puts "The isofile is not found. The definition provided the following information:"
157
+ puts "We did not find an isofile in <currentdir>/iso. The definition provided the following download information:"
158
158
  puts "- Download url: #{@definition[:iso_src]}"
159
159
  puts "- Md5 Checksum: #{@definition[:iso_md5]}"
160
160
  puts ""
@@ -1,3 +1,3 @@
1
1
  module Veewee
2
- VERSION = "0.1.9"
2
+ VERSION = "0.1.10"
3
3
  end
@@ -19,7 +19,7 @@ Veewee::Session.declare( {
19
19
  :ssh_login_timeout => "10000",:ssh_user => "vagrant", :ssh_password => "vagrant",:ssh_key => "",
20
20
  :ssh_host_port => "7222", :ssh_guest_port => "22",
21
21
  :sudo_cmd => "echo '%p'|sudo -S sh '%f'",
22
- :shutdown_cmd => "shutdown -H",
22
+ :shutdown_cmd => "shutdown -P now",
23
23
  :postinstall_files => [ "postinstall.sh"],:postinstall_timeout => "10000"
24
24
  }
25
25
  )
@@ -19,7 +19,7 @@ Veewee::Session.declare( {
19
19
  :ssh_login_timeout => "10000",:ssh_user => "vagrant", :ssh_password => "vagrant",:ssh_key => "",
20
20
  :ssh_host_port => "7222", :ssh_guest_port => "22",
21
21
  :sudo_cmd => "echo '%p'|sudo -S sh '%f'",
22
- :shutdown_cmd => "shutdown -H",
22
+ :shutdown_cmd => "shutdown -P now",
23
23
  :postinstall_files => [ "postinstall.sh"],:postinstall_timeout => "10000"
24
24
  }
25
25
  )
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: 9
4
+ hash: 15
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 9
10
- version: 0.1.9
9
+ - 10
10
+ version: 0.1.10
11
11
  platform: ruby
12
12
  authors:
13
13
  - Patrick Debois