zuora_connect 1.5.316 → 1.5.317
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/config/initializers/redis.rb +1 -1
- data/lib/zuora_connect/version.rb +1 -1
- metadata +32 -32
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7a4d713eaabaed74c83de4682191b8fbc2cdc132
|
|
4
|
+
data.tar.gz: 943062d9fb7e9a2040e1e4c0b34a8d7f3883b07d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b64588369fe4c866cc8721923249a0876bee0f235ef002a7022a117d5e68c732dbb5b4e298af7a98279332c71c6853253e45b1fb69313beeb6de257c0b22190d
|
|
7
|
+
data.tar.gz: 8584068ff654fa0e5807c7be6a2f5874f9445192197f05b6d5df9d83f89d11af20ace96af1f0514917aae9d5a62242033b0eed44be98ef1bbbb295ccb17dd424
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
redis_url = ENV["REDIS_URL"].present? ? ENV["REDIS_URL"] : defined?(Rails.application.secrets.redis) ? Rails.application.secrets.redis : 'redis://localhost:6379/1'
|
|
2
2
|
if defined?(Redis.current)
|
|
3
|
-
Redis.current = Redis.new(:url => redis_url, :timeout => 10)
|
|
3
|
+
Redis.current = Redis.new(:url => redis_url, :timeout => 10, :reconnect_attempts => 2)
|
|
4
4
|
if defined?(Resque.redis)
|
|
5
5
|
Resque.redis = Redis.current
|
|
6
6
|
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.5.
|
|
4
|
+
version: 1.5.317
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Connect Team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-04-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: apartment
|
|
@@ -317,44 +317,44 @@ signing_key:
|
|
|
317
317
|
specification_version: 4
|
|
318
318
|
summary: Summary of Connect.
|
|
319
319
|
test_files:
|
|
320
|
-
- test/lib/generators/zuora_connect/datatable_generator_test.rb
|
|
321
320
|
- test/models/zuora_connect/app_instance_test.rb
|
|
322
321
|
- test/test_helper.rb
|
|
323
|
-
- test/fixtures/zuora_connect/app_instances.yml
|
|
324
322
|
- test/controllers/zuora_connect/api/v1/app_instance_controller_test.rb
|
|
325
|
-
- test/
|
|
326
|
-
- test/zuora_connect_test.rb
|
|
327
|
-
- test/dummy/Rakefile
|
|
328
|
-
- test/dummy/bin/rails
|
|
329
|
-
- test/dummy/bin/bundle
|
|
330
|
-
- test/dummy/bin/setup
|
|
331
|
-
- test/dummy/bin/rake
|
|
332
|
-
- test/dummy/README.rdoc
|
|
333
|
-
- test/dummy/config/locales/en.yml
|
|
334
|
-
- test/dummy/config/environment.rb
|
|
335
|
-
- test/dummy/config/secrets.yml
|
|
336
|
-
- test/dummy/config/database.yml
|
|
337
|
-
- test/dummy/config/application.rb
|
|
338
|
-
- test/dummy/config/boot.rb
|
|
339
|
-
- test/dummy/config/environments/production.rb
|
|
340
|
-
- test/dummy/config/environments/development.rb
|
|
341
|
-
- test/dummy/config/environments/test.rb
|
|
342
|
-
- test/dummy/config/initializers/cookies_serializer.rb
|
|
343
|
-
- test/dummy/config/initializers/wrap_parameters.rb
|
|
344
|
-
- test/dummy/config/initializers/session_store.rb
|
|
345
|
-
- test/dummy/config/initializers/mime_types.rb
|
|
346
|
-
- test/dummy/config/initializers/inflections.rb
|
|
347
|
-
- test/dummy/config/initializers/assets.rb
|
|
348
|
-
- test/dummy/config/initializers/filter_parameter_logging.rb
|
|
349
|
-
- test/dummy/config/initializers/backtrace_silencers.rb
|
|
350
|
-
- test/dummy/config/routes.rb
|
|
323
|
+
- test/dummy/public/404.html
|
|
351
324
|
- test/dummy/public/422.html
|
|
352
325
|
- test/dummy/public/500.html
|
|
353
326
|
- test/dummy/public/favicon.ico
|
|
354
|
-
- test/dummy/
|
|
327
|
+
- test/dummy/Rakefile
|
|
328
|
+
- test/dummy/README.rdoc
|
|
329
|
+
- test/dummy/app/controllers/application_controller.rb
|
|
355
330
|
- test/dummy/app/helpers/application_helper.rb
|
|
356
331
|
- test/dummy/app/views/layouts/application.html.erb
|
|
357
|
-
- test/dummy/app/controllers/application_controller.rb
|
|
358
332
|
- test/dummy/app/assets/stylesheets/application.css
|
|
359
333
|
- test/dummy/app/assets/javascripts/application.js
|
|
334
|
+
- test/dummy/config/routes.rb
|
|
335
|
+
- test/dummy/config/boot.rb
|
|
336
|
+
- test/dummy/config/initializers/assets.rb
|
|
337
|
+
- test/dummy/config/initializers/wrap_parameters.rb
|
|
338
|
+
- test/dummy/config/initializers/session_store.rb
|
|
339
|
+
- test/dummy/config/initializers/filter_parameter_logging.rb
|
|
340
|
+
- test/dummy/config/initializers/inflections.rb
|
|
341
|
+
- test/dummy/config/initializers/mime_types.rb
|
|
342
|
+
- test/dummy/config/initializers/backtrace_silencers.rb
|
|
343
|
+
- test/dummy/config/initializers/cookies_serializer.rb
|
|
344
|
+
- test/dummy/config/environment.rb
|
|
345
|
+
- test/dummy/config/application.rb
|
|
346
|
+
- test/dummy/config/database.yml
|
|
347
|
+
- test/dummy/config/secrets.yml
|
|
348
|
+
- test/dummy/config/environments/production.rb
|
|
349
|
+
- test/dummy/config/environments/test.rb
|
|
350
|
+
- test/dummy/config/environments/development.rb
|
|
351
|
+
- test/dummy/config/locales/en.yml
|
|
352
|
+
- test/dummy/bin/rails
|
|
353
|
+
- test/dummy/bin/rake
|
|
354
|
+
- test/dummy/bin/setup
|
|
355
|
+
- test/dummy/bin/bundle
|
|
360
356
|
- test/dummy/config.ru
|
|
357
|
+
- test/integration/navigation_test.rb
|
|
358
|
+
- test/zuora_connect_test.rb
|
|
359
|
+
- test/fixtures/zuora_connect/app_instances.yml
|
|
360
|
+
- test/lib/generators/zuora_connect/datatable_generator_test.rb
|