dpl 1.5.2.travis.190.2 → 1.5.2.travis.193.2
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/README.md +1 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
MjAxODdiNjNjYmU3NDBhY2UxYzQxNzM4ZTg0OTIwMzdkNDhjZTVjMA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
M2ZmM2YyMTVlMDNkOTU5ZGI1MzlhNWZkOGNjZmJkMDE3ZWY5MDNiZQ==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
YzA2M2RkODE1ZjhlNjJkYjkzMzJjOTFkNWY0ZDExOThiMDVkOWFmZjA4ZDc3
|
|
10
|
+
YzU5OTcxMTM2YTU0YjY3ZGVhNjM0NjA0ODA5YTUwNmYwYmJlMGZjYTViOTc1
|
|
11
|
+
ZDE0YTE5MjQyMmM0MDAyNGUxOTdjOTRjYzMzZjkzZTllMDFkYzY=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
OGRhNDAwZWI3YzEwMWUyYzJkNzdjYmM3ODdmNDgwZjg3NWI1NmQ4MTM2OTJi
|
|
14
|
+
OTk0YzdkN2EwNzEzOTc5OTg0NmNjZDU2ODQ4OWY0ODE5YzdlNzlmMTQ1MGQx
|
|
15
|
+
NmNiNDRjNWIyNTY1NWM2YzhkY2ZhYTkwNDAyODk1YTcwMGRhODk=
|
data/README.md
CHANGED
|
@@ -54,8 +54,7 @@ As a rule of thumb, you should switch to the Git strategy if you run into issues
|
|
|
54
54
|
#### Examples:
|
|
55
55
|
|
|
56
56
|
dpl --provider=heroku --api-key=`heroku auth:token`
|
|
57
|
-
dpl --provider=heroku --username=<username> --password=<password>
|
|
58
|
-
dpl --provider=heroku --api-key=`heroku auth:token` --strategy=anvil --app=<application>
|
|
57
|
+
dpl --provider=heroku --strategy=git --username=<username> --password=<password> --app=<application>
|
|
59
58
|
|
|
60
59
|
|
|
61
60
|
|
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.5.2.travis.
|
|
4
|
+
version: 1.5.2.travis.193.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Konstantin Haase
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-10-
|
|
11
|
+
date: 2013-10-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|