health-monitor-rails 8.5.0 → 8.6.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 54a0e9ca8f2f1fcb6f6d1d4ffd1db0be2f1d62fa712314b7d87960fe1ad10afb
4
- data.tar.gz: cc2752aa4c9328401c81cf283a8a7b47f34fe06013abe08b6c8bd9225c8435d8
3
+ metadata.gz: c239782e7f94cdcd5fdfe0b17a224e4ba3664ec09c1bb983b77a96a522ba7475
4
+ data.tar.gz: 13ee80c95c74f1233447e57fca20a8dcb50f2e08151b65cd318f01e091cd8550
5
5
  SHA512:
6
- metadata.gz: 202a5a3d0bc1fbc2f7acd00e6f2e7ab0426705faf818c8b488fa623d3f6160329a7da5c8826958e8f53774e12d19e07bba025840eb665186b4db7c77f0bb918e
7
- data.tar.gz: 34b10f0e4ec669e9f1299720c37e387a8e3480b6f19b242a6d4266d387da78a1768026eeda1aaecea3c6b89aa429952e17c6eef6d7e5e10f7fa9722cbcd77c22
6
+ metadata.gz: bbc4f695cde8357bde5ecaed4a26080313697e522216469b9560520bd38cbba5ef8b147db92963df8dd5e029b339b99a69c361af9a21e5729046d55594ae25a1
7
+ data.tar.gz: 33960930ba4e405ab865345c971a2e57e63bcf3eb7196aeb4e5f6f3d5876567334dd57a39e0d2d6cb7f521ff3d6baf973baf8be2a90d31db0ca9da14fbe04281
@@ -0,0 +1 @@
1
+ require 'health_monitor/engine' # rubocop:disable Naming/FileName
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module HealthMonitor
4
- VERSION = '8.5.0'.freeze
4
+ VERSION = '8.6.0'.freeze
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: health-monitor-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.5.0
4
+ version: 8.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leonid Beder
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-02-19 00:00:00.000000000 Z
11
+ date: 2019-05-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -261,6 +261,7 @@ files:
261
261
  - app/controllers/health_monitor/health_controller.rb
262
262
  - app/views/health_monitor/health/check.html.erb
263
263
  - config/routes.rb
264
+ - lib/health-monitor-rails.rb
264
265
  - lib/health_monitor/configuration.rb
265
266
  - lib/health_monitor/engine.rb
266
267
  - lib/health_monitor/monitor.rb
@@ -272,7 +273,6 @@ files:
272
273
  - lib/health_monitor/providers/resque.rb
273
274
  - lib/health_monitor/providers/sidekiq.rb
274
275
  - lib/health_monitor/version.rb
275
- - lib/health_monitor_rails.rb
276
276
  homepage: https://github.com/lbeder/health-monitor-rails
277
277
  licenses:
278
278
  - MIT
@@ -1,4 +0,0 @@
1
- require 'health_monitor/version'
2
- require 'health_monitor/engine'
3
- require 'health_monitor/configuration'
4
- require 'health_monitor/monitor'