capistrano-autoscale 1.0.6 → 1.0.7

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 853dcec2afc2538d0d9e556915c6942c96be8424
4
- data.tar.gz: b9fc913b9f76d3353bfa2f192e039f89d4d461c9
3
+ metadata.gz: 5c7732b1d396283510095f0c1ba38794986abc24
4
+ data.tar.gz: 743dec410ce8a0606b45ebe16d19e06639ff3e5f
5
5
  SHA512:
6
- metadata.gz: d56f4cf7a2d171a25010f44f9b126173314ebbf686547e038f0df049f9da5546ed0d09b1fbcbc57a9d7bc0b3544afb93c85ec5f91f7a88e924ca55c55a00655e
7
- data.tar.gz: 7a8875238a8edae4b3eb988e659e9618562c4767dc09aa25ad315c449ced3125af84921b3a31adcb03935fa4ba53a0cfc0ed6d1a8054739d3a8f6769c627b8ef
6
+ metadata.gz: ca2810a7a78e5d9524961c5c43c22794245fd71f2d5eea165b477e3742df215b1420042e2f98baf94ca45c7533deb74f8ac2020473899a327d23a79d9c8b4d33
7
+ data.tar.gz: b88d0b552a7e9e8578132ac91d4ac373855b57ce7be16ad82cc33225db5f736a5e559b6658a010872da69b9dd0eb49d9e5694ff033c53c7fd26ca92d000a7c26
@@ -8,12 +8,8 @@ module Capistrano
8
8
  include Capistrano::Autoscale::Aws::Credentials
9
9
  include Capistrano::DSL
10
10
 
11
- def autoscale
12
- @autoscaling ||= ::Aws::AutoScaling::Client.new(credentials)
13
- end
14
-
15
11
  def autoscale_groups
16
- @autoscale_groups ||= autoscale.describe_auto_scaling_groups({auto_scaling_group_names: [autoscale_group_names].flatten}).auto_scaling_groups
12
+ @autoscale_groups ||= ::Aws::AutoScaling::Client.new(credentials).describe_auto_scaling_groups({auto_scaling_group_names: [autoscale_group_names].flatten}).auto_scaling_groups
17
13
  end
18
14
 
19
15
  def autoscale_group_names
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module Autoscale
3
- VERSION = '1.0.6'
3
+ VERSION = '1.0.7'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-autoscale
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.6
4
+ version: 1.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Damien Glancy