setsuzoku 0.10.10 → 0.10.11

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: 224d8d5fd6ed22ff68d738482797161907131f18134517cb7a78ce9f27ba822b
4
- data.tar.gz: 108a049185faf8f49bbfa75474e84e4281b5294ef0393109aa0d625eee7d5999
3
+ metadata.gz: eb1a5e93f301eb0f7b13c155294e71c689a3492a445b8997321a6e1224f62189
4
+ data.tar.gz: e2d7a2fd0baee79485215db9dcd2a8ce055fb15cfe57661ff83e9c912f97f8ea
5
5
  SHA512:
6
- metadata.gz: 930280914e8cec4d2fb5605e48c4465dcca78b05dd72fbee5599240e2eaf9c8cf7122e46f5515479270c8945e97f9927f7fe4ab78a7e86e7a32bc1c7aa2c6db2
7
- data.tar.gz: b2864f186ce5b56412149a7fc7bfb25ba4e5dd6b402a6bf5c976bcc4d9627feb5d238dceacbed3a6dab3a4bcb1565452b928c6982301ab08f5758b18098fafbc
6
+ metadata.gz: dd505e2884888e977d7565e4da9dd55cfc86ad1139f6ec1823185cb2079f92213b18b0bb6b728914ee3c690d4cf29d4b4b7d49746cb2d7f80ac055f9a7169920
7
+ data.tar.gz: 245653ac837831f0a8112770f439c08f67aedeb5da8f5aa5269d6f3888d78acdae4b7d360022058425c1acaaa6668e342a24bde3fafa49d59705fb44f5cff72a
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- setsuzoku (0.10.10)
4
+ setsuzoku (0.10.11)
5
5
  activesupport (~> 5.0)
6
6
  faraday (~> 0.11)
7
7
  httparty (~> 0.16.4)
@@ -265,11 +265,9 @@ module Setsuzoku
265
265
  url, body = plugin.api_strategy.replace_dynamic_vars(full_url: url, req_params: req_params)
266
266
  end
267
267
 
268
- case format
269
- when :json
270
- #faraday sorts hash keys for some reason
268
+ case propz[:request_format]
269
+ when :file
271
270
  body = body.to_json if body.is_a?(Hash)
272
- body = JSON.parse(body).sort.to_h
273
271
  end
274
272
  [url, body]
275
273
  rescue
@@ -2,5 +2,5 @@
2
2
  # frozen_string_literal: true
3
3
 
4
4
  module Setsuzoku
5
- VERSION = '0.10.10'
5
+ VERSION = '0.10.11'
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: setsuzoku
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.10
4
+ version: 0.10.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luke Stadtler