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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5923a19be9af0b8b94e8a3a15ba3ef0f47c97321
4
- data.tar.gz: 7fad5d15dde84e2320427e7ac17dec3461037be0
3
+ metadata.gz: 444e5bc59a8e36d802159972a87f2666be7c9290
4
+ data.tar.gz: bfd5c946ae731fa11a5f26f0d4d47e544ca305cf
5
5
  SHA512:
6
- metadata.gz: 43e7796ee3372669de2c36041ee6a71e0f33a3d9ad24c29adda8f5c601d2b429f0cab8909e0c51c0a8b6a905d2affe13f6ef859c153eacfb2d64b1217474b287
7
- data.tar.gz: 99d51da9894390e8db85e2bae8fd107f274c4e3da365b29674afbe3c1990ef8e7e936f45641e91f60a57c153da4eb64f0a50d90db4cd691e747c5f16b3bcb1ae
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.
@@ -1,3 +1,3 @@
1
1
  module EcsDeployer
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
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.0
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: