health_bit 0.1.4 → 0.1.5
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/Gemfile.lock +1 -1
- data/README.md +3 -2
- data/lib/health_bit/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 165157494ddf78893692fb8804f21ffd5593ef920eff1a57c150010a890684be
|
|
4
|
+
data.tar.gz: d7d1fac174945a5f7f7b72593570f398d0ec370fed068d078cbb384c5bae7485
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c295827cec83a3153efdc06f33bb4d8db288e4f0b99fee5d2f5e68a575b33ee88ef3c52fba8ffbe5fce18dd55b3c406630f709d84c8dd4ab7bb1c9d5769556ab
|
|
7
|
+
data.tar.gz: 56eb077a8e09a9407c07034c1935625ba07e3ac75b12cce961667a6642e7812dcde84074e348e177fbd1389277723d85a72dac000b74656db11a79c0441badc0
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
[](https://travis-ci.com/shlima/health_bit)
|
|
1
|
+
[](https://travis-ci.com/shlima/health_bit)
|
|
2
|
+
[](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
|
data/lib/health_bit/version.rb
CHANGED