dpl 1.9.1.travis.2689.5 → 1.9.1.travis.2705.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 +1 -0
- data/lib/dpl/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4f5ca03d7d98d81c2ca29e159ece1d1d43870b547eef98055365ca20a06c6ffe
|
|
4
|
+
data.tar.gz: c4d3226e637cc1848d5ba2a57f2bebd700a6c2d8b359756ab6a3bb1c1aa36fb6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5b53aef2a1587ac582cbd482f42d94d8a66d7d04059f30fedc390f7249fd4dd6cb8215eae7dff7d184804642298a79a2a3cc1a894542e5f5bf533ae7e15e0c13
|
|
7
|
+
data.tar.gz: 525350430fda4ee7928ed1e4edffbdd0aa8216e942756ff9420a4811a6abd3cd0abbca36a8e425176d10a00acda6ddd8a803e3d47d0dd9cde75527028d1efc93
|
data/README.md
CHANGED
|
@@ -289,6 +289,7 @@ This _overrides_ the `gemspec` option.
|
|
|
289
289
|
that supports this option. See https://github.com/travis-ci/dpl/issues/660
|
|
290
290
|
for details.
|
|
291
291
|
* **docs_dir**: Optional. A path to the directory to upload documentation from. Defaults to 'build/docs'
|
|
292
|
+
* **skip_existing**: Optional. When set to `true`, the deployment will not fail if a file with the same name already exists on the server. It won't be uploaded and will not overwrite the existing file. Defaults to `false`.
|
|
292
293
|
|
|
293
294
|
#### Environment variables:
|
|
294
295
|
|
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.9.1.travis.
|
|
4
|
+
version: 1.9.1.travis.2705.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-03-
|
|
11
|
+
date: 2018-03-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|