awsome 0.0.7 → 0.0.8

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/awsome/ec2.rb +1 -1
  2. metadata +1 -1
@@ -108,7 +108,7 @@ module Awsome
108
108
  def self.describe_attachments(filters={})
109
109
  cmd = [Awsome::Ec2.command('ec2-describe-volumes')]
110
110
  cmd += filters.collect { |k,v| "--filter \"#{k}=#{v}\"" }
111
- Awsome.execute(cmd, columns: @@describe_volumes_fields, filter: /^ATTACHMENT/)
111
+ Awsome.execute(cmd, columns: @@describe_attachments_fields, filter: /^ATTACHMENT/)
112
112
  end
113
113
 
114
114
  def self.detach_volume(volume_id, device, preumount)
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.7
4
+ version: 0.0.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: