limit_detectors 0.1.0 → 0.1.1

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
  SHA1:
3
- metadata.gz: 9140f23bf8510384cf9b8c5365c620f0049720e6
4
- data.tar.gz: 588946fa3a7add697907dfd0e8d655f58762f0fb
3
+ metadata.gz: 8b3d07efd774a0b1023edf95128500170f8d3d54
4
+ data.tar.gz: e9a67d52da282958a7c3d4d00bb15ceb58e8b65b
5
5
  SHA512:
6
- metadata.gz: cb39708ffbce40a29dc965c551447769b7f59e2b49e142e03b063b57946a72fa48f04c4861409f5bfff28411f63eee11ff3ed1f62f303dea6835a0e7b050d381
7
- data.tar.gz: db774c76e142ef664b3e9d35587c0c1111d86c072f51566f21490923757a8b53a98defb4e5d9b9ae44af82934b00102b9463310c684a54bffbd5ba86877aeed3
6
+ metadata.gz: de1260795c7a08e55a4b51d04cc90923cf23eaac818a808d22a14ded759285af2ff2bdd859761375d50fac182e005f01e4d65ef6754a0faa20ae983b164cef23
7
+ data.tar.gz: 8546075138114630bd790598330f3fc0334f1ade47cc3ba1df848faceabc5022e1eb644e9d04e4c0ec8b0be221116e695c9f52c9a0d83a312b50d60b959736d0
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
  * Version: [![Gem Version](https://badge.fury.io/rb/limit_detectors.svg)](http://badge.fury.io/rb/limit_detectors)
10
10
  * Travis CI: [![Build Status](https://travis-ci.org/s2k/limit_detectors.svg?branch=master)](https://travis-ci.org/s2k/limit_detectors)
11
11
  * Code Climate: [![Code Climate](https://codeclimate.com/github/s2k/limit_detectors.png)](https://codeclimate.com/github/s2k/limit_detectors)
12
- * Codeship: [![Codeship Status for s2k/limit_detectors](https://codeship.com/projects/4313f520-2939-0133-bdc1-76c73dc375da/status?branch=master)](https://codeship.com/projects/97926)
13
12
  * Circle CI: [![Circle CI](https://circleci.com/gh/s2k/limit_detectors.svg?style=svg)](https://circleci.com/gh/s2k/limit_detectors)
14
13
 
15
14
 
@@ -1,3 +1,3 @@
1
1
  module LimitDetectors
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  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: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stephan Kämper