escobar 0.1.13 → 0.1.14

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: f6c82bbf2a9b06a2b1cf46a6690fa5482d359b71
4
- data.tar.gz: 36ebeb8e9e8eb19cdaf4351b048e42280e0823af
3
+ metadata.gz: 3e947c8a70050ae2844f2c4af1177f4bdaea9e3e
4
+ data.tar.gz: b614705daadd8e4d43e2377fed47ad0e864da44a
5
5
  SHA512:
6
- metadata.gz: f1852e5d8f58f604587b69b5b2ef3818ac6b35f14698e85efbb2d3f59b17e42cba05f42b250405002909ab47122466cc7caf797d42c27b8c73d2177ef1cd5d54
7
- data.tar.gz: 832138ca0c62be560ac8ba4bd9761b9cd004bb3e3523ebd85c5dfe91670afaa90e2b20af0e0a00c00a8e4de2e8282a08f9200f4af8bc557f3701227d0bb84d1c
6
+ metadata.gz: 0ba35c068e132ec5b5d36480a74d82f4f52598302db722b1ab1a81f4c11604352e29ffd639a72e0482ac95a51724b66c280ce9f9e91307312599ffe9fe4afd08
7
+ data.tar.gz: 544c258093ea0b7fe3922b84c4985765ae561596bd80e63e30ea404acc36b5f3dbcec87e63f874b7c571f59dbd596d5b36b7ba230f2d94e0d1b566a019caa911
data/README.md CHANGED
@@ -1,12 +1,10 @@
1
1
  # Escobar [![Build Status](https://travis-ci.org/atmos/escobar.svg?branch=master)](https://travis-ci.org/atmos/escobar)
2
2
 
3
- Escobar is an attempt to combine Heroku Pipelines with GitHub Deployments API.
4
-
5
- TODO: Delete this and the text above, and describe your gem
3
+ Escobar combines the Heroku Pipeline with GitHub Deployments APIs.
6
4
 
7
5
  ## Installation
8
6
 
9
- Use the `escobar` gem on rubygems.org.
7
+ Use the `escobar` gem from rubygems.org.
10
8
 
11
9
  ## Usage
12
10
 
@@ -83,7 +83,7 @@ module Escobar
83
83
  path = "/apps/#{name}/activity/builds/#{build_id}"
84
84
  payload = {
85
85
  state: state,
86
- target_url: "https://dashboard.heroku.com/#{path}",
86
+ target_url: "https://dashboard.heroku.com#{path}",
87
87
  description: "Deploying from escobar-#{Escobar::VERSION}"
88
88
  }
89
89
  github_client.create_deployment_status(deployment_url, payload)
@@ -1,3 +1,3 @@
1
1
  module Escobar
2
- VERSION = "0.1.13".freeze
2
+ VERSION = "0.1.14".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.1.13
4
+ version: 0.1.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Corey Donohoe
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-03-18 00:00:00.000000000 Z
11
+ date: 2016-03-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday