redis_rate_limiter 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: redis_rate_limiter
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -83,7 +83,8 @@ extra_rdoc_files: []
|
|
83
83
|
files:
|
84
84
|
- lib/redis_rate_limiter.rb
|
85
85
|
homepage: https://rubygems.org/gems/redis_rate_limiter
|
86
|
-
licenses:
|
86
|
+
licenses:
|
87
|
+
- MIT
|
87
88
|
post_install_message:
|
88
89
|
rdoc_options: []
|
89
90
|
require_paths:
|