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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/rate_limiter/version.rb +1 -1
  3. metadata +11 -8
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7aff6cea5f0811eaed535e5d463cfba9be66584d86abb89555393c68afee4b54
4
- data.tar.gz: b34e11788a9fe866193c6f2bd422eb53f6addf0929b3439aee5fbdd990318fa0
3
+ metadata.gz: c5719b5deb95d4f61a892a25d19fd3093ab0997e4d5f8277ae652120c858c89c
4
+ data.tar.gz: 7a70c2d13c7c69e12aa636dedfc0bf3d35bc79d5c006010fc79c4489985214ec
5
5
  SHA512:
6
- metadata.gz: '059c1fefec0fa03c1acd2ba3be564c9d6857e6f4869bc16c5ae7266cbdb9d93aa0e1ee01ccdd16a3f74ab2217037e675c81ccf713902ad14ac9e51d2ecee4075'
7
- data.tar.gz: f0d660e49304bf57a702624c57f89569636131ae6e1db17861229470e014f4cb4ecb3a310522d1fc9c06825fc8fb8826d31ec3c9df2c9c17018125dd62913d06
6
+ metadata.gz: fea4f1485a1add481eaf84f4b539f6271d33a69febc3e80af2193db24e53c1ebcb7cce94890cdae8dd0fa8d0c16588ec444ac4fcb1e6ec450345d4906712867e
7
+ data.tar.gz: 7a32cb7bf2bdde046c10f8a18caa3e58e49671d62b31971300c72b4c1272cf227a92efed7e523a96e0067f5ccfa43d4d32a7184d1e92a661ead7414afa5998ed
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RateLimiter
4
- VERSION = "0.1.3"
4
+ VERSION = "0.1.4"
5
5
  end
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.3
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-19 00:00:00.000000000 Z
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
- post_install_message:
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: []