dpl 1.8.12.travis.1226.4 → 1.8.12.travis.1228.4
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 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
NmJkYmI2N2U0Zjg4NmFjYjJlOWMyZDJhODNiMGRmZjE2MWYwYmZkOQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
NDFhZjAyZGRkZmM3MTEwNWZjY2U3ODE4NGM2MzdhZGY2Mjc4NjQ4MA==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
ZGYyZTViNDU5MTk1MDQ5NDZkODM5OWI2YWJkMWY2ZTVmZjk1NmIxMmFkMzk3
|
|
10
|
+
YzIzNWFhMWEzMDgwMWJhMTIzNjIyYTY3YmY0OTA2MTU0NDliYWE1MmMwNTZh
|
|
11
|
+
MzA5ODkxYWJiOGFmZDIyNDI2MmIwM2MwMDgwNjUzMjYzNGVjMjU=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
NTkxZjA0MmQxNWU3YmExMjExZTIzZjgxODAxMmM4ZWFkYjcwM2U0NWFjMmFm
|
|
14
|
+
MGI0YThkZjQ0MDJjYmQyZmZjMWNlZGNhZTE3NWQxYTAwOTYzZTY2YWY4YWFm
|
|
15
|
+
NDVkOGNjYzQzMzkwNzI0YTdiYWQxMDc4NjVhZjgyODQ0N2M2NGM=
|
data/README.md
CHANGED
|
@@ -785,7 +785,7 @@ Note: You only need to connect once to Scalingo CLI, credentials are stored loca
|
|
|
785
785
|
dpl --provider=scalingo --username=<username> --password=<password>
|
|
786
786
|
|
|
787
787
|
dpl --provider=scalingo --api_key="aaAAbbBB0011223344" --remote="scalingo-staging"
|
|
788
|
-
dpl --provider=scalingo --api_key="aaAAbbBB0011223344" --remote="scalingo-staging" branch="master"
|
|
788
|
+
dpl --provider=scalingo --api_key="aaAAbbBB0011223344" --remote="scalingo-staging" --branch="master"
|
|
789
789
|
|
|
790
790
|
dpl --provider=scalingo
|
|
791
791
|
|
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.8.12.travis.
|
|
4
|
+
version: 1.8.12.travis.1228.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Konstantin Haase
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-12-
|
|
11
|
+
date: 2015-12-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|