zuora_api 1.7.66g → 1.7.66h
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 +4 -4
- data/lib/zuora_api/login.rb +2 -2
- data/lib/zuora_api/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f249f52bbfd3bc0ab1973ecdfa9bacf5d61d8c115f2c84a662c35df5479ffe88
|
|
4
|
+
data.tar.gz: 486c87116df598676c3939b0ef9bb15be136b1d84d5836077ab382476eedfd3a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 85cdae2878399c64bd5bda7bcffb7e18b57651abebcf6d909efaa11d0af253103232c70229db86f5564b18ef24dce3b1f4c3fa56ffa67bd98905e7920352974e
|
|
7
|
+
data.tar.gz: b7db4bcfa9cab99ca10f9545ccfeba97a75f555fd64d718ea3d9f267706c9339e2af0f47837d1cecc53c624b901158881d870051b522af2894b12e9afb84b6d9
|
data/lib/zuora_api/login.rb
CHANGED
|
@@ -616,7 +616,7 @@ module ZuoraAPI
|
|
|
616
616
|
path: ex.response.request.path.to_s,
|
|
617
617
|
method: ex.response.request.http_method.to_s.split("Net::HTTP::").last.upcase,
|
|
618
618
|
params: ex.response.request.raw_body.to_s,
|
|
619
|
-
headers: ex.response.request.options[:headers].map{|k,v| [k, k.downcase.strip == "authorization" ? "VALUE FILTERED" : v]}.to_h.to_s,
|
|
619
|
+
headers: ex.response.request.options[:headers].map{|k,v| [k.to_s, k.to_s.downcase.strip == "authorization" ? "VALUE FILTERED" : v]}.to_h.to_s,
|
|
620
620
|
},
|
|
621
621
|
response: {
|
|
622
622
|
status: ex.response.code,
|
|
@@ -632,7 +632,7 @@ module ZuoraAPI
|
|
|
632
632
|
path: ex.request.path.to_s,
|
|
633
633
|
method: ex.request.http_method.to_s.split("Net::HTTP::").last.upcase,
|
|
634
634
|
params: ex.request.options[:body],
|
|
635
|
-
headers: ex.request.options[:headers].map{|k,v| [k, k.downcase.strip == "authorization" ? "VALUE FILTERED" : v]}.to_h.to_s
|
|
635
|
+
headers: ex.request.options[:headers].map{|k,v| [k.to_s, k.to_s.downcase.strip == "authorization" ? "VALUE FILTERED" : v]}.to_h.to_s
|
|
636
636
|
}
|
|
637
637
|
})
|
|
638
638
|
args.merge!({
|
data/lib/zuora_api/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: zuora_api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.7.
|
|
4
|
+
version: 1.7.66h
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Zuora Strategic Solutions Group
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-06-
|
|
11
|
+
date: 2020-06-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|