dpl 1.10.1.travis.2956.6 → 1.10.1.travis.2957.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -3
  3. data/lib/dpl/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5ae243966cc4a1266cefca85689a48e25797eba3e46d42d67d0a07247c216b87
4
- data.tar.gz: 9c602f6c95ad1e9b5ca5be72c1f2a8c4103c3b7dd79aec51fac5ec08ee548ccf
3
+ metadata.gz: 2df41ff5d676f485638160e1f16d5aba0fcb179a075aa6eaa3c7ebfea7c2e189
4
+ data.tar.gz: 247b61e7f168b78d838d5e6a6dc5864d582b6a85d3ad346462dd67aab0576cd4
5
5
  SHA512:
6
- metadata.gz: b53b992a65f66f9c862b3ef3d6e9217460098508cea55af0627c2e6c6836c750f33d60d8755debe52940ea2eb4685075b6f63029d6b522719a17040240eb952d
7
- data.tar.gz: 0b110fea55df278c98950b8497db83dafee1566785b73cbb60c8a20fb82d6c3f18a24cac35162238467f08e7c0efd0783d75de39a754c2be84d75e72fa0d833f
6
+ metadata.gz: 68ecf1f262555b246ac93782eee151e6d9cfff4dc696e4ad4fc1f480e7cf3ae46c073975b3997ba329544687d723e0e5956a75dd10dbb55233c1b23a229d0658
7
+ data.tar.gz: fc4b520539a6c58e4f69b97470ffa4295710c4e0a1fffeb4770f63a9fbaaac920410f2813209c96fd154179ea8616bda1011644a332a39839be8996bfb27a5ac
data/README.md CHANGED
@@ -882,10 +882,10 @@ In order to use this provider, please make sure you have the [App Engine Admin A
882
882
  * **project**: [Project ID](https://developers.google.com/console/help/new/#projectnumber) used to identify the project on Google Cloud.
883
883
  * **keyfile**: Path to the JSON file containing your [Service Account](https://developers.google.com/console/help/new/#serviceaccounts) credentials in [JSON Web Token](https://tools.ietf.org/html/rfc7519) format. To be obtained via the [Google Developers Console](https://console.developers.google.com/project/_/apiui/credential). Defaults to `"service-account.json"`. Note that this file should be handled with care as it contains authorization keys.
884
884
  * **config**: Path to your module configuration file. Defaults to `"app.yaml"`. This file is runtime dependent ([Go](https://cloud.google.com/appengine/docs/go/config/appconfig), [Java](https://cloud.google.com/appengine/docs/java/configyaml/appconfig_yaml), [PHP](https://developers.google.com/console/help/new/#projectnumber), [Python](https://cloud.google.com/appengine/docs/python/config/appconfig))
885
- * **version**: The version of the app that will be created or replaced by this deployment. If you do not specify a version, one will be generated for you. See [`gcloud preview app deploy`](https://cloud.google.com/sdk/gcloud/reference/preview/app/deploy)
886
- * **no_promote**: Flag to not promote the deployed version. See [`gcloud preview app deploy`](https://cloud.google.com/sdk/gcloud/reference/preview/app/deploy)
885
+ * **version**: The version of the app that will be created or replaced by this deployment. If you do not specify a version, one will be generated for you. See [`gcloud app deploy`](https://cloud.google.com/sdk/gcloud/reference/app/deploy)
886
+ * **no_promote**: Flag to not promote the deployed version. See [`gcloud app deploy`](https://cloud.google.com/sdk/gcloud/reference/app/deploy)
887
887
  * **verbosity**: Let's you adjust the verbosity when invoking `"gcloud"`. Defaults to `"warning"`. See [`gcloud`](https://cloud.google.com/sdk/gcloud/reference/).
888
- * **no_stop_previous_version**: Flag to prevent your deployment from stopping the previously promoted version. This is from the future, so might not work (yet). See [`gcloud preview app deploy`](https://cloud.google.com/sdk/gcloud/reference/preview/app/deploy)
888
+ * **no_stop_previous_version**: Flag to prevent your deployment from stopping the previously promoted version. This is from the future, so might not work (yet). See [`gcloud app deploy`](https://cloud.google.com/sdk/gcloud/reference/app/deploy)
889
889
 
890
890
  #### Environment variables:
891
891
 
@@ -1,3 +1,3 @@
1
1
  module DPL
2
- VERSION = '1.10.1.travis.2956.6'
2
+ VERSION = '1.10.1.travis.2957.6'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dpl
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.10.1.travis.2956.6
4
+ version: 1.10.1.travis.2957.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Konstantin Haase