zuora_api 1.4.0 → 1.4.01

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 023d51f61b28c69e9371fc59b16880106fdc8782
4
- data.tar.gz: 246af4a2749dcbdf9ef8285d385e8d97fb0a912d
3
+ metadata.gz: 7c581dcd6cf352badd5b1df65fca8be25f14a18b
4
+ data.tar.gz: e72826fc887375c7c12c2bc5a46088f4fb4aca19
5
5
  SHA512:
6
- metadata.gz: 5bd2b25793d66dc74077e4454544b0a50850ffc22a92d6938b1d1ff83aa3d206dc31de15f19184eb99cab3751b35de89e6173354742793f166bbd3d5864c88dd
7
- data.tar.gz: 9f81b7d43aabd6b2e9fabe87e86b5abd2185ea85ce5050f445021c719a5e8afe527b1a096017cda80305b044be71099d52a1b813a6e35e0e211b73adb62edcd0
6
+ metadata.gz: f097cb18209f6576779d5d6e031ae7d6494f565cb3d971f0a9a2e6fb31f17e3eeec25fd517e636a0dfdf8efb4448980240522f736f90b9a0a38edd63db353aed
7
+ data.tar.gz: 1cca58da0aa83aae4b2fa301ae30b14a92fdc19bfa20c11f0ab62fd1cfe3539d11120075b75c644cf191fd86a9116a33d7dcae013804f24e60e68e4e260ddd05
@@ -704,7 +704,7 @@ module ZuoraAPI
704
704
  end
705
705
  xml['SOAP-ENV'].Body do
706
706
  xml['ns1'].query do
707
- xml['ns1'].queryString "SELECT Id, CreatedById, CreatedDate, Encrypted, FileId, Format, Name, Query, Size, Status, StatusReason, UpdatedById, UpdatedDate, Zip From Export where Id = '#{id}"
707
+ xml['ns1'].queryString "SELECT Id, CreatedById, CreatedDate, Encrypted, FileId, Format, Name, Query, Size, Status, StatusReason, UpdatedById, UpdatedDate, Zip From Export where Id = '#{id}'"
708
708
  end
709
709
  end
710
710
  end
@@ -1,3 +1,3 @@
1
1
  module ZuoraAPI
2
- VERSION = "1.4.0"
2
+ VERSION = "1.4.01"
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.4.0
4
+ version: 1.4.01
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-11-11 00:00:00.000000000 Z
11
+ date: 2017-11-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler