ecs_deployer 0.1.0 → 0.1.1
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 +4 -4
- data/ecs_deployer.gemspec +1 -1
- data/lib/ecs_deployer/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 444e5bc59a8e36d802159972a87f2666be7c9290
|
4
|
+
data.tar.gz: bfd5c946ae731fa11a5f26f0d4d47e544ca305cf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 71bdb245b4cc67c7ec6bbbd428d462668d93a0c2de76874dd6f0c5e0167139b154657215f49af924604139aeba4493ca01b5e92ef9977a5d32d169f61218a626
|
7
|
+
data.tar.gz: 85d0213211ba7807c2b0897e565543f63991bb009302a3cfba316c54c82c7e758238f08f6c78772539f83199b255ae235735cf95e6aff9b97084d0c0c7b2fe93
|
data/ecs_deployer.gemspec
CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
11
11
|
|
12
12
|
spec.summary = %q{Deploy application to ECS.}
|
13
13
|
spec.description = %q{This package provides the service deployment function of ECS.}
|
14
|
-
spec.homepage = ""
|
14
|
+
spec.homepage = "https://github.com/naomichi-y/ecs_deployer"
|
15
15
|
|
16
16
|
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
|
17
17
|
# to allow pushing to a single host or delete this section to allow pushing to any host.
|
data/lib/ecs_deployer/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ecs_deployer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- naomichi-y
|
@@ -103,7 +103,7 @@ files:
|
|
103
103
|
- lib/ecs_deployer/commander.rb
|
104
104
|
- lib/ecs_deployer/error.rb
|
105
105
|
- lib/ecs_deployer/version.rb
|
106
|
-
homepage:
|
106
|
+
homepage: https://github.com/naomichi-y/ecs_deployer
|
107
107
|
licenses: []
|
108
108
|
metadata: {}
|
109
109
|
post_install_message:
|