domoscio_rails 0.4.16 → 0.4.17

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: 5d3fe836765c8833710942a54835d4813877590f0b65140e75d4cd3ce9b9f374
4
- data.tar.gz: a41f838fbe6a6b17a8b4cf76c14e14d6fada604d08af5ac6b6a4631da4fb048d
3
+ metadata.gz: b74e733694e2ac852299a7891fe42e294847b7e530b004e4824f5aa45803762c
4
+ data.tar.gz: 32e3129c7da29dcd49c2fda636186200ddd6bf06d2768c2cf89a0d3b5956ca15
5
5
  SHA512:
6
- metadata.gz: 89b6f3a2c6ba8b4829822afcb0ebf0b39077cc242c1aea3e54b2e16f95bafbf5f36be4282dc933b277a892c904cc3795b623400374089297a639cef4a2a28b23
7
- data.tar.gz: 817f68bf3e4919aab8135f3bc88796cf572de1166ebd9fe86eda6e5087505a77711b7f11229f1da76770fe785f7c4dab32a99716936441f887aec6b198f52a0b
6
+ metadata.gz: 9d519cc8358dfc059fe6116fdfcc44219ca8b0cdf2f5748788e557ab02b80285204b11aba6e86a2e60abe3127d72fed42c5df36af11971a1d3ea9f0f208932a6
7
+ data.tar.gz: 85b67fa114f7dc0a9a58bbe669d41643d07f893608e3f5b920665d2417b2f0ae59bc51484ce4de441e74fcde2f69248e10180b9a19ffe54475c945fa451d7dcb
@@ -1,3 +1,3 @@
1
1
  module DomoscioRails
2
- VERSION = '0.4.16'.freeze
2
+ VERSION = '0.4.17'.freeze
3
3
  end
@@ -96,7 +96,7 @@ module DomoscioRails
96
96
  begin
97
97
  raise_http_failure(uri, response, params)
98
98
 
99
- if response['Content-Type'] == 'application/zip'
99
+ if response['Content-Type'] == 'application/zip' || response['Content-Type'] == 'application/xlsx'
100
100
  data = response
101
101
  else
102
102
  data = DomoscioRails::JSON.load(response.body.nil? ? '' : response.body)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: domoscio_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.16
4
+ version: 0.4.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - Benoit Praly