lib/rack/throttle.rb in rack-throttle-0.5.0 vs lib/rack/throttle.rb in rack-throttle-0.6.0
- old
+ new
@@ -7,8 +7,9 @@
autoload :TimeWindow, ::File.expand_path(::File.dirname(__FILE__)) + '/throttle/time_window'
autoload :Daily, ::File.expand_path(::File.dirname(__FILE__)) + '/throttle/daily'
autoload :Hourly, ::File.expand_path(::File.dirname(__FILE__)) + '/throttle/hourly'
autoload :Minute, ::File.expand_path(::File.dirname(__FILE__)) + '/throttle/minute'
autoload :Second, ::File.expand_path(::File.dirname(__FILE__)) + '/throttle/second'
+ autoload :Rules, ::File.expand_path(::File.dirname(__FILE__)) + '/throttle/rules'
autoload :VERSION, ::File.expand_path(::File.dirname(__FILE__)) + '/throttle/version'
end
end