awsome 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/awsome/ec2.rb +2 -4
  2. metadata +1 -1
data/lib/awsome/ec2.rb CHANGED
@@ -87,10 +87,8 @@ module Awsome
87
87
  tags
88
88
  )
89
89
 
90
- def self.describe_volumes(filters={}, *volume_ids)
91
- cmd = [Awsome::Ec2.command('ec2-describe-volumes')]
92
- cmd += volume_ids
93
- cmd += filters.collect { |k,v| "--filter \"#{k}=#{v}\"" }
90
+ def self.describe_volumes(*volume_ids)
91
+ cmd = [Awsome::Ec2.command('ec2-describe-volumes')] + volume_ids
94
92
  Awsome.execute(cmd, columns: @@describe_volumes_fields, filter: /^VOLUME/)
95
93
  end
96
94
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: awsome
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: