as-combined-metrics 1.0.4 → 1.0.5

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: 7e0601f55f5dc5a35826a569e4aabda6cfc573ab
4
- data.tar.gz: a0e1b3f52d50ab1c3d9532db1c94381c5272c506
3
+ metadata.gz: 48bfc3f7a906e38a5b354666511c982324670843
4
+ data.tar.gz: 6cbd8e81cdb7b0c75d09da5f76009bb6c5287fbf
5
5
  SHA512:
6
- metadata.gz: 68d288d8af32557e51b3824f167ab81b3c5e6f5f256f7ad3b993aa6dee13428fa8126eecdd05f092cb6e3fa074071a6728f2d0b7aa14efac4712d8532c07987a
7
- data.tar.gz: 893d83858fcbf4057b6c6a6c315bd441cacd3459759d97e421a0b55140978a83fcc56403737e658fab6823fc02db70e807097505f326e6d89c99dfc882c319bf
6
+ metadata.gz: 706eeb6c9196cc470e104d48931307690d0a912cbe24cc8e46ef1e975e29b6f2532f364d99aebc95469ae1c04bf07e4a8f13fa6ee5ef18af10cf8e0eae3a1b1f
7
+ data.tar.gz: de693a994d70bce3e905a8410fa30452ccece845d1cb69e0b29e90993fcafcf8cb92c6ba9f334136c73cc661e2bd334d8ab3d3d2be3da31c8686b5a75932ec15
@@ -1,5 +1,5 @@
1
1
  module AsCombinedMetrics
2
- VERSION = "1.0.4"
2
+ VERSION = "1.0.5"
3
3
  ABOUT = "as-combined-metrics v#{VERSION} (c) #{Time.now.strftime("2015-%Y")} @innovia"
4
4
 
5
5
  $:.unshift File.expand_path(File.join(File.dirname(__FILE__), %w[.. lib]))
@@ -16,7 +16,7 @@ module AsCombinedMetrics::Cli::CloudFormation
16
16
 
17
17
  if !stack_info.nil?
18
18
  @autoscale_group_name = stack_info.stack_resource_detail.physical_resource_id
19
- if !@autoscale_group_name.empty? && !@autoscale_group_name.nil?
19
+ if !@autoscale_group_name.nil? && !@autoscale_group_name.empty?
20
20
  @config[:autoscale_group_name] ||= []
21
21
  @config[:autoscale_group_name] << @autoscale_group_name
22
22
  File.open(options[:config_file], "w") { |f| f.write(@config.to_yaml) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: as-combined-metrics
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ami Mahloof