rack_rate_limiting 0.1.3 → 0.1.4
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/lib/rate_limiter/version.rb +1 -1
- metadata +11 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c5719b5deb95d4f61a892a25d19fd3093ab0997e4d5f8277ae652120c858c89c
|
4
|
+
data.tar.gz: 7a70c2d13c7c69e12aa636dedfc0bf3d35bc79d5c006010fc79c4489985214ec
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fea4f1485a1add481eaf84f4b539f6271d33a69febc3e80af2193db24e53c1ebcb7cce94890cdae8dd0fa8d0c16588ec444ac4fcb1e6ec450345d4906712867e
|
7
|
+
data.tar.gz: 7a32cb7bf2bdde046c10f8a18caa3e58e49671d62b31971300c72b4c1272cf227a92efed7e523a96e0067f5ccfa43d4d32a7184d1e92a661ead7414afa5998ed
|
data/lib/rate_limiter/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rack_rate_limiting
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Hassan Tahir
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-04
|
11
|
+
date: 2025-05-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rack
|
@@ -108,7 +108,9 @@ dependencies:
|
|
108
108
|
- - ">="
|
109
109
|
- !ruby/object:Gem::Version
|
110
110
|
version: '0'
|
111
|
-
description:
|
111
|
+
description: This gem provides a simple and flexible rate limiting mechanism for Rack
|
112
|
+
applications. It allows you to control the rate at which requests are processed,
|
113
|
+
preventing abuse and ensuring fair usage.
|
112
114
|
email:
|
113
115
|
- hassantahirjaura@gmail.com
|
114
116
|
executables: []
|
@@ -133,11 +135,12 @@ files:
|
|
133
135
|
- lib/rate_limiter/version.rb
|
134
136
|
- lib/tasks/test_middleware.rb
|
135
137
|
- sig/rate_limiter.rbs
|
136
|
-
homepage:
|
138
|
+
homepage: https://github.com/hassantahir176/rate-limiting
|
137
139
|
licenses:
|
138
140
|
- MIT
|
139
|
-
metadata:
|
140
|
-
|
141
|
+
metadata:
|
142
|
+
homepage_uri: https://github.com/hassantahir176/rate-limiting
|
143
|
+
post_install_message:
|
141
144
|
rdoc_options: []
|
142
145
|
require_paths:
|
143
146
|
- lib
|
@@ -153,7 +156,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
153
156
|
version: '0'
|
154
157
|
requirements: []
|
155
158
|
rubygems_version: 3.5.22
|
156
|
-
signing_key:
|
159
|
+
signing_key:
|
157
160
|
specification_version: 4
|
158
161
|
summary: Use this gem to rate limit your API requests.
|
159
162
|
test_files: []
|