zuora_connect 1.4.19 → 1.4.20

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: d2c8abab6cf7e7fd8a8d5d6e7129786f9c122b56
4
- data.tar.gz: bb6c4243981df05e1644709372da01c6c5c29747
3
+ metadata.gz: 661d25f65735ceffbbab6973b68cdb9ccd4afd26
4
+ data.tar.gz: 8fbc56c3e290cc3b7a08e0194435740efafca603
5
5
  SHA512:
6
- metadata.gz: faf7703043dcde6ed961e71a766efcf34b6a781cf52c5a6a2c3b46a856a32250e5450af65dcb1f355c9b4015de4166b4588eb7c9c33d00feb256ba2e0efd2c15
7
- data.tar.gz: a6930436912bec778ff6d76ebb30d2800be21a2dc6d2db52ac76c0e0960a6675c384d61c78b9011bfef72fe4b063570d2f534c046be4d041b229ba790641e7e3
6
+ metadata.gz: 98c735df090afcdaf267b4fcff8c7e80218a2657080ef93f5bdd8b930bc79a00f2419c0009e797e05e36b2b3c66c29125afe51756d0de896d1bd16b286cfcb9a
7
+ data.tar.gz: d33ad3b543e134c478293659edd1aab36f8ae3599ae17c15780bb8bcc2e4c9171a9a4ced26fdfa91a319cbe872c5968a88bf4e3c60e91a21511080e0f3a998f9
@@ -1,6 +1,5 @@
1
1
  module ZuoraConnect
2
2
  class AppInstance < ZuoraConnect::AppInstanceBase
3
- default_scope {select(ZuoraConnect::AppInstance.column_names.delete_if {|x| ["catalog_products", "catalog_rateplans", "catalog_charges", "catalog_mapping", "catalog"].include?(x) }) }
4
-
3
+ default_scope {select(ZuoraConnect::AppInstance.column_names.delete_if {|x| ["catalog_mapping", "catalog"].include?(x) }) }
5
4
  end
6
5
  end
@@ -1,6 +1,6 @@
1
1
  module ZuoraConnect
2
2
  class AppInstanceBase < ActiveRecord::Base
3
- default_scope {select(ZuoraConnect::AppInstance.column_names.delete_if {|x| ["catalog_products", "catalog_rateplans", "catalog_charges", "catalog_mapping", "catalog"].include?(x) }) }
3
+ default_scope {select(ZuoraConnect::AppInstance.column_names.delete_if {|x| ["catalog_mapping", "catalog"].include?(x) }) }
4
4
  after_initialize :init
5
5
  self.table_name = "zuora_connect_app_instances"
6
6
  attr_accessor :options, :mode, :logins, :valid, :task_data, :last_refresh, :username, :password, :s3_client, :api_version
@@ -292,6 +292,7 @@ module ZuoraConnect
292
292
  I18n.locale = self.locale
293
293
  Time.zone = self.timezone
294
294
  @valid = true
295
+ return self
295
296
  end
296
297
 
297
298
  def save_data(session = Hash.new)
@@ -1,3 +1,3 @@
1
1
  module ZuoraConnect
2
- VERSION = "1.4.19"
3
- end
2
+ VERSION = "1.4.20"
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.19
4
+ version: 1.4.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - Connect Team