xen 0.1.2 → 0.1.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/xen/vm.rb +2 -1
  2. metadata +1 -1
@@ -48,6 +48,7 @@ module Xen
48
48
  })
49
49
  uid = host.get_value("VM.create", o)
50
50
  self.new(uid, host)
51
+ end
51
52
 
52
53
  # Creates a new VM, Given the VM's UID and the host it is running on.
53
54
  def initialize(uid, host)
@@ -132,7 +133,7 @@ module Xen
132
133
  end
133
134
 
134
135
  private
135
- def preload_record
136
+ def preload_record!
136
137
  data = record
137
138
  @dom_id = data["domid"]
138
139
  @kernel = data["PV_kernel"]
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.2
3
3
  specification_version: 1
4
4
  name: xen
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.1.2
6
+ version: 0.1.2.1
7
7
  date: 2007-08-31 00:00:00 +02:00
8
8
  summary: A package that is a link between Ruby and Xen API.
9
9
  require_paths: