zuora_connect 1.3.1.1 → 1.3.1.2

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: bf78f67e63e447605ffe4de79c8fd5163eec4d05
4
- data.tar.gz: b78289f7090a9d4b2daa44f30642d6a83742be89
3
+ metadata.gz: 0918a9b3d25186029672aaf6f406c115590462ef
4
+ data.tar.gz: 4bf73724a0e1c9897a09ff24b0b6d0ca515a29a7
5
5
  SHA512:
6
- metadata.gz: 470f3ed567bb40ffe74bbf26f0382ec2d4eced3673d263a5d17935d45e82d0835177c8da9b6dd97d659bb0362f44de0da81135f56d79049fcb58aab93d8787be
7
- data.tar.gz: bc893443c607ccdeb67ed498b5cf29118b897434319952afd926532aadd2d6e404a0f05301d3333862a0b2f81d8b50b659f6c5faa285763eb5a7e2e7d57b9fa5
6
+ metadata.gz: b3d4aa009506bf54d089fc796487716eccd5cc732156c0f7c227662cb33707231e63f20e35a2ceb2e469176e745f370419f7d42bca2d34667430c34715e10c3b
7
+ data.tar.gz: 486f69a9431f1bcaee96eb1362aa4f0ca80028d85838ae4bc815a668d4920d56ca8fd7a87df0f6f2c88c237196363267067db03c12e1b1f9f714d1c634c9f77e
@@ -68,7 +68,7 @@ Apartment.configure do |config|
68
68
  # e.g when using a PostgreSQL extension like hstore.
69
69
  # Any schemas added here will be available along with your selected Tenant.
70
70
  #
71
- # config.persistent_schemas = %w{ hstore }
71
+ config.persistent_schemas = %w{ shared_extensions }
72
72
 
73
73
  # <== PostgreSQL only options
74
74
  #
@@ -1,3 +1,3 @@
1
1
  module ZuoraConnect
2
- VERSION = "1.3.1.1"
2
+ VERSION = "1.3.1.2"
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: 1.3.1.1
4
+ version: 1.3.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Connect Team