virtop 0.0.8 → 0.0.9

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.
Files changed (3) hide show
  1. data/bin/virtop +4 -4
  2. data/lib/virtop.rb +1 -1
  3. metadata +3 -3
data/bin/virtop CHANGED
@@ -30,12 +30,12 @@ if( ARGV.first == "-h" or ARGV.first == "--help" )
30
30
  $stderr.puts <<EOF
31
31
  #{$0} [libvirt-uri]
32
32
 
33
- libvirt-uri is optional. Default is qemu:///system (for the local libvirt
34
- daemon). See http://libvirt.org/uri.html for URI format.
33
+ libvirt-uri is optional. Default is qemu:///system (for the local libvirt
34
+ daemon). See http://libvirt.org/uri.html for URI format.
35
35
 
36
36
  Key bindings:
37
- q Quit.
38
- 1..6 Sort by column number.
37
+ q Quit.
38
+ 1..6 Sort by column number.
39
39
 
40
40
  EOF
41
41
  exit( 1 )
data/lib/virtop.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  require( 'libvirt' )
2
2
 
3
3
  module Virtop
4
- VERSION = '0.0.8'
4
+ VERSION = '0.0.9'
5
5
  end
6
6
 
7
7
  $:.unshift( File.dirname( __FILE__ ) )
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: virtop
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15
4
+ hash: 13
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 8
10
- version: 0.0.8
9
+ - 9
10
+ version: 0.0.9
11
11
  platform: ruby
12
12
  authors:
13
13
  - henning mueller