zuora_api 1.3.992 → 1.3.993

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: d4a5d5a947875dc5ab077651cc508033e04a017a
4
- data.tar.gz: e54451db88cd4bb8cbd431e4eb828a52f497f149
3
+ metadata.gz: 586ce4d2cc75f45e05631c6d21664f97b4e686f0
4
+ data.tar.gz: 1dbd01a8e243b7e7c95f2f690b76f887827bfd34
5
5
  SHA512:
6
- metadata.gz: cfdd718ae4f71ec02e36c6d0568ca0a0a0ed74da23db60350e4ee52d4e39da04a43a2ed606dbc9a42437f570538eb967db37021b15e8b262cb7fb31f3976cd4f
7
- data.tar.gz: e07735fee60159dc2e0dce4d4fcfb37f73ce102fd2fbba9aa1bea54f475c7de0868380c961530462fd1e3649720c3780ab20f59d31858a812bfcb0776c95b6ef
6
+ metadata.gz: 2c490e1bd85b621b705cd7cf080682c55df2ed7f3749569593f18d5f8044df334f2f6a2e49d62de69e824a5e1bf07e36026017fd6e214a306c20219184d43b7c
7
+ data.tar.gz: 1107cdf1bcb59d25f64951ee4dd0fa3a2a981c25a4a00db099379d2ab4263fe4abd802282e676853e194d552fe8c360082712aa29e4aa6c8b6f820642169dc21
@@ -426,7 +426,7 @@ module ZuoraAPI
426
426
 
427
427
  #Make sure directory exists
428
428
  require 'fileutils'
429
- Dir.mkdir_p(file_path)
429
+ Dir.mkdir_p(file_path.to_s)
430
430
 
431
431
  begin
432
432
  uri = URI.parse(url)
@@ -1,3 +1,3 @@
1
1
  module ZuoraAPI
2
- VERSION = "1.3.992"
2
+ VERSION = "1.3.993"
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.992
4
+ version: 1.3.993
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zuora Strategic Solutions Group