zuora_connect 1.4.22 → 1.4.23

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: 71a5ce836f828e92873badc338c40a8ef0ac67c2
4
- data.tar.gz: dad27add978c3f65e3b10f744995d995bf9fc7f1
3
+ metadata.gz: f166e937a1b966ebbac5f07ac725ddbd56854646
4
+ data.tar.gz: 002328d7e34444aa72e5fb2b87831ed4ed51cd88
5
5
  SHA512:
6
- metadata.gz: 1248448db1bf71c3d6b02f850ef02a60bfe641eb4f21e3a79af2649ca29e49870c9a26ff92c7db93c7b2447f59a98be81d356a5ac9a39199e62f52fc6ec12736
7
- data.tar.gz: 41be800206ac435dc6e39f385679a11bd974f8097e89f1fae66feb7932847fd5a1243c0528dd4182875a104e259a4d96efc9cd0b67c8535d51deb644307f939a
6
+ metadata.gz: 85bc2d14075f943e3cc7013ea27a66d2e0e4368e776b5e238d7c82dd38ffa7e7141ada09a9abd25a3829f48f47ea58d051c09ceb5329956e6c1253a695f9eba2
7
+ data.tar.gz: 9cb9eb8fa884e14440f822380dbd34144e5ad386dab43779a8bc3ea9aa51d408464826d8df2f6b97de12d80e422a185ff3ab855f73ab832486c9ea7652fe7e09
@@ -1,4 +1,4 @@
1
- class AddCatalogMappingsToAppInstance < ActiveRecord::Migration
1
+ class CatalogDefault < ActiveRecord::Migration
2
2
  def change
3
3
  change_column :zuora_connect_app_instances, :catalog, :jsonb, default: {}
4
4
  end
@@ -1,3 +1,3 @@
1
1
  module ZuoraConnect
2
- VERSION = "1.4.22"
2
+ VERSION = "1.4.23"
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.4.22
4
+ version: 1.4.23
5
5
  platform: ruby
6
6
  authors:
7
7
  - Connect Team