deis_deploy_redant 0.0.3 → 0.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 +4 -4
- data/lib/tasks/deis.rake +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: 4db3e73128f7f228fee6fb3d01b58c4540add790
|
4
|
+
data.tar.gz: 1274b537bb00f55ea8a4d4416879e86c1bc059cb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 25bf819494ef1aef0ea70e822ebf33d7416fa5a78b323e82fd024b79e5141cac130326dc2fd1addd406be41ff5772271727e0415ee4dd6dcc54258ef16988ac9
|
7
|
+
data.tar.gz: 8e527a81417c372af1e65e4339b660826593a868beb4f2be56c8c65fdd295853cf4a169353be14f16fb82b35742f2a2d5b2fec7175abc6e5a6718ba0f08f4973
|
data/lib/tasks/deis.rake
CHANGED
@@ -31,7 +31,7 @@ def report_deis_deploy(git_remote)
|
|
31
31
|
remote_path = `git remote get-url #{git_remote}`
|
32
32
|
app_name = /2222\/(?<deis_app>.+?)\.git/.match(remote_path)[:deis_app]
|
33
33
|
deploy_user = /You are (?<username>.+?) /.match(`deis whoami`)[:username]
|
34
|
-
previous_git_sha = HTTParty.get("#{DeisDeployRedant.configuration.billing_app_url}#{app_name}").parsed_response
|
34
|
+
previous_git_sha = HTTParty.get("#{DeisDeployRedant.configuration.billing_app_url}#{app_name}").parsed_response.delete("\n")
|
35
35
|
current_git_sha = `git rev-parse HEAD`
|
36
36
|
|
37
37
|
deploy_message = ''
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: deis_deploy_redant
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Thomas Davies
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-11-
|
11
|
+
date: 2016-11-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|