gitlab-fog-azure-rm 1.9.0 → 1.9.1

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: dee64342b22c3eb8a2a9ef9798f78a2b29ca94754f8cd5989cdd54f85e02fa2e
4
- data.tar.gz: fca636a203da2fb799fca4b3a9728a70c79c064d4501af0e9ab161e3b0d2f220
3
+ metadata.gz: 9e3d095e019cbc998273c882272f179c5490107474e18fe4e723443933136bf7
4
+ data.tar.gz: cac7852c0917d11234f0c3aacc99608a7b74e8b1ab47f5ff6532d764503e027b
5
5
  SHA512:
6
- metadata.gz: e67e3cd13e9e244e49048b173d07b979a582da5c1fe371740e0609baecb47caf87d4f02886d1951ce108fe392f9d0520178540e3b7aeb96f4a00f18da0b50571
7
- data.tar.gz: 21c78c8d3407104297f2ed6d9cbf841188d2d87e03f10c35a6bd3fae67baee3cfd7661d5c69251bc1a3b6d01b7a2add98cbbed0bd6d67910fcfae489a6ac28b4
6
+ metadata.gz: 5432a3edbc3820350aa4e789e066801838883522057e148422f66bff0df632072eecae63431909fc0b406e5d1d82f8f90615583bb7202fbdb7fc75562781ce7d
7
+ data.tar.gz: 7f0b8fc9d208def6e9740e298c8cf63386898b7a7e81eddbc8f25ba76ffe59ab6a3dae8752563ac0d1ef5521f7012683275096ae9aadaefce2be34ac5146becf
@@ -251,9 +251,9 @@ module Fog
251
251
  # AWS S3 and Google Cloud Storage pass response-content-disposition
252
252
  # as a query string, while Azure needs the content_disposition parameter
253
253
  # to generate a SAS token.
254
+ options = options.dup
254
255
  options[:content_disposition] ||= options.dig(:query, 'response-content-disposition')
255
256
  options[:content_type] ||= options.dig(:query, 'response-content-type')
256
- options = options.dup
257
257
  options.delete(:query)
258
258
  options
259
259
  end
@@ -1,5 +1,5 @@
1
1
  module Fog
2
2
  module AzureRM
3
- VERSION = '1.9.0'.freeze
3
+ VERSION = '1.9.1'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitlab-fog-azure-rm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.0
4
+ version: 1.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shaffan Chaudhry