health-monitor-rails 3.0.1 → 3.0.2

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
  SHA1:
3
- metadata.gz: 8ee9a0ab44b656791ce415bd313f798c25792370
4
- data.tar.gz: acacace8a2adb7ed19d93c41c5dae17d640df45e
3
+ metadata.gz: f5ca7cbb4392ffa1363a87b40c2816d4de722ae0
4
+ data.tar.gz: 59b5e9e6d382fa61e2e11f065e09c993da777fd0
5
5
  SHA512:
6
- metadata.gz: af87c7a39394809788c85c82914afd96d230aaffcba8e81160dad6478a4f3e17a1e75112f85419ff4f26cfa0e1d4a684cbf7a993335e6b99f2304ff9c2637ca9
7
- data.tar.gz: c406bb77b047bcb2d86d4e7e884017c7126dc0295c07df1fb65548f67b2f807e0ac18d5b5eaeb7a7d3d247ba014811136ba422d60cb696d13491c6348615a1e4
6
+ metadata.gz: 07f4c55dde7f10f8019df3c3177d34e44104ccf259334060f7747d843c09e82c62779998f46b600a442f859b68135c60fdaa9e93157c1b103e9d62d7bdce24a2
7
+ data.tar.gz: 703925424ed0d6aa9450140616f92052fbf1cc11d1002a01e26e48d886f36e73dcab4c2ef46fa294df224ecc67b9cb90de61bedd82cb90d4c59d12afcb4a80b0
@@ -1,4 +1,8 @@
1
+ # rubocop:disable Style/FileName
2
+
1
3
  require 'health_monitor/version'
2
4
  require 'health_monitor/engine'
3
5
  require 'health_monitor/configuration'
4
6
  require 'health_monitor/monitor'
7
+
8
+ # rubocop:enable Style/FileName
@@ -1,3 +1,3 @@
1
1
  module HealthMonitor
2
- VERSION = '3.0.1'.freeze
2
+ VERSION = '3.0.2'.freeze
3
3
  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: 3.0.1
4
+ version: 3.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leonid Beder
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-05-20 00:00:00.000000000 Z
11
+ date: 2015-05-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -190,6 +190,7 @@ files:
190
190
  - Rakefile
191
191
  - app/controllers/health_monitor/health_controller.rb
192
192
  - config/routes.rb
193
+ - lib/health-monitor-rails.rb
193
194
  - lib/health_monitor/configuration.rb
194
195
  - lib/health_monitor/engine.rb
195
196
  - lib/health_monitor/monitor.rb
@@ -200,7 +201,6 @@ files:
200
201
  - lib/health_monitor/providers/resque.rb
201
202
  - lib/health_monitor/providers/sidekiq.rb
202
203
  - lib/health_monitor/version.rb
203
- - lib/health_monitor_rails.rb
204
204
  homepage: https://github.com/lbeder/health-monitor-rails
205
205
  licenses:
206
206
  - MIT