rack-attack/lib/rack/attack/version.rb
Aaron Suggs 9c4dccac48 Make cache & notifier attr_accessors
Easier config for non-rails apps
2012-08-06 12:17:31 -04:00

5 lines
60 B
Ruby

module Rack
module Attack
VERSION = '1.1.0'
end
end