ejfinneran / ratelimit

A Redis-backed rate limiter written in Ruby
MIT License
257 stars 55 forks source link

fix issue with wrong count on bucket_span == count(..interval) #14

Closed olgen closed 10 years ago

olgen commented 10 years ago
olgen commented 10 years ago

Looks like the CI complains about something unrelated:

There was a Java::JavaLang::NullPointerException while loading ratelimit.gemspec:

ejfinneran commented 10 years ago

Good catch. Thanks for the PR.

ejfinneran commented 10 years ago

Just pushed version 1.0.1 of the gem which includes this fix.

http://rubygems.org/gems/ratelimit/versions/1.0.1