dpl 1.9.2.travis.2748.5 → 1.9.2.travis.2749.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.
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 +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 879dfc0f14aead1c0d0255701f3a6938e0524ee3c923018758d12d9b73dae00f
4
- data.tar.gz: fe30b07b28564ccb091f1bcd5a232efe5a88127fca078e83ec75cff53258d1df
3
+ metadata.gz: 7393a6238bbd846d6daf8457404bbc52196057ecd91f41978884776877ca2b89
4
+ data.tar.gz: 119c72b2c7cfa2eaa64a17ecbbded1070785618f4178ddacf4a2abbfe68661aa
5
5
  SHA512:
6
- metadata.gz: 508ea82b12ad358102186328fe34ff978336ebb294ada722113c319ed430e75f4f99ec965a6ac2e7711db0f0f7e5610a00a6eace8df42220bb2b8928f0ffbb24
7
- data.tar.gz: a0b1573c3cc953ae21c39382b60ae1ed07ab005af99a5f6b3c75b6f5db5619493e64fbb0a47a7860c8a9a15cff2b54aeddebdc88e51f4876289e06f08d6c9839
6
+ metadata.gz: 3c14146bf262dccf275c0d186e5e197e5f7a5c5cb2428227c167778f452f825f0494fe8538bf0ad856dfc1051f850c681c9e668b9d3eb067af6d2910726717d1
7
+ data.tar.gz: 378250961df75ff6a15e24eed33dbcb4754571ef4e9f0024da044bf64eefb23d4598b6fc368ee721c74ad9ca49fc635378e39675e6fa25a7ad464a8de0989a3e
data/README.md CHANGED
@@ -334,6 +334,7 @@ This _overrides_ the `gemspec` option.
334
334
  * **dot_match**: When set to `true`, upload files starting a `.`.
335
335
  * **index_document_suffix**: Set the index document of a S3 website.
336
336
  * **default_text_charset**: Set the default character set to append to the content-type of text files you are uploading.
337
+ * **max_threads**: The number of threads to use for S3 file uploads. Default is 5, and the absolute maximum is 15.
337
338
 
338
339
  #### File-specific `Cache-Control` and `Expires` headers
339
340
 
data/lib/dpl/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module DPL
2
- VERSION = '1.9.2.travis.2748.5'
2
+ VERSION = '1.9.2.travis.2749.5'
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.9.2.travis.2748.5
4
+ version: 1.9.2.travis.2749.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Konstantin Haase