infopark-aws_utils 0.6.0 → 0.6.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5e4eda7134849d7d411e0fd9163df8c56ac911c6
4
- data.tar.gz: c512370d7a63a4ba0cf01657efc72dfccf684030
3
+ metadata.gz: 389a880cfba3119750fd2f9e4d2d4e7dad83bf2d
4
+ data.tar.gz: e94f340162f3f931053a5186a29a5c1d3235c122
5
5
  SHA512:
6
- metadata.gz: 75352c70287394b1f55fa1bb54f6c662d6d5bab945630fc6ef44650062d2f6c52952497a4ec4898b83c126c5104f094a83ce2221436983a2abd934802d9dd483
7
- data.tar.gz: 629523227982d924ab0afce3b9495bbcbf5fe3fb95944a7dbe69ab7905649a19f6900ae5af2c4a18b208026d034955d5f1f41db8894fed4b1c6022798ea4ba21
6
+ metadata.gz: b3c0d2703181fc994164109b6a0cc877949dba84b7b8b85fd2ff57f82bf2bd3d2ed69d29814df44f8adb0f5a3113b2b9d97fde9e57cce93c3735645c6f131446
7
+ data.tar.gz: e172b609850d7af87d9f94505343446dcab29297ff0f0c185e97e9fd05e85a6305a2579fde8d02768d7ecc8b2db30308cc46653403c877e93a7212f15e5029d3
@@ -108,7 +108,7 @@ class Env
108
108
  .reject {|image| image.name.include?("-minimal-") }
109
109
  .reject {|image| image.name.include?("-test") }
110
110
  .reject {|image| image.name.include?("amzn-ami-vpc-nat-") }
111
- (reject_image_name_patterns || []) do |pattern|
111
+ (reject_image_name_patterns || []).each do |pattern|
112
112
  available_images.reject! {|image| image.name =~ pattern }
113
113
  end
114
114
  available_images.sort_by(&:creation_date).last
@@ -1,5 +1,5 @@
1
1
  module Infopark
2
2
  module AwsUtils
3
- VERSION = "0.6.0"
3
+ VERSION = "0.6.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: infopark-aws_utils
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tilo Prütz