.gitignore | 100644 | 0 | 0 | | | 160 Bytes | 700ef49c79411f24f4b9254f28417e4ca2064b3cc8fa98d29cb99c6bb2929a8e |
.travis.yml | 100644 | 0 | 0 | | | 56 Bytes | e2dbc4fffa1170292cf67d7437980b633f83f23ad812aeb4a5cb37e818fb7e41 |
Gemfile | 100644 | 0 | 0 | | | 96 Bytes | 5c936a9326f5ae1d530ae7361b0fa301e6e287ad3c83c8f94600e72a90ab2aa7 |
Guardfile | 100644 | 0 | 0 | | | 285 Bytes | e20dd8d17792d834ed7edf21d63cc5a749fdf55d573354996d1dbddde85cf1e8 |
LICENSE | 100644 | 0 | 0 | | | 673 Bytes | a325b1a28a8605c1f18c9a27defb6092cefb5293c11429bfb18ffdfca7533944 |
README.md | 100644 | 0 | 0 | | | 6.88 KB | 7ef83fc8da430d8b725873e1b2d085e41807f41788c92b1f40bb268448a12e1f |
Rakefile | 100644 | 0 | 0 | | | 198 Bytes | 407293f4a89da8e209c50df603363094e0798807928e2cdb8cc394ce9f41afb1 |
circuitbox.gemspec | 100644 | 0 | 0 | | | 1.4 KB | d4eaa5f33f8cf9a6354a7d11b27fd02ca03d0778c9be34e8996202fd192d99de |
lib/circuitbox.rb | 100644 | 0 | 0 | | | 1.66 KB | 643468e497591ab7b9b14ae6aa051d4d1af792338b39b19646c55244163cf65b |
lib/circuitbox/circuit_breaker.rb | 100644 | 0 | 0 | | | 8.09 KB | 780172bf6224e05c3d242a451e61534291b0659597f9df7475fc4d6d9f2ceaa8 |
lib/circuitbox/errors/error.rb | 100644 | 0 | 0 | | | 57 Bytes | 9a434779ff7bfdb9235c2577a285ff76cb6e05e9f943a044630e4a10c32aa9e1 |
lib/circuitbox/errors/open_circuit_error.rb | 100644 | 0 | 0 | | | 160 Bytes | c919fb43485d9994bfebe29e36155413bafefcd00cf38295c7638df42ff21f42 |
lib/circuitbox/errors/service_failure_error.rb | 100644 | 0 | 0 | | | 213 Bytes | 9787199c0ce8c1ea9deacf1245ecf43e293b309bd27389dd73e7262e6d004af5 |
lib/circuitbox/faraday_middleware.rb | 100644 | 0 | 0 | | | 2.46 KB | d382fd12cee856a68e38e0103719bad105cddbeb223c772c545900e3d5a0e6ec |
lib/circuitbox/memcache_store.rb | 100644 | 0 | 0 | | | 585 Bytes | 186824d76c08c28240255e38354aab749cc6b53949e64a975c4af2dd4e316a7b |
lib/circuitbox/notifier.rb | 100644 | 0 | 0 | | | 954 Bytes | fab2aad6dc8154026396aedc96d6d1116eee8606c41891f73da461c48719f8db |
lib/circuitbox/railtie.rb | 100644 | 0 | 0 | | | 156 Bytes | 7526378fb8f193ef2c1c2485072b45b141d0a818d7f4eefa51d0bba01c2c5856 |
lib/circuitbox/version.rb | 100644 | 0 | 0 | | | 40 Bytes | af392cf613d67049ea186f5a7302156fdc841c984106ad688a4e4086a82b42be |
lib/tasks/circuits.rake | 100644 | 0 | 0 | | | 349 Bytes | 1384f350c80e62e2b2e8a60edd6677fa76c9d4250e8a1fed33e9e580fbe92777 |
test/circuit_breaker_test.rb | 100644 | 0 | 0 | | | 14 KB | 4bfbb7915e7b46d91b09ec48cef899d3c7b6ce4d6fd22d8dc79a55b519c41e99 |
test/circuitbox_test.rb | 100644 | 0 | 0 | | | 2.09 KB | 61334d15b5619a2183e785a7e774111da34249b9858dd9315631769006e6f10a |
test/faraday_middleware_test.rb | 100644 | 0 | 0 | | | 4.88 KB | 49320abaede6d145c641e31e9e7a20a1ca3cbe78bca21faaf803dbd7ddb651fb |
test/integration/faraday_middleware_test.rb | 100644 | 0 | 0 | | | 2.11 KB | deacd22f7e7c82a8a3b9c22e14b4f150f461a018dabefd9a1528e43460a1f3da |
test/integration_helper.rb | 100644 | 0 | 0 | | | 1.09 KB | e23687cc1c0c4cbd906f156f778e301cca367009c00c47995cc3bb21c60b7229 |
test/notifier_test.rb | 100644 | 0 | 0 | | | 856 Bytes | 9112fca788c1be2d1fed536e97228a327b116356e2eeaa766fa35c970c83adfa |
test/test_helper.rb | 100644 | 0 | 0 | | | 298 Bytes | 1449a394093ddade291504a1641565e9bb2406b6fc77d038a05e17f9e855d7d4 |