zuora_connect 1.7.794 → 1.7.795b

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: 1781f02d1b3247dab3886352057ed305d871857f
4
- data.tar.gz: 04c7ec9a6b781cdd8ca62ec794a3f48286ce18a9
3
+ metadata.gz: 7d651f52d14dcbb8695678a64e4e291ed629c3d9
4
+ data.tar.gz: ad86506c0fedeffb2fb15915326015f8453303f8
5
5
  SHA512:
6
- metadata.gz: fb07ba6f650a29480752204dcdae2fbda5ac3b91f18cba4d7ade20e21d63f5125e2120e458813e1f95dc31d56ed4f39a8ec6934ec0db377341f1fac0a4ab26e0
7
- data.tar.gz: bb1a7b484c26197a78efd7305082f0b475fdb0cb3773e79747987c26da83eb415a075c0b168fd44c3df574be2f0136c337e531e7e2eb8a17cc3d172a8f10b12e
6
+ metadata.gz: 34db2e3e9aadba3d9ade9ec13c710b81277f343f80d2312bf86a8ec9597e17a74f0081b417f9d66318f016391f2ecd640c8d13c28682a6ca8bc4b5c313806d6f
7
+ data.tar.gz: d39e1c95b580f0cf20ac46ca338a98cd16b8864dd583c51be4ca443f7d2b26572404c174d176d57d81fb7d039d8d4957cb57a0c3caf060c6fb56486992077abd
@@ -13,7 +13,7 @@ if defined?(ElasticAPM)
13
13
  ElasticAPM.agent.config.server_url = "http://apm-server.logging:8200"
14
14
  ElasticAPM.agent.config.transaction_sample_rate = 1.0
15
15
  when 'development'
16
- ElasticAPM.agent.config.server_url = "http://logging.0.ecc.auw2.zuora:8200#{Time.now.to_i}"
16
+ ElasticAPM.agent.config.server_url = "http://logging.0.ecc.auw2.zuora:8200"
17
17
  ElasticAPM.agent.config.transaction_sample_rate = 1.0
18
18
  end
19
19
  ElasticAPM.agent.config.pool_size = 1
@@ -1,3 +1,3 @@
1
1
  module ZuoraConnect
2
- VERSION = "1.7.794"
3
- end
2
+ VERSION = "1.7.795b"
3
+ end
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.7.794
4
+ version: 1.7.795b
5
5
  platform: ruby
6
6
  authors:
7
7
  - Connect Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-03-12 00:00:00.000000000 Z
11
+ date: 2019-03-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: apartment
@@ -391,9 +391,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
391
391
  version: '0'
392
392
  required_rubygems_version: !ruby/object:Gem::Requirement
393
393
  requirements:
394
- - - ">="
394
+ - - ">"
395
395
  - !ruby/object:Gem::Version
396
- version: '0'
396
+ version: 1.3.1
397
397
  requirements: []
398
398
  rubyforge_project:
399
399
  rubygems_version: 2.6.8
@@ -401,44 +401,44 @@ signing_key:
401
401
  specification_version: 4
402
402
  summary: Summary of Connect.
403
403
  test_files:
404
+ - test/lib/generators/zuora_connect/datatable_generator_test.rb
405
+ - test/integration/navigation_test.rb
404
406
  - test/test_helper.rb
407
+ - test/models/zuora_connect/app_instance_test.rb
405
408
  - test/fixtures/zuora_connect/app_instances.yml
406
409
  - test/controllers/zuora_connect/api/v1/app_instance_controller_test.rb
407
- - test/models/zuora_connect/app_instance_test.rb
408
410
  - test/zuora_connect_test.rb
409
- - test/lib/generators/zuora_connect/datatable_generator_test.rb
410
- - test/integration/navigation_test.rb
411
411
  - test/dummy/README.rdoc
412
- - test/dummy/bin/bundle
413
- - test/dummy/bin/rails
414
- - test/dummy/bin/rake
415
- - test/dummy/bin/setup
416
- - test/dummy/app/helpers/application_helper.rb
417
- - test/dummy/app/views/layouts/application.html.erb
412
+ - test/dummy/Rakefile
418
413
  - test/dummy/app/assets/stylesheets/application.css
419
414
  - test/dummy/app/assets/javascripts/application.js
420
415
  - test/dummy/app/controllers/application_controller.rb
421
- - test/dummy/public/favicon.ico
422
- - test/dummy/public/422.html
423
- - test/dummy/public/500.html
424
- - test/dummy/public/404.html
425
- - test/dummy/config/locales/en.yml
426
- - test/dummy/config/secrets.yml
416
+ - test/dummy/app/helpers/application_helper.rb
417
+ - test/dummy/app/views/layouts/application.html.erb
418
+ - test/dummy/config/environments/test.rb
419
+ - test/dummy/config/environments/production.rb
420
+ - test/dummy/config/environments/development.rb
421
+ - test/dummy/config/database.yml
427
422
  - test/dummy/config/routes.rb
428
- - test/dummy/config/environment.rb
423
+ - test/dummy/config/initializers/assets.rb
429
424
  - test/dummy/config/initializers/cookies_serializer.rb
430
- - test/dummy/config/initializers/session_store.rb
431
- - test/dummy/config/initializers/backtrace_silencers.rb
432
- - test/dummy/config/initializers/inflections.rb
433
425
  - test/dummy/config/initializers/mime_types.rb
434
- - test/dummy/config/initializers/assets.rb
426
+ - test/dummy/config/initializers/backtrace_silencers.rb
435
427
  - test/dummy/config/initializers/filter_parameter_logging.rb
428
+ - test/dummy/config/initializers/session_store.rb
436
429
  - test/dummy/config/initializers/wrap_parameters.rb
437
- - test/dummy/config/boot.rb
438
- - test/dummy/config/database.yml
439
- - test/dummy/config/environments/development.rb
440
- - test/dummy/config/environments/production.rb
441
- - test/dummy/config/environments/test.rb
430
+ - test/dummy/config/initializers/inflections.rb
431
+ - test/dummy/config/locales/en.yml
432
+ - test/dummy/config/environment.rb
442
433
  - test/dummy/config/application.rb
434
+ - test/dummy/config/boot.rb
435
+ - test/dummy/config/secrets.yml
436
+ - test/dummy/bin/setup
437
+ - test/dummy/bin/rails
438
+ - test/dummy/bin/bundle
439
+ - test/dummy/bin/rake
443
440
  - test/dummy/config.ru
444
- - test/dummy/Rakefile
441
+ - test/dummy/public/422.html
442
+ - test/dummy/public/500.html
443
+ - test/dummy/public/favicon.ico
444
+ - test/dummy/public/404.html