escobar 0.4.6 → 0.4.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: e4c70a96e2b8e39fed5adb7581969a4aab132d17
4
- data.tar.gz: 17750ea5f98045401c5c3c67322f4bbcbd4fc675
3
+ metadata.gz: b3aedd9d7e2a15c26eccb49aa2d802907c6f3e68
4
+ data.tar.gz: 5e3c5fba6117449f002af0dbacc4f70078321ce0
5
5
  SHA512:
6
- metadata.gz: 65a5b60754c5e5ba24da46fc28ab5e3af17fdfcc317e9dfa5c955dcdf5f82811788e11af82e8552b24f12af70268ec4757c5b43d65e1a1a6d2f34865dd78f088
7
- data.tar.gz: 8b428dc98c205aa8187d015507219c67e8f142d8dad75d1a426217da956fff9520bf4529880bf9058eb6e5fcaaf14c18b91b490f2a154a97a957610d17ac639b
6
+ metadata.gz: f843a23138136762dd331221eda1d2a9fee9fd6567cff6d7e3fad637a52db3cd8e348272044153636bee17e5a6c717c4755f56a26232da7c43b05c7c68ecaa77
7
+ data.tar.gz: 274f2f368232aa675767a1a63ce3a3319237081c3d1cf328ac6b2d04a6b22952d4ed2a5dd34e69ccccbc93d29e8d70604b1b5c7827fe2449e03b606fa716154e
@@ -58,7 +58,7 @@ module Escobar
58
58
 
59
59
  create_github_deployment_status(
60
60
  release.github_url,
61
- release.dashboard_build_output_url,
61
+ release.dashboard_release_output_url,
62
62
  "pending",
63
63
  "Promotion releasing.."
64
64
  )
@@ -36,8 +36,8 @@ module Escobar
36
36
  slug && slug.ref
37
37
  end
38
38
 
39
- def dashboard_build_output_url
40
- "https://dashboard.heroku.com/apps/#{app.name}/activity/builds/#{id}"
39
+ def dashboard_release_output_url
40
+ "https://dashboard.heroku.com/apps/#{app.name}/activity/releases/#{id}"
41
41
  end
42
42
 
43
43
  def repository
@@ -62,7 +62,7 @@ module Escobar
62
62
  build_id: build_id,
63
63
  release_id: id,
64
64
  command_id: command_id,
65
- target_url: dashboard_build_output_url,
65
+ target_url: dashboard_release_output_url,
66
66
  deployment_url: github_url
67
67
  }
68
68
  end
@@ -1,3 +1,3 @@
1
1
  module Escobar
2
- VERSION = "0.4.6".freeze
2
+ VERSION = "0.4.7".freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: escobar
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.6
4
+ version: 0.4.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Corey Donohoe
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-04-19 00:00:00.000000000 Z
11
+ date: 2017-04-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday