lib/instalatron.rb in instalatron-0.1 vs lib/instalatron.rb in instalatron-0.1.1

- old
+ new

@@ -2,10 +2,10 @@ require 'yaml' require 'virtualbox' module Instalatron - VERSION = '0.1' + VERSION = '0.1.1' def self.create_vm(params = {}) vm_name = params[:vm_name] || "instalatron_#{Time.now.to_f}" full_iso_file = params[:iso_file] if full_iso_file.nil? or not File.exist?(full_iso_file)