rack-attack/lib/rack/attack/version.rb
2012-07-24 19:40:55 -04:00

5 lines
59 B
Ruby

module Rack
class Attack
VERSION = '0.0.1'
end
end