limit_detectors 1.0.2 → 1.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f4e23840f749e25f3a9a56bc29c20b4b6f2a6f2a633e7b966e79de77d7f7bb5c
4
- data.tar.gz: c44f8e6ba2e29afcd9380fcb386a9b4fe221628b75ef07dba340e3b115883467
3
+ metadata.gz: a9c4c660f15ecc4e816cdebadb1526ef80deff9185eb7bc00d509b3494c2fb61
4
+ data.tar.gz: 394f7bd5b3171993ac9b3c41b64fe816e4d636c44ea94c4b21c66b806aec7928
5
5
  SHA512:
6
- metadata.gz: 20ae2e520b58d17b2c56a0499988c3b6548a652866bc666c5096119a10741136783010bb18fde7ecf12840199d1c854e86949a3b252f5139c9169cb097477d30
7
- data.tar.gz: ade449cf503a0cf86ca8696a309765485db269575608d3efcd339a32a55bf762f3deb0e208090a8b4a91c7f3ecee1d04b5279cf027de01768e45e400a4ba8d86
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
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module LimitDetectors
4
- VERSION = '1.0.2'
4
+ VERSION = '1.0.3'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: limit_detectors
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stephan Kämper