zuora_connect 1.4.32 → 1.4.33
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/railtie.rb +1 -1
- data/lib/zuora_connect/version.rb +1 -1
- metadata +26 -26
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 057d651c398b923edf77fd76fed906828e210da1
|
4
|
+
data.tar.gz: fc901ffba22dd5418199daa76cacf413a22efc16
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 89a44a7f76cf7b0779494908faaa4f97bd00ad2110b4f0a195e0c5746ca70b0475e2380e03ce03bd0b300349119dc6ff73d886f46469ed2c344cbf8e55b20829
|
7
|
+
data.tar.gz: 387b16ca0eb57a862d607de56423c1613543db564de2b46f760ad575f1f1557f71693e2f88d3952c4914a44b5fd1e53312f46a484f7677b68fd0baf3b3e5beba
|
@@ -19,7 +19,7 @@ module ZuoraConnect
|
|
19
19
|
logger.formatter = ::Logger::Formatter.new
|
20
20
|
Rails.configuration.logger = ActiveSupport::TaggedLogging.new(logger)
|
21
21
|
Rails.configuration.lograge.enabled = true
|
22
|
-
Rails.configuration.lograge.formatter = Lograge::Formatters::
|
22
|
+
Rails.configuration.lograge.formatter = Lograge::Formatters::Json.new
|
23
23
|
Rails.configuration.lograge.custom_options = lambda do |event|
|
24
24
|
exceptions = %w(controller action format id)
|
25
25
|
{
|
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: 1.4.
|
4
|
+
version: 1.4.33
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Connect Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-07-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activerecord-session_store
|
@@ -308,44 +308,44 @@ signing_key:
|
|
308
308
|
specification_version: 4
|
309
309
|
summary: Summary of Connect.
|
310
310
|
test_files:
|
311
|
-
- test/controllers/zuora_connect/api/v1/app_instance_controller_test.rb
|
312
|
-
- test/test_helper.rb
|
313
|
-
- test/integration/navigation_test.rb
|
314
311
|
- test/lib/generators/zuora_connect/datatable_generator_test.rb
|
315
|
-
- test/dummy/
|
312
|
+
- test/dummy/Rakefile
|
313
|
+
- test/dummy/bin/bundle
|
314
|
+
- test/dummy/bin/rake
|
315
|
+
- test/dummy/bin/setup
|
316
|
+
- test/dummy/bin/rails
|
316
317
|
- test/dummy/app/assets/javascripts/application.js
|
317
318
|
- test/dummy/app/assets/stylesheets/application.css
|
318
319
|
- test/dummy/app/views/layouts/application.html.erb
|
320
|
+
- test/dummy/app/controllers/application_controller.rb
|
319
321
|
- test/dummy/app/helpers/application_helper.rb
|
320
|
-
- test/dummy/README.rdoc
|
321
322
|
- test/dummy/config.ru
|
322
|
-
- test/dummy/
|
323
|
-
- test/dummy/bin/bundle
|
324
|
-
- test/dummy/bin/rails
|
325
|
-
- test/dummy/bin/setup
|
326
|
-
- test/dummy/Rakefile
|
327
|
-
- test/dummy/public/favicon.ico
|
323
|
+
- test/dummy/README.rdoc
|
328
324
|
- test/dummy/public/404.html
|
329
325
|
- test/dummy/public/422.html
|
330
326
|
- test/dummy/public/500.html
|
327
|
+
- test/dummy/public/favicon.ico
|
328
|
+
- test/dummy/config/boot.rb
|
329
|
+
- test/dummy/config/locales/en.yml
|
330
|
+
- test/dummy/config/environments/production.rb
|
331
331
|
- test/dummy/config/environments/development.rb
|
332
332
|
- test/dummy/config/environments/test.rb
|
333
|
-
- test/dummy/config/
|
334
|
-
- test/dummy/config/
|
335
|
-
- test/dummy/config/
|
333
|
+
- test/dummy/config/database.yml
|
334
|
+
- test/dummy/config/secrets.yml
|
335
|
+
- test/dummy/config/routes.rb
|
336
336
|
- test/dummy/config/application.rb
|
337
|
-
- test/dummy/config/initializers/session_store.rb
|
338
|
-
- test/dummy/config/initializers/cookies_serializer.rb
|
339
337
|
- test/dummy/config/initializers/inflections.rb
|
340
|
-
- test/dummy/config/initializers/mime_types.rb
|
341
338
|
- test/dummy/config/initializers/wrap_parameters.rb
|
342
|
-
- test/dummy/config/initializers/
|
343
|
-
- test/dummy/config/initializers/filter_parameter_logging.rb
|
339
|
+
- test/dummy/config/initializers/mime_types.rb
|
344
340
|
- test/dummy/config/initializers/backtrace_silencers.rb
|
345
|
-
- test/dummy/config/
|
346
|
-
- test/dummy/config/
|
347
|
-
- test/dummy/config/
|
348
|
-
- test/dummy/config/
|
341
|
+
- test/dummy/config/initializers/filter_parameter_logging.rb
|
342
|
+
- test/dummy/config/initializers/assets.rb
|
343
|
+
- test/dummy/config/initializers/session_store.rb
|
344
|
+
- test/dummy/config/initializers/cookies_serializer.rb
|
345
|
+
- test/dummy/config/environment.rb
|
346
|
+
- test/zuora_connect_test.rb
|
349
347
|
- test/fixtures/zuora_connect/app_instances.yml
|
348
|
+
- test/test_helper.rb
|
349
|
+
- test/controllers/zuora_connect/api/v1/app_instance_controller_test.rb
|
350
|
+
- test/integration/navigation_test.rb
|
350
351
|
- test/models/zuora_connect/app_instance_test.rb
|
351
|
-
- test/zuora_connect_test.rb
|