escobar 0.1.18 → 0.1.19

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: b94a30fb6609c4dbf8996d59cfaaffa316f92b5f
4
- data.tar.gz: d1ca66d25c9062323fa9d3819bc84a4d19dbd9cf
3
+ metadata.gz: e167e004bb6e71f56bcf8241a727bbf7022bd608
4
+ data.tar.gz: 3b13cd713bebcf4384c127965c086b41ed461a83
5
5
  SHA512:
6
- metadata.gz: cfc0a947660ab3bc4297c1effe2e8ffb414faf12c54f84701ac88aa4cca4af454f04098674c6e5ccb218f9261bad9b01f023ccd033080f0b8777ab45cb089be3
7
- data.tar.gz: 135b8050d3a343f95b104e471d3f0932debfef34113f981c30aef385d4875b95c87ac393330eca8fe324b7f70b9fd6b81c496c4694ce29237d8a3eb5a649f4bc
6
+ metadata.gz: 7be09b73d7010d22ec5ac49560efde4161b527d2b7f39456013aae91d03e7cff2910a4dede0bdfe050db3b1b01fc18037d6776d8feb635480746b553057367a5
7
+ data.tar.gz: 5ef0e9c6c5c2add55e86813d762ac56a5c9d805f6e0cdd09bcf4ac7f7cc1c6b39f5075011a6064c79546860395609a6b89543cc747f643fa1a56f83aaba4e157
@@ -73,7 +73,7 @@ module Escobar
73
73
  target_url = "https://dashboard.heroku.com#{path}"
74
74
 
75
75
  create_github_deployment_status(github_deployment["url"], target_url, "pending", "Build running..")
76
- { app_id: app.id, build_id: build["id"], deployment_url: github_deployment["url"], repo: github_repository, sha: sha }
76
+ { app_id: app.id, build_id: build["id"], deployment_url: github_deployment["url"], name: name, repo: github_repository, sha: sha }
77
77
  else
78
78
  return({ error: "Unable to create heroku build for #{name}" })
79
79
  end
@@ -1,3 +1,3 @@
1
1
  module Escobar
2
- VERSION = "0.1.18".freeze
2
+ VERSION = "0.1.19".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: escobar
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.18
4
+ version: 0.1.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - Corey Donohoe