zuora_connect 2.0.5h → 2.0.5i

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
  SHA256:
3
- metadata.gz: f3ac4dedb3c0a45e3e06bdb5f896945c9133f73cc840ea1ee6e69f328a1d5b3d
4
- data.tar.gz: adf9a515f860cf94c56b048cc9bde389640e1f6c4a46a9a4a4d599e3be18017f
3
+ metadata.gz: a6e24ecbe0cc46c18ae4e15f4435d97da771f745e715d4a1b6aa367074dae636
4
+ data.tar.gz: 99cac202292bac967e210ded0c1cc208a32eed070adbc5d61f65daad79b6b304
5
5
  SHA512:
6
- metadata.gz: 7487348f4ed6b1d59c7ce62ea033fcc6192cac73e6cce67973ddd79340331061b580ef78dad182cebb92af66dd3fbba0ddac35a552c1ca0f58f57c6c04a52d4d
7
- data.tar.gz: d41ba2be63158fdc5f12e2f06c3c2b09e44a40779cf9a989c477e75b9e450eb2f4e9e5eeef6ef7e62facf263e599a886e77cc71dee66c356753159c3956b6d98
6
+ metadata.gz: ce2054e8627a6532d52c4292b832f2068483d034ec8326609641a1ea9006de4245f49104d0492933e917a3a20adafcbad3aa30cbb9806a4384179a49b8abed4c
7
+ data.tar.gz: 10521535501919658c69dd7a2184dc6db7b44a4de43be4157a861be7f50d91f069fc08178c563f36897ae6e29016367cf304ebec74ad0184df3f864729dfcf36
@@ -238,7 +238,7 @@ module ZuoraConnect
238
238
  "authentication_type": "OAUTH",
239
239
  "entities": available_entities.map {|e| e.merge({'displayName' => client_describe["tenantName"]})}
240
240
  },
241
- "tenant_ids": cavailable_entities.map{|e| e['entityId'] }.push(client_describe["tenantId"]).uniq,
241
+ "tenant_ids": available_entities.map{|e| e['entityId'] }.push(client_describe["tenantId"]).uniq,
242
242
  }
243
243
 
244
244
  @appinstance = ZuoraConnect::AppInstance.new(:id => next_id, :zuora_logins => task_data, :oauth_expires_at => Time.now + 1000.years)
@@ -1,3 +1,3 @@
1
1
  module ZuoraConnect
2
- VERSION = "2.0.5h"
2
+ VERSION = "2.0.5i"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zuora_connect
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.5h
4
+ version: 2.0.5i
5
5
  platform: ruby
6
6
  authors:
7
7
  - Connect Team