stem 0.3.3 → 0.3.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -108,7 +108,7 @@ module Stem
108
108
  end
109
109
 
110
110
  result = swirl.call "DescribeImages", "Owner" => "self"
111
- images = result["imagesSet"]
111
+ images = result["imagesSet"].select { |img| img["name"] }
112
112
  unless images.nil? or images.empty?
113
113
  puts "------------------------------------------"
114
114
  puts "AMIs"
@@ -59,7 +59,7 @@ cd $UD
59
59
  exec bash userdata.sh
60
60
  #### THE END
61
61
  SHELL
62
- header + %x{tar --exclude *.stem -cv . | bzip2 --best -}
62
+ header + %x{tar --exclude \\*.stem -cv . | bzip2 --best -}
63
63
  end
64
64
 
65
65
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stem
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 27
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 3
10
- version: 0.3.3
9
+ - 4
10
+ version: 0.3.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Peter van Hardenberg