limit_detectors 1.0.2 → 1.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +0 -1
- data/lib/limit_detectors/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: a9c4c660f15ecc4e816cdebadb1526ef80deff9185eb7bc00d509b3494c2fb61
|
4
|
+
data.tar.gz: 394f7bd5b3171993ac9b3c41b64fe816e4d636c44ea94c4b21c66b806aec7928
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7cb70eefb851d36d20ea4b0702c860d879e720adccde22aeaa25ca9842fd5f8a262c7c5a3bfb2d862df6dcb201b1dc41dc75cd7bba44020a27eef487c57b7891
|
7
|
+
data.tar.gz: 7094529925df0e522da2fe89640452086fd07d2256edae4adef0f70aa19f4159a431eef071bb6c37a5e30428bb0a41830cb68d3d506d02a8662f04adb7afa4eb
|
data/README.md
CHANGED
@@ -9,7 +9,6 @@ A second reason to create this gem is to explore various other services -- see t
|
|
9
9
|
|
10
10
|
* Version: [![Gem Version](https://badge.fury.io/rb/limit_detectors.svg)](http://badge.fury.io/rb/limit_detectors)
|
11
11
|
* GitHub Actions: [![Main workflow: unit tests](https://github.com/s2k/limit_detectors/actions/workflows/ruby.yml/badge.svg)](https://github.com/s2k/limit_detectors/actions)
|
12
|
-
* Travis CI: [![Build Status](https://travis-ci.com/s2k/limit_detectors.svg?branch=main)](https://travis-ci.com/s2k/limit_detectors)
|
13
12
|
* Code Climate: [![Maintainability](https://api.codeclimate.com/v1/badges/f29deb5bcd4e2ad44d25/maintainability)](https://codeclimate.com/github/s2k/limit_detectors/maintainability)
|
14
13
|
|
15
14
|
|