capistrano-asg 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 +5 -5
- data/CHANGELOG.md +3 -0
- data/lib/capistrano/asg.rb +1 -1
- data/lib/capistrano/asg/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 1680ae513823f0f0424fd658bb227f17fda46ab729aa3e9f6d587aba46a857a4
|
4
|
+
data.tar.gz: 92ba04736530880bd4e8711ade8b9a035893288ea48207112612de9d7c724682
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 85390054c2513c1a0f941b2bf6d4f55d7a3ccfa56fc4ad5bd0f9d67eee9bdbb787c31f4c00c58ef6f17b975e1e0da4b5d3b7694fd53b5fd3ace450d893dccd82
|
7
|
+
data.tar.gz: 85737a500e447723154316b37845f424ac3bde6a51bc785f94c9c9f182eaff3b4df3c3489dee7e90be280b20a37135fe82fb4523dda05fcfba96d1fdf90eb973
|
data/CHANGELOG.md
CHANGED
data/lib/capistrano/asg.rb
CHANGED
@@ -48,7 +48,7 @@ def autoscale(groupname, *args)
|
|
48
48
|
end
|
49
49
|
end
|
50
50
|
|
51
|
-
if asg_instances.count > 0
|
51
|
+
if asg_instances.count > 0 && fetch(:create_ami, true)
|
52
52
|
after('deploy:finishing', 'asg:scale')
|
53
53
|
else
|
54
54
|
puts 'Autoscaling: AMI could not be created because no running instances were found.\
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: capistrano-asg
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Logan Serman
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date:
|
13
|
+
date: 2018-02-09 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: bundler
|
@@ -194,7 +194,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
194
194
|
version: '0'
|
195
195
|
requirements: []
|
196
196
|
rubyforge_project:
|
197
|
-
rubygems_version: 2.
|
197
|
+
rubygems_version: 2.7.3
|
198
198
|
signing_key:
|
199
199
|
specification_version: 4
|
200
200
|
summary: Capistrano plugin for deploying to AWS AutoScale Groups.
|