qemu-toolkit 0.3.0 → 0.3.1

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/README.md CHANGED
@@ -18,7 +18,7 @@ For full installation instructions, please see qemu-toolkit-install(7).
18
18
  ## CONTRIBUTE
19
19
 
20
20
  This project is hosted on
21
- [bitbucket](https://bitbucket.org/kschiess/qemu-toolkit/src). An issue tracker
21
+ [bitbucket](https://bitbucket.org/kschiess/qemu-toolkit). An issue tracker
22
22
  is available at
23
23
  [bitbucket](https://bitbucket.org/kschiess/qemu-toolkit/issues).
24
24
 
data/doc/README.7 CHANGED
@@ -26,7 +26,7 @@ gem install qemu\-toolkit
26
26
  For full installation instructions, please see qemu\-toolkit\-install(7)\.
27
27
  .
28
28
  .SH "CONTRIBUTE"
29
- This project is hosted on bitbucket \fIhttps://bitbucket\.org/kschiess/qemu\-toolkit/src\fR\. An issue tracker is available at bitbucket \fIhttps://bitbucket\.org/kschiess/qemu\-toolkit/issues\fR\.
29
+ This project is hosted on bitbucket \fIhttps://bitbucket\.org/kschiess/qemu\-toolkit\fR\. An issue tracker is available at bitbucket \fIhttps://bitbucket\.org/kschiess/qemu\-toolkit/issues\fR\.
30
30
  .
31
31
  .P
32
32
  We value all contributions, provided they
data/doc/README.md CHANGED
@@ -18,7 +18,7 @@ For full installation instructions, please see qemu-toolkit-install(7).
18
18
  ## CONTRIBUTE
19
19
 
20
20
  This project is hosted on
21
- [bitbucket](https://bitbucket.org/kschiess/qemu-toolkit/src). An issue tracker
21
+ [bitbucket](https://bitbucket.org/kschiess/qemu-toolkit). An issue tracker
22
22
  is available at
23
23
  [bitbucket](https://bitbucket.org/kschiess/qemu-toolkit/issues).
24
24
 
@@ -2,7 +2,7 @@ require 'qemu-toolkit/config'
2
2
  require 'qemu-toolkit/dsl'
3
3
  require 'qemu-toolkit/iscsi_target'
4
4
 
5
- require 'socket'
5
+ require 'fileutils'
6
6
 
7
7
  module QemuToolkit
8
8
  # Abstracts a virtual machine on a vm host. This class provides all sorts
@@ -1,4 +1,5 @@
1
1
  require 'clamp'
2
+ require 'fileutils'
2
3
 
3
4
  require 'qemu-toolkit/local_disk_set'
4
5
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: qemu-toolkit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-11-09 00:00:00.000000000 Z
12
+ date: 2012-11-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: clamp