awsome 0.0.21 → 0.0.22

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,7 +4,7 @@ module Awsome
4
4
  @options = (requirements['options'] || {}).clone
5
5
  end
6
6
  def only_volume_ids
7
- @options['volumes'].collect { |v| v['id'] }.to_set
7
+ (@options['volumes'] || []).collect { |v| v['id'] }.to_set
8
8
  end
9
9
  def except_instance_ids
10
10
  (@options['except_instance_ids'] || []).to_set
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.21
4
+ version: 0.0.22
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: