limit_detectors 0.1.0 → 0.1.1
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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8b3d07efd774a0b1023edf95128500170f8d3d54
|
4
|
+
data.tar.gz: e9a67d52da282958a7c3d4d00bb15ceb58e8b65b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
|