dpl 1.7.6.travis.623.1 → 1.7.6.travis.625.1
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 +8 -8
- data/lib/dpl/provider/heroku/generic.rb +4 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
OGY3OWI5ODg0ZjViYTVhNjc1ZThlMTZlMTNmYzgzZmFlZmZlZTI3Yg==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
OGUzOThjNTk1YzcxYWVjYWViZWEzZWZjMDJkYzNhMWY1MTMxYWZhZQ==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
NWMxNTBlYWZmZTZlMmE5NzNlNWJiM2NmMGFlNDkzNjk5ZTQ4YmEyNzVjMjk0
|
10
|
+
Yjg5MmE3YjYyODc1YTQ0YzYxOTExODIzNjE0MTY1MGI1NGQzZDRlNWFjM2Fj
|
11
|
+
YWEyNzA4YTQxNWZmNWI3OWYwNWM0MjIzNDg0NWRiYjA1MWE0MjI=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
ZTE2YzA0YzIzNjZkYjFkYmM1MmFhZWEzYmYxZmU5OWNjMTQxMDI2ZmNjZjVm
|
14
|
+
YzU2ZTA3OWU2ZDAzOGVmZDU1YTcyNWQwY2ZkOTM4M2M5YjBhNjgwNWQ3ODJj
|
15
|
+
MDRkNmMyYTJlNDk5MmZiZGNiMjc1ZThlZjIzNDMyMTYxNDZlZWQ=
|
@@ -32,9 +32,12 @@ module DPL
|
|
32
32
|
log "authenticated as %s" % user
|
33
33
|
end
|
34
34
|
|
35
|
+
def info
|
36
|
+
@info ||= api.get_app(option(:app)).body
|
37
|
+
end
|
38
|
+
|
35
39
|
def check_app
|
36
40
|
log "checking for app '#{option(:app)}'"
|
37
|
-
info = api.get_app(option(:app)).body
|
38
41
|
log "found app '#{info['name']}'"
|
39
42
|
rescue ::Heroku::API::Errors::Forbidden => error
|
40
43
|
raise Error, "#{error.message} (does the app '#{option(:app)}' exist and does your account have access to it?)", error.backtrace
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dpl
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.7.6.travis.
|
4
|
+
version: 1.7.6.travis.625.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Konstantin Haase
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-11-
|
11
|
+
date: 2014-11-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rspec
|