health-monitor-rails 10.1.0 → 10.2.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: f31145948d53277b016035e3dd3b1580ccc47afc452f2a9a197141c3c96b21ad
4
- data.tar.gz: 80f759c330d6086287abd668c6c9bf5c9666092a3ac2d8ac2f0a8439981a36ff
3
+ metadata.gz: 62c9d1e35830ba8c1c158c69b42a8ca5e88e5a127e9f55e7641f19105fdc1386
4
+ data.tar.gz: 1c82d4f832b886f8f85d6e1197fdd35d1839c10073848832d3a2c604b44e008a
5
5
  SHA512:
6
- metadata.gz: c3b4d89aa49a1d799f23ec6e98bf718a584e8c7954e1c4544d61159f0ed012609bb8eb213714cf987f52a537dd00c14bfbce6b92fa8f5f7e64b50fdf1f94310f
7
- data.tar.gz: 6e1f95ccc047a279d7cb8658a3186de8b20ae62260ea9832beec3ca7a944522b1a91171ee3aa9c4d9ddc672f964d8c55f2f8005a036d0423281d42dc038d34a0
6
+ metadata.gz: 5f5249cc195b5e672c000989641fb3b4456edc14025fab3f817668d74767859fab36bb94fe87fe0f86443de64c4baa2dacca6c2f24fc3655637ccc850fa3262b
7
+ data.tar.gz: 60a8ddc89ba7d9b4f0b0223f92d2138a9f28921e3f60857831594bc66cb7093a0f07335fd974a829492ff3996ec9460c3a954ac4cf8505f86ee542ce6cc554f9
@@ -16,8 +16,8 @@ module HealthMonitor
16
16
 
17
17
  respond_to do |format|
18
18
  format.html
19
- format.json { render json: statuses.to_json, status: statuses[:status] }
20
- format.xml { render xml: statuses.to_xml, status: statuses[:status] }
19
+ format.json { render json: @statuses.to_json, status: @statuses[:status] }
20
+ format.xml { render xml: @statuses.to_xml, status: @statuses[:status] }
21
21
  end
22
22
  end
23
23
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module HealthMonitor
4
- VERSION = '10.1.0'
4
+ VERSION = '10.2.0'
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: 10.1.0
4
+ version: 10.2.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: 2023-01-16 00:00:00.000000000 Z
11
+ date: 2023-03-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties