eb-docker-deploy 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f3dde0bd7c8812ca6cb93b95f225c8f2fc090292
4
- data.tar.gz: 4beafc164baaa4ded180dbfe27a0f193788347dd
3
+ metadata.gz: ffbe0a4f0f4722bd8cd942165db069948bfafba0
4
+ data.tar.gz: fb1f34a497945c46e7d0bebf2220796edcaacae7
5
5
  SHA512:
6
- metadata.gz: 20de9c29fca11086a03dd94aa7989b33e778952a4c8af6d234371c919c45e5b983cefd2073a13cc272898f7ad2b13d63d796f8e0406034a3dde7d40b3d557d41
7
- data.tar.gz: 9b6d965e69f936dd13b266615c8aacfbbe3379b725fe1feab33e818208458329ece8f83bf3db3a5bc8bbe70a5e8bd819f6d72ff3b869fa69fab863ae25a2d051
6
+ metadata.gz: 83505aebe2ca0c416088be82c04ecae1d6b129874d6838b63a5c502ccb1563da1209ec8264dc3e94d647fc3cf09db0f9f83e9cf1a41313128cfb4e393c45168c
7
+ data.tar.gz: 847110071c031b4bb8b5054d08bfa1a40788efebf5ba6a97e37b18d191e5eb2bdf661a2a0aac7d3488536b2ec99a38cba1d4ee6eef88f4d406f666dcfbe589ef
@@ -80,7 +80,7 @@ module Deploy
80
80
  (shout('docker not installed'); return false) unless command?('docker')
81
81
  (shout('eb command not installed'); return false) unless command?('eb')
82
82
  (shout('elasticbeanstalk not configured. run setup command'); return false) unless File.exist?('.elasticbeanstalk')
83
- (shout('aws not configured. run setup command'); return false) unless File.exist?('~/.aws/config')
83
+ (shout('aws not configured. run setup command'); return false) unless File.exist?(File.expand_path('~/.aws/config'))
84
84
  (shout('ENV DOCKER_REPO not set'); return false) unless ENV['DOCKER_REPO']
85
85
  end
86
86
 
@@ -1,3 +1,3 @@
1
1
  module Deploy
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eb-docker-deploy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tim