zuora_connect 2.0.60d → 2.0.60e
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 +4 -4
- data/lib/zuora_connect/controllers/helpers.rb +1 -0
- data/lib/zuora_connect/version.rb +1 -1
- metadata +27 -27
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9efee2fa39c05fb2cf07a2e9a49e14b76a75e68c8be87f008018287a45551ceb
|
|
4
|
+
data.tar.gz: f59b6c98c859dc205afc28a2eae57d5037b6d9cc1f41a5dd33e36d3e2b55a307
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 73b79ce54de6008219f2f3fd2abce7defccc27454f3328cf57b02ff116ea7faef8d22d5789566bad372e440c38f486a6bc2062ed2c1ff497d0ea1ac3863cbbdd
|
|
7
|
+
data.tar.gz: 940145c4211fa0be98c0e099f69df168a3224d17695c8fe3efa70ad4ed6fcc4788377d4ed74f17fd089f3c8adab481a1b224c33a46f71701403b00dbc1d386b6
|
|
@@ -411,6 +411,7 @@ module ZuoraConnect
|
|
|
411
411
|
if defined?(@appinstance) && !@appinstance['zuora_logins'].nil?
|
|
412
412
|
#Add user/update
|
|
413
413
|
begin
|
|
414
|
+
ZuoraConnect::ZuoraUser.reset_table_name
|
|
414
415
|
@zuora_user = ZuoraConnect::ZuoraUser.where(:zuora_user_id => zuora_user_id).first
|
|
415
416
|
rescue ActiveRecord::StatementInvalid => ex
|
|
416
417
|
if ex.message.include?("PG::UndefinedTable") && ex.message.include?("zuora_users")
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: zuora_connect
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.60e
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Connect Team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-08-
|
|
11
|
+
date: 2020-08-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: apartment
|
|
@@ -438,44 +438,44 @@ signing_key:
|
|
|
438
438
|
specification_version: 4
|
|
439
439
|
summary: Summary of Connect.
|
|
440
440
|
test_files:
|
|
441
|
-
- test/integration/navigation_test.rb
|
|
442
|
-
- test/controllers/zuora_connect/api/v1/app_instance_controller_test.rb
|
|
443
441
|
- test/fixtures/zuora_connect/app_instances.yml
|
|
444
|
-
- test/lib/generators/zuora_connect/datatable_generator_test.rb
|
|
445
442
|
- test/models/zuora_connect/app_instance_test.rb
|
|
443
|
+
- test/integration/navigation_test.rb
|
|
444
|
+
- test/controllers/zuora_connect/api/v1/app_instance_controller_test.rb
|
|
446
445
|
- test/zuora_connect_test.rb
|
|
447
|
-
- test/
|
|
448
|
-
- test/dummy/config.ru
|
|
449
|
-
- test/dummy/public/422.html
|
|
450
|
-
- test/dummy/public/404.html
|
|
446
|
+
- test/lib/generators/zuora_connect/datatable_generator_test.rb
|
|
451
447
|
- test/dummy/public/500.html
|
|
448
|
+
- test/dummy/public/404.html
|
|
452
449
|
- test/dummy/public/favicon.ico
|
|
453
|
-
- test/dummy/
|
|
454
|
-
- test/dummy/
|
|
455
|
-
- test/dummy/
|
|
456
|
-
- test/dummy/app/assets/javascripts/application.js
|
|
457
|
-
- test/dummy/app/assets/stylesheets/application.css
|
|
458
|
-
- test/dummy/README.rdoc
|
|
459
|
-
- test/dummy/bin/rails
|
|
460
|
-
- test/dummy/bin/rake
|
|
461
|
-
- test/dummy/bin/bundle
|
|
462
|
-
- test/dummy/bin/setup
|
|
450
|
+
- test/dummy/public/422.html
|
|
451
|
+
- test/dummy/Rakefile
|
|
452
|
+
- test/dummy/config.ru
|
|
463
453
|
- test/dummy/config/secrets.yml
|
|
464
454
|
- test/dummy/config/boot.rb
|
|
465
|
-
- test/dummy/config/
|
|
466
|
-
- test/dummy/config/initializers/filter_parameter_logging.rb
|
|
455
|
+
- test/dummy/config/application.rb
|
|
467
456
|
- test/dummy/config/initializers/session_store.rb
|
|
468
|
-
- test/dummy/config/initializers/inflections.rb
|
|
469
|
-
- test/dummy/config/initializers/cookies_serializer.rb
|
|
470
457
|
- test/dummy/config/initializers/assets.rb
|
|
471
458
|
- test/dummy/config/initializers/wrap_parameters.rb
|
|
459
|
+
- test/dummy/config/initializers/filter_parameter_logging.rb
|
|
472
460
|
- test/dummy/config/initializers/backtrace_silencers.rb
|
|
473
|
-
- test/dummy/config/
|
|
474
|
-
- test/dummy/config/
|
|
475
|
-
- test/dummy/config/
|
|
461
|
+
- test/dummy/config/initializers/mime_types.rb
|
|
462
|
+
- test/dummy/config/initializers/inflections.rb
|
|
463
|
+
- test/dummy/config/initializers/cookies_serializer.rb
|
|
476
464
|
- test/dummy/config/routes.rb
|
|
465
|
+
- test/dummy/config/database.yml
|
|
466
|
+
- test/dummy/config/environments/test.rb
|
|
477
467
|
- test/dummy/config/environments/production.rb
|
|
478
468
|
- test/dummy/config/environments/development.rb
|
|
479
|
-
- test/dummy/config/
|
|
469
|
+
- test/dummy/config/environment.rb
|
|
480
470
|
- test/dummy/config/locales/en.yml
|
|
471
|
+
- test/dummy/README.rdoc
|
|
472
|
+
- test/dummy/bin/rake
|
|
473
|
+
- test/dummy/bin/setup
|
|
474
|
+
- test/dummy/bin/rails
|
|
475
|
+
- test/dummy/bin/bundle
|
|
476
|
+
- test/dummy/app/views/layouts/application.html.erb
|
|
477
|
+
- test/dummy/app/assets/javascripts/application.js
|
|
478
|
+
- test/dummy/app/assets/stylesheets/application.css
|
|
479
|
+
- test/dummy/app/helpers/application_helper.rb
|
|
480
|
+
- test/dummy/app/controllers/application_controller.rb
|
|
481
481
|
- test/test_helper.rb
|