timeouter 0.1.2.16523 → 0.1.2.16535
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -0
- 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: b773a036929fd83b6bdd8948dd2a6f9fdce5d7d7bff6a638fc2abf6e015685cc
|
4
|
+
data.tar.gz: 4be1f345d19f4d46086564456b0b2f3ac77131d56d0656c7a1249a5434b59f5c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6f115ca2abe0f1dcf1b49b67dcfff08c9a3131783a6cb078b7e34698c4fd17a65efcdaba2179a040430bb1437fa9f2dbcbda2bde3aca70c989886028c43f8beb
|
7
|
+
data.tar.gz: 5723686e8bc4161b7870c9355b61a87d30bbf9c0e1061cddc107b52ce938756f13752b84dbb8b570630a4ee7ef3feb1e9bac8775f9c0b8925f5ff70632a739c0
|
data/README.md
CHANGED
@@ -2,12 +2,14 @@
|
|
2
2
|
|
3
3
|
[![Gem Version](https://badge.fury.io/rb/timeouter.svg)](https://rubygems.org/gems/timeouter)
|
4
4
|
[![Gem](https://img.shields.io/gem/dt/timeouter.svg)](https://rubygems.org/gems/timeouter/versions)
|
5
|
+
|
5
6
|
[![Test Coverage](https://api.codeclimate.com/v1/badges/4b54466f8f384e3280d8/test_coverage)](https://codeclimate.com/github/RnD-Soft/timeouter/test_coverage)
|
6
7
|
[![Maintainability](https://api.codeclimate.com/v1/badges/4b54466f8f384e3280d8/maintainability)](https://codeclimate.com/github/RnD-Soft/timeouter/maintainability)
|
7
8
|
[![Quality](https://lysander.x.rnds.pro/api/v1/badges/timeouter_quality.svg)](https://lysander.x.rnds.pro/api/v1/badges/timeouter_quality.html)
|
8
9
|
[![Outdated](https://lysander.x.rnds.pro/api/v1/badges/timeouter_outdated.svg)](https://lysander.x.rnds.pro/api/v1/badges/timeouter_outdated.html)
|
9
10
|
[![Vulnerabilities](https://lysander.x.rnds.pro/api/v1/badges/timeouter_vulnerable.svg)](https://lysander.x.rnds.pro/api/v1/badges/timeouter_vulnerable.html)
|
10
11
|
|
12
|
+
|
11
13
|
Timeouter is advisory timeout helper without any background threads.
|
12
14
|
|
13
15
|
# Usage
|