virtualman 0.0.0 → 0.0.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.
Files changed (2) hide show
  1. data/lib/virtualman.rb +1 -4
  2. metadata +1 -1
data/lib/virtualman.rb CHANGED
@@ -73,11 +73,8 @@ class VmLister < Array
73
73
  def manage(action, *param, &block)
74
74
  self.each do |vm|
75
75
  block_param = block.call(vm.name) if block_given?
76
-
77
- puts "action: #{action} for the VM: #{vm.name} with options :"
78
- puts " #{param} #{block_param}"
79
76
 
80
- vm.act(action, param, block_param)
77
+ vm.manage(action, param, block_param)
81
78
  end
82
79
  end
83
80
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: virtualman
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: