dpl 1.10.5.travis.3062.5 → 1.10.5.travis.3069.5
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 +4 -4
- data/README.md +3 -0
- data/lib/dpl/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cb36175613359d27b42754bd0273b78efe1ced9a4b076e889c9d3e43e162b9f6
|
|
4
|
+
data.tar.gz: 57a5c4e28aa405493f5ecfbc9d014c5a7751f8b1573fd0a600898b90b3dbfb93
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3e7a5ed44373142785672efdfebbc40e93c42342671926ec6765c3f0477038e37c08b26002641823ee53dddc35fb9dfc38b0aaff6dfda39780c5183c590d6a35
|
|
7
|
+
data.tar.gz: bad52c28fadb4f75922b3bc38ccd14e95d61830efd90c587f7d6cdf5d5cae05b8f56098a700c4f9dba38e32a088155518bfd096f35e843c669f4f193d37950c1
|
data/README.md
CHANGED
|
@@ -408,6 +408,7 @@ For example: `--endpoint=https://nyc3.digitaloceanspaces.com`
|
|
|
408
408
|
* **password**: anynines password.
|
|
409
409
|
* **organization**: anynines target organization.
|
|
410
410
|
* **space**: anynines target space
|
|
411
|
+
* **app_name**: Application name. Optional.
|
|
411
412
|
|
|
412
413
|
#### Examples:
|
|
413
414
|
|
|
@@ -468,6 +469,7 @@ You first need to create an [Atlas account](https://atlas.hashicorp.com/account/
|
|
|
468
469
|
* **organization**: Cloud Foundry target organization.
|
|
469
470
|
* **api**: Cloud Foundry api URL
|
|
470
471
|
* **space**: Cloud Foundry target space
|
|
472
|
+
* **app_name**: Application name. Optional.
|
|
471
473
|
* **manifest**: Path to manifest file. Optional.
|
|
472
474
|
* **skip_ssl_validation**: Skip ssl validation. Optional.
|
|
473
475
|
|
|
@@ -946,6 +948,7 @@ Deploys built snaps to the [snap store](https://snapcraft.io/).
|
|
|
946
948
|
* **space**: Bluemix target space
|
|
947
949
|
* **region**: Bluemix region [ng, eu-gb, eu-de, au-syd]. Optional, default US region (ng).
|
|
948
950
|
* **api**: Bluemix api URL. Optional for Bluemix dedicated. Explicit **api** setting precedence over **region** setting.
|
|
951
|
+
* **app_name**: Application name. Optional.
|
|
949
952
|
* **manifest**: Path to manifest file. Optional.
|
|
950
953
|
* **skip_ssl_validation**: Skip ssl validation. Optional.
|
|
951
954
|
|
data/lib/dpl/version.rb
CHANGED
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.10.5.travis.
|
|
4
|
+
version: 1.10.5.travis.3069.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Konstantin Haase
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-11-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|
|
@@ -227,7 +227,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
227
227
|
version: 1.3.1
|
|
228
228
|
requirements: []
|
|
229
229
|
rubyforge_project:
|
|
230
|
-
rubygems_version: 2.7.
|
|
230
|
+
rubygems_version: 2.7.8
|
|
231
231
|
signing_key:
|
|
232
232
|
specification_version: 4
|
|
233
233
|
summary: deploy tool
|