health_bit 0.1.4 → 0.1.5

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: faf35e513425c4182b1ee7a633036fc4e435632da72be0b94ae898676824c7dd
4
- data.tar.gz: e1827e6e0c6cfc216849f784f62777ba7dd4dd9cc4f70277566b67ad7c223d98
3
+ metadata.gz: 165157494ddf78893692fb8804f21ffd5593ef920eff1a57c150010a890684be
4
+ data.tar.gz: d7d1fac174945a5f7f7b72593570f398d0ec370fed068d078cbb384c5bae7485
5
5
  SHA512:
6
- metadata.gz: 0f5271b84f10e1c477688a42d175ee6c1391d96c492340159eb9d6c02992bd7efe0f3670ead116a37d63e9122798ca1cdd5dc4215d160a5c7d1e9765c1ff02b7
7
- data.tar.gz: 140284648832d5801f0f3fe7ba6ab9d99af53008a61f19a2d5a1baff0d8c7a26ce41215852ee1c29d012019e84c18a709144994f65c9ec2d8c71d94a8a49fe6d
6
+ metadata.gz: c295827cec83a3153efdc06f33bb4d8db288e4f0b99fee5d2f5e68a575b33ee88ef3c52fba8ffbe5fce18dd55b3c406630f709d84c8dd4ab7bb1c9d5769556ab
7
+ data.tar.gz: 56eb077a8e09a9407c07034c1935625ba07e3ac75b12cce961667a6642e7812dcde84074e348e177fbd1389277723d85a72dac000b74656db11a79c0441badc0
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- health_bit (0.1.4)
4
+ health_bit (0.1.5)
5
5
  rack
6
6
 
7
7
  GEM
data/README.md CHANGED
@@ -1,4 +1,5 @@
1
- [![pipeline status](https://travis-ci.com/shlima/health_bit.svg?branch=master)](https://travis-ci.com/shlima/health_bit)
1
+ [![pipeline status](https://travis-ci.com/shlima/health_bit.svg?branch=master)](https://travis-ci.com/shlima/health_bit)
2
+ [![gem version](https://badge.fury.io/rb/health_bit.svg)](https://rubygems.org/gems/health_bit)
2
3
 
3
4
  # HealthBit
4
5
 
@@ -8,7 +9,7 @@ This gem was inspired by the [health_check](https://github.com/ianheggie/health_
8
9
  extensible and contains up to 95% less code.
9
10
 
10
11
  Key differences:
11
- * is a rack application
12
+ * is a rack application (just a lambda function)
12
13
  * can be used with rails, sinatra or any other rack application
13
14
  * can add custom checks
14
15
  * can add multiple endpoints with independent checks
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module HealthBit
4
- VERSION = '0.1.4'
4
+ VERSION = '0.1.5'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: health_bit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aliaksandr Shylau