solusvm 0.4.1 → 0.4.2

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 (4) hide show
  1. data/VERSION.yml +1 -1
  2. data/bin/solusvm +2 -2
  3. data/solusvm.gemspec +1 -1
  4. metadata +3 -3
data/VERSION.yml CHANGED
@@ -2,4 +2,4 @@
2
2
  :major: 0
3
3
  :build:
4
4
  :minor: 4
5
- :patch: 1
5
+ :patch: 2
data/bin/solusvm CHANGED
@@ -9,7 +9,7 @@ require "solusvm"
9
9
 
10
10
  opts = {}
11
11
  shell_methods = {}
12
- shell_methods['server-create'] = "<hostname> <password> -t myimag -k xen -p myplan -i 1"
12
+ shell_methods['server-create'] = "<hostname> <password> -t myimage -k xen -p myplan -i 1"
13
13
  shell_methods['server-boot'] = "<vserverid>"
14
14
  shell_methods['server-reboot'] = "<vserverid>"
15
15
  shell_methods['server-shutdown'] = "<vserverid>"
@@ -67,7 +67,7 @@ OptionParser.new do |o|
67
67
  end
68
68
  end.parse!
69
69
 
70
- config_file = File.join(File.expand_path(ENV['HOME']), '.soulsvm.yml')
70
+ config_file = File.join(File.expand_path(ENV['HOME']), '.solusvm.yml')
71
71
  server = Solusvm::Server.new
72
72
  if ARGV.empty?
73
73
  STDERR.puts "USAGE: #{File.basename($0)} [function] [options]"
data/solusvm.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{solusvm}
8
- s.version = "0.4.1"
8
+ s.version = "0.4.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Justin Mazzi"]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: solusvm
3
3
  version: !ruby/object:Gem::Version
4
- hash: 13
4
+ hash: 11
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- - 1
10
- version: 0.4.1
9
+ - 2
10
+ version: 0.4.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Justin Mazzi