request_meter 0.1.2 → 0.1.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 +4 -4
- data/README.md +2 -0
- data/lib/request_meter/version.rb +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fd898084ab681ee43f9bcc8d8b79a406b4dff9d5e650e62840c9b6fee44a9a77
|
4
|
+
data.tar.gz: 591cd81e02cafe737d4e7384b4b88e5f8a07431fde7413e1cad057f86e30dfba
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 89224c6be8c5bef117f5b738122e71f06d2c857e20349cf9aed8f17f8d3a28c8753f7a7b909dd62964e8a5f902c946805b2b8a01532c107686de406676b3bcbf
|
7
|
+
data.tar.gz: 4f06f2f4e9cb564e8423eb650d059669a80aac754b53ecb8fe5573083360af76f638e07dbde4a598dd14a29fa4eb369e8416409c1d143ce3fd1dd4669f2fff77
|
data/README.md
CHANGED
@@ -5,6 +5,8 @@ RequestMeter is a Rack middleware gem for Rails applications that limits API req
|
|
5
5
|
|
6
6
|
It is ideal for Rails APIs wanting built-in request limits.
|
7
7
|
|
8
|
+
For the full documentation check [RubyDocs](https://www.rubydoc.info/gems/request_meter)
|
9
|
+
|
8
10
|
## Installation
|
9
11
|
|
10
12
|
Install the gem and add to the application's Gemfile by executing:
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: request_meter
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- mihai9909
|
@@ -93,6 +93,7 @@ metadata:
|
|
93
93
|
homepage_uri: https://github.com/mihai9909/request_meter
|
94
94
|
source_code_uri: https://github.com/mihai9909/request_meter
|
95
95
|
changelog_uri: https://github.com/mihai9909/request_meter/blob/main/CHANGELOG.md
|
96
|
+
documentation_uri: https://github.com/mihai9909/request_meter/blob/main/README.md
|
96
97
|
rdoc_options: []
|
97
98
|
require_paths:
|
98
99
|
- lib
|