mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-03-25 09:25:49 +00:00
7 lines
90 B
Ruby
7 lines
90 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Rack
|
|
class Attack
|
|
VERSION = '6.6.0'
|
|
end
|
|
end
|