zuora_api 0.2.7.3 → 0.2.7.4

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: bbc1c0c19c6ed01080a6716636227a5704c30056
4
- data.tar.gz: 36d2997dd12f6ddaff27deccf3aa0150ea796e48
3
+ metadata.gz: e6a30798c82256345bc9577a64377bb298272816
4
+ data.tar.gz: db6cda33848f10653d7f4672eed9d74f97aecac1
5
5
  SHA512:
6
- metadata.gz: 6e2f67e8fbad28fc13983060f0575f34051f99a093826dc12f0bbd27526b128aef3b16aa3823cafbf427953f47f3bd8c252d5d3e8afbe746e93a25087690528e
7
- data.tar.gz: 5c22ff75f2454c8d882ebddf2916b2bdc6c5142caa86b5321989a79e00535907a32e21e8eb61db45c52aba1afd547ba30340ca3da17e48e8d046e2ff66f88f34
6
+ metadata.gz: 25ddd37e0b501bde984fc459c2f460388e09854ad7c989b7a40c6249cda23bb28742d66a2c07dc857d29cc616dc3804004a872b84e70fe57be45cbdae32aa30d
7
+ data.tar.gz: fa1c1d89371b40ab558937778c021505e514a4cd75bb48d234fc439b188e31f63fb11d40d6a07c4cd3941548ec98df908ec7a998de5356b1662035a3dbc11732
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- zuora_api (0.2.7.3)
4
+ zuora_api (0.2.7.4)
5
5
  httparty
6
6
  nokogiri (~> 1.6.8)
7
7
  railties (>= 4.1.0, < 5.1)
@@ -268,7 +268,7 @@ module ZuoraAPI
268
268
  Rails.logger.debug('Connect') { response.code} if debug
269
269
  output_json = JSON.parse(response.body)
270
270
  Rails.logger.debug('Connect') {"Response JSON: #{output_json}"} if debug
271
- raise ZuoraAPI::Exceptions::ZuoraAPISessionError.new("#{output_json["reasons"][0]["message"]}") if !output_json["success"] || response.code != 200 && output_json["reasons"][0]["code"] == 90000011
271
+ raise ZuoraAPI::Exceptions::ZuoraAPISessionError.new("#{output_json["reasons"][0]["message"]}") if !output_json["success"] && response.code != 200 && output_json["reasons"][0]["code"] == 90000011
272
272
  raise ZuoraAPI::Exceptions::ZuoraAPIError.new("#{output_json["reasons"][0]["code"]}::#{output_json["reasons"][0]["message"]}") if !output_json["success"] || response.code != 200
273
273
  rescue ZuoraAPI::Exceptions::ZuoraAPISessionError => ex
274
274
  if !(tries -= 1).zero?
@@ -1,3 +1,3 @@
1
1
  module ZuoraAPI
2
- VERSION = "0.2.7.3"
2
+ VERSION = "0.2.7.4"
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: 0.2.7.3
4
+ version: 0.2.7.4
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: 2016-11-28 00:00:00.000000000 Z
11
+ date: 2016-12-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler