zuora_api 1.3.999 → 1.3.9991

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: b138340746df0535ad03c3e1f69e9ccc74a7c9f1
4
- data.tar.gz: 1921d1fa811273a169b53e090dc080c44d9902cb
3
+ metadata.gz: 4b5c4afd4b1f7a1f539bd7234adb3bb044504d79
4
+ data.tar.gz: 7e56cec61a7a04764005a33dc76f5848900b5581
5
5
  SHA512:
6
- metadata.gz: 2ae9cf95d5f69554653542e388a9e85add970e6584c3a3fec5aedae8de6bc913fe466d17604c0c5830252e041280cb10ae5940a21605111fe13d355e41b5ecce
7
- data.tar.gz: d9b99dff207ab9ea38707b4d49bfcb87d12424caaafae989045248d1d6a73fdedcc888bc217df9ba9f6bb8cc4a1137ed49a612f88493478b62d3972078c3a168
6
+ metadata.gz: 9d5571fd173d6e273547d161716ddd9953213f760e5ed1192fdf638c7f563224028e5698cdd5b40f2784f844daa47beb4bfdc50867eba9be96c9a80a1602b2f9
7
+ data.tar.gz: fb28ee7c99c3b172896df8cc8f5fdc013dade319395519a6d9eba1641ed2a500f6ec991035f8d449a8dc48437e419abf40c13dc3d896079cd794df231a125f7c
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- zuora_api (1.3.999)
4
+ zuora_api (1.3.9991)
5
5
  httparty
6
6
  nokogiri (~> 1.6.8)
7
7
  railties (>= 4.1.0, < 5.1)
@@ -238,7 +238,7 @@ module ZuoraAPI
238
238
  if debug
239
239
  raise ex
240
240
  else
241
- return [output_json, response]
241
+ return [output_xml, response]
242
242
  end
243
243
  end
244
244
  rescue ZuoraAPI::Exceptions::ZuoraAPIError, ZuoraAPI::Exceptions::ZuoraAPIRequestLimit, ZuoraAPI::Exceptions::ZuoraAPILockCompetition => ex
@@ -1,3 +1,3 @@
1
1
  module ZuoraAPI
2
- VERSION = "1.3.999"
2
+ VERSION = "1.3.9991"
3
3
  end
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.3.999
4
+ version: 1.3.9991
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: 2017-09-15 00:00:00.000000000 Z
11
+ date: 2017-09-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler