tiny_rl 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/tiny_rl.rb +2 -0
  3. metadata +44 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 05b8cee52523278482c685c03690c4abad0cf01b11bf893b50ee972782298f97
4
+ data.tar.gz: b30f9c6a4573e5be8a89660707cce15f631d6a510b0d1b8bfeab09e6d8680e2e
5
+ SHA512:
6
+ metadata.gz: 5a39a1e580a5b7544991b71400e22aa9b389a3571266c2a1cb7df7a8a58539fc4ddc720a5d35caf1255aa787b9838b57599bb19ad785ede0cfc29b2336ec8bea
7
+ data.tar.gz: babe778478317876d35e0f899a1a3e5df0207249a1064e3cfc3e3509568a3d0a29f8837bd220e96a441d91000ad46b2163a451be6b7c2473e65a1148fe5d4ce1
data/lib/tiny_rl.rb ADDED
@@ -0,0 +1,2 @@
1
+ require_relative 'tiny_rl/job'
2
+ require_relative 'tiny_rl/exec'
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: tiny_rl
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Jeff Lunt
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2022-11-25 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: a tiny rate limiter with almost no features
14
+ email: jefflunt@gmail.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/tiny_rl.rb
20
+ homepage: https://github.com/jefflunt/tiny_rl
21
+ licenses:
22
+ - MIT
23
+ metadata: {}
24
+ post_install_message:
25
+ rdoc_options: []
26
+ require_paths:
27
+ - lib
28
+ required_ruby_version: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: '0'
33
+ required_rubygems_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - ">="
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ requirements: []
39
+ rubygems_version: 3.3.7
40
+ signing_key:
41
+ specification_version: 4
42
+ summary: want a library that can provide a simple rate limiter for code, and absolutely
43
+ nothing else? then this library is for you.
44
+ test_files: []