capistrano3-autoscaling-deploy 0.3 → 0.4
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,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
YTEzNzE1NjUzODMxYWEyMzgyZmI2NzY2MjRiNWIwMGFiMTQyMGFjZA==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
ODQ3MDFiYTRhYmMzMGMwM2UwZTM0OTdhYzU4MWQxMWE2MWRlYTAzYw==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
MzBmNDgxMTdjNWRmMTc2MzkyMWFlZmRlNzE5NzM5YjliOTE5NDgzNGU5Yjcx
|
10
|
+
MzE1NDJiYTI5YTUxMjY4MTQ4OWFmMWU3OWFkMjNjMThmMGQxZGNkNjllZmEw
|
11
|
+
MTAyYzJmNTVmNTcyN2NkZGJlNDM5YzE5ODMzNTVkMjU2Y2VjNjI=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
M2EyNWY2ZjEzMjM0MWY1ZDliNjRmMTQ4NGRhM2ExYzM1ZTEyMzJhMzdjNmNj
|
14
|
+
M2Q1YmE4NjYwZTY4ZjEwMDRiOTJiY2U1N2IxMzIyMmNjMDY4ZTQ3YWYzODJh
|
15
|
+
YTA5NjFhZDEzMDVkN2VhM2M1NzFjZjg3YWQyOTFjYTYxNDUyMzg=
|
data/Gemfile.lock
CHANGED
@@ -1,2 +1,2 @@
|
|
1
1
|
require 'capistrano/bundler'
|
2
|
-
load File.expand_path('../tasks/
|
2
|
+
load File.expand_path('../tasks/autoscaling.rake', __FILE__)
|
@@ -1 +1 @@
|
|
1
|
-
load File.expand_path('../../tasks/
|
1
|
+
load File.expand_path('../../tasks/autoscaling.rake', __FILE__)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: capistrano3-autoscaling-deploy
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: '0.
|
4
|
+
version: '0.4'
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Marcos Chicote
|
@@ -101,7 +101,7 @@ files:
|
|
101
101
|
- lib/capistrano/autoscaling_deploy/version.rb
|
102
102
|
- lib/capistrano/helpers/aws_helper.rb
|
103
103
|
- lib/capistrano/helpers/cap_helper.rb
|
104
|
-
- lib/capistrano/tasks/
|
104
|
+
- lib/capistrano/tasks/autoscaling.rake
|
105
105
|
- lib/capistrano3-autoscaling-deploy.rb
|
106
106
|
- test/autoscaling_test.rb
|
107
107
|
homepage: https://github.com/mchicote/capistrano3-autoscaling-deploy
|