dpl 1.9.1.travis.2689.5 → 1.9.1.travis.2705.5

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 +1 -0
  3. data/lib/dpl/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1d57a4757298450c261675de95dbfec3c872654f5a9254cb37421bee9bf2a90e
4
- data.tar.gz: 65af2a43706237c712d1b49289691f1745dbcaa44c5155538a4835a7db287039
3
+ metadata.gz: 4f5ca03d7d98d81c2ca29e159ece1d1d43870b547eef98055365ca20a06c6ffe
4
+ data.tar.gz: c4d3226e637cc1848d5ba2a57f2bebd700a6c2d8b359756ab6a3bb1c1aa36fb6
5
5
  SHA512:
6
- metadata.gz: 19fcd00cec99be64611cc80b5edc507a829899c22355307335c3b2b375379cc3d243221fdb81f1e4d888da7e75931a7ceae461118bbad8d622f4b3e1b32ab19c
7
- data.tar.gz: c82543adcf7c164777a9b40138e37dbb8882dd3f779e037fe3cb6a50d208f4bdf18f287da1078cb75d1c7f6ecb078b427f5324031f1fba9c0e06e4d911922799
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
 
@@ -1,3 +1,3 @@
1
1
  module DPL
2
- VERSION = '1.9.1.travis.2689.5'
2
+ VERSION = '1.9.1.travis.2705.5'
3
3
  end
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.2689.5
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-08 00:00:00.000000000 Z
11
+ date: 2018-03-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec