connfuse 0.1.2 → 0.1.3
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/README.md +0 -1
- data/lib/connfuse.rb +2 -0
- data/lib/connfuse/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b64d5ceb094d153111c663c45011cc34427843c0
|
|
4
|
+
data.tar.gz: ceca494a2cc757ed076f3f937378f903a7fed9e8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0216cb814c998fdd301f951150a30a433e45f5915953e056f05ba75e7f0d9780ab5e0932ce33898e3ec621a3251abd4ff8eb689ec543f56d088679a060b7e39b
|
|
7
|
+
data.tar.gz: 7492d2bd8a5b04d789f4615ce02e2c8e9f5020704f543d90eefba1593dff19d372980d328a5e104add6b41253f2909bb07f0c2879368d9b1eaf593861dd0cc4d
|
data/README.md
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
# Connfuse
|
|
2
2
|
|
|
3
3
|
[](https://travis-ci.org/rutaka-n/connfuse) [](https://codeclimate.com/github/rutaka-n/connfuse) [](https://codeclimate.com/github/rutaka-n/connfuse/coverage) [](https://codeclimate.com/github/rutaka-n/connfuse)
|
|
4
|
-
|
|
5
4
|
Connfuse is a Ruby circuit breaker gem. It lets your application fail fast from failures of its service dependencies. It wraps calls to external services and monitors for failures.
|
|
6
5
|
|
|
7
6
|
## Installation
|
data/lib/connfuse.rb
CHANGED
data/lib/connfuse/version.rb
CHANGED