veewee 0.1.24 → 0.1.25

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.24)
4
+ veewee (0.1.25)
5
5
  cucumber (= 0.8.5)
6
6
  highline (~> 1.6.1)
7
7
  net-ssh (~> 2.1.0)
@@ -1,3 +1,3 @@
1
1
  module Veewee
2
- VERSION = "0.1.24"
2
+ VERSION = "0.1.25"
3
3
  end
@@ -1,7 +1,7 @@
1
1
  Veewee::Session.declare({
2
2
  :cpu_count => '1', :memory_size=> '384',
3
3
  :disk_size => '10140', :disk_format => 'VDI', :hostiocache => 'off',
4
- :os_type_id => 'Ubuntu64',
4
+ :os_type_id => 'Ubuntu_64',
5
5
  :iso_file => "ubuntu-11.04-server-amd64.iso",
6
6
  :iso_src => "http://releases.ubuntu.com/11.04/ubuntu-11.04-server-amd64.iso",
7
7
  :iso_md5 => "ce1cee108de737d7492e37069eed538e",
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: 43
4
+ hash: 41
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 24
10
- version: 0.1.24
9
+ - 25
10
+ version: 0.1.25
11
11
  platform: ruby
12
12
  authors:
13
13
  - Patrick Debois
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2011-05-24 00:00:00 +02:00
19
+ date: 2011-05-25 00:00:00 +02:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency