dpl 1.10.4.travis.3030.6 → 1.10.4.travis.3031.6

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c0b1ea7541bbeb708a4a54ea1d8e8b3b7314bc8e12a1123ac0769b027127e45b
4
- data.tar.gz: 08a2e92f175649d8b27dfb05bbe1c02ca6b7310f031ac66f4ed7718c885e0fbd
3
+ metadata.gz: 8408dd1e3a0169b3a80396e154ceb6c27eb4c19f7289f3a288ade6591e4c6cc5
4
+ data.tar.gz: 8b6b615cf2b3008567d92cfabffd1bfeabc3c4feeaa23953c064c671fe265eee
5
5
  SHA512:
6
- metadata.gz: 095e8125ab1fb3e6c1249a402b81751162f3c5f52c1154d265d2c9534b36cdd67dc81c3c2305c7a9afa26b8c80b402feb0b71cc6328a610062358a2ba19b87ce
7
- data.tar.gz: e17dee9a9cd3289859db0bd87118c94b752885941b5d4df367fd049a19f6f527761e3d9b7c18f3b3f2528a78057e4f4dc377afdc5c037c9b73d32ea37b4564ad
6
+ metadata.gz: d00d99cf3d757f685f64d260567417a702958038185541baef6c734c0dcaa3f1b126ef1cc09ced0f21c045eed2c74f9c16146425df17f20b9c2da7026f15f4b7
7
+ data.tar.gz: b94c724ce362c806c89c9cc39933a8c165540ba8e390d09454acc186e7b37c66c3671cd0b1c2bb90500333477dea355cea04644aa386966cfd565064e6e1b5e8
data/README.md CHANGED
@@ -23,7 +23,6 @@ Dpl supports the following providers:
23
23
  * [Cloud 66](#cloud-66)
24
24
  * [Cloud Foundry](#cloud-foundry)
25
25
  * [Deis](#deis)
26
- * [Divshot.io](#divshotio)
27
26
  * [Engine Yard](#engine-yard)
28
27
  * [Firebase](#firebase)
29
28
  * [Github Pages](#github-pages)
@@ -471,17 +470,6 @@ You first need to create an [Atlas account](https://atlas.hashicorp.com/account/
471
470
 
472
471
  dpl --provider=AzureWebApps --username=depluser --password=deplp@ss --site=dplsite --slot=dplsite-test --verbose
473
472
 
474
- ### Divshot.io:
475
-
476
- #### Options:
477
-
478
- * **api-key**: Divshot.io API key
479
- * **environment**: Which environment (development, staging, production) to deploy to
480
-
481
- #### Examples:
482
-
483
- dpl --provider=divshot --api-key=<api-key> --environment=<environment>
484
-
485
473
  ### Cloud Foundry:
486
474
 
487
475
  #### Options:
@@ -26,7 +26,6 @@ module DPL
26
26
  'CloudFoundry' => 'cloud_foundry',
27
27
  'CodeDeploy' => 'code_deploy',
28
28
  'Deis' => 'deis',
29
- 'Divshot' => 'divshot',
30
29
  'ElasticBeanstalk' => 'elastic_beanstalk',
31
30
  'EngineYard' => 'engine_yard',
32
31
  'Firebase' => 'firebase',
@@ -1,3 +1,3 @@
1
1
  module DPL
2
- VERSION = '1.10.4.travis.3030.6'
2
+ VERSION = '1.10.4.travis.3031.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.4.travis.3030.6
4
+ version: 1.10.4.travis.3031.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Konstantin Haase
@@ -169,7 +169,6 @@ files:
169
169
  - dpl-cloud_foundry.gemspec
170
170
  - dpl-code_deploy.gemspec
171
171
  - dpl-deis.gemspec
172
- - dpl-divshot.gemspec
173
172
  - dpl-elastic_beanstalk.gemspec
174
173
  - dpl-engine_yard.gemspec
175
174
  - dpl-firebase.gemspec
@@ -1,3 +0,0 @@
1
- require './gemspec_helper'
2
-
3
- gemspec_for 'divshot'