zuora_api 1.3.991 → 1.3.992

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
  SHA1:
3
- metadata.gz: 457b25a3f8cd2ef2237f7e598219f8a039840c2a
4
- data.tar.gz: a8f410aaf7830d3adf063914542e1ce01289e010
3
+ metadata.gz: d4a5d5a947875dc5ab077651cc508033e04a017a
4
+ data.tar.gz: e54451db88cd4bb8cbd431e4eb828a52f497f149
5
5
  SHA512:
6
- metadata.gz: cad68bd86820a9e3b552f90cb76d5a67881ac96076810ad3c6ab00fa6752482c62d26cd81fade4191fb4939583b5397781aeafcd50a4035466624822a598e44b
7
- data.tar.gz: 5a90df7a8d5f0c61064e0d628dd22cb32fcb586a1422a8cf6b624d0a017a4fcec9b89a2b7cf1a738ecc936d8f8f3bb21e924fbfa95de9044bfb8d4b98078f395
6
+ metadata.gz: cfdd718ae4f71ec02e36c6d0568ca0a0a0ed74da23db60350e4ee52d4e39da04a43a2ed606dbc9a42437f570538eb967db37021b15e8b262cb7fb31f3976cd4f
7
+ data.tar.gz: e07735fee60159dc2e0dce4d4fcfb37f73ce102fd2fbba9aa1bea54f475c7de0868380c961530462fd1e3649720c3780ab20f59d31858a812bfcb0776c95b6ef
@@ -448,7 +448,7 @@ module ZuoraAPI
448
448
  raise ZuoraAPI::Exceptions::ZuoraAPISessionError.new(self.current_error) if count <= 0
449
449
  Rails.logger.fatal("Unauthorized: Retry")
450
450
  self.new_session
451
- return get_file(:file_name => file_name, :file_type => file_type, :url => url, :headers => headers, :count => count - 1, :z_session => z_session, :tempfile => tempfile. :file_path => file_path)
451
+ return get_file(:file_name => file_name, :file_type => file_type, :url => url, :headers => headers, :count => count - 1, :z_session => z_session, :tempfile => tempfile, :file_path => file_path)
452
452
 
453
453
  when Net::HTTPClientError
454
454
  Rails.logger.debug("Login: #{self.username} Export")
@@ -1,3 +1,3 @@
1
1
  module ZuoraAPI
2
- VERSION = "1.3.991"
2
+ VERSION = "1.3.992"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zuora_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.991
4
+ version: 1.3.992
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zuora Strategic Solutions Group