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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0f9d959948e8427c10c39e23b1e189e84777fb8211cad989512697f9750172d5
4
- data.tar.gz: ca67b2404dc1e0a062cd2de03a4768dc78e784b7e2b4dd5cbc474927ddab51a5
3
+ metadata.gz: fd898084ab681ee43f9bcc8d8b79a406b4dff9d5e650e62840c9b6fee44a9a77
4
+ data.tar.gz: 591cd81e02cafe737d4e7384b4b88e5f8a07431fde7413e1cad057f86e30dfba
5
5
  SHA512:
6
- metadata.gz: 0fd3a9507774e4e156b35b67653bea1905670759d8feaf88b65fa1585930ceccf9587cc4ff3f01a2dfbe8c09c1fecb9088f53f44bdcfc441daf4b0689d58df84
7
- data.tar.gz: 38763969aded2bd8faae1f39a7544be86b591e790854ae2f45cda835e4e04d5f0b98975d37cd6c94cabd85b7e5409cc38e3318754fc90ffa7e910e1fed80503b
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:
@@ -4,5 +4,5 @@ module RequestMeter
4
4
  # Current version of the RequestMeter gem.
5
5
  #
6
6
  # @return [String] the gem version
7
- VERSION = "0.1.2"
7
+ VERSION = "0.1.3"
8
8
  end
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.2
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