Skip to content

Commit

Permalink
Version bump & Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ejfinneran committed Nov 8, 2011
1 parent b5b81dc commit f80abce
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG
@@ -0,0 +1,11 @@
0.0.2 10/29/2011 38422666592c32dc079fd46bb41b5f526a7cf1d2
=========================================================

Initial Relase


0.0.3 11/08/2011 b5b81dcc488f231b6a7abbdeb87c7ddf247b4029
=========================================================

Allow non-string subject and key -- Thanks Alexey Noskov
Fix for bucket_expiry allowed to be larger than bucket_span and causing bad results -- Thanks Alexey Noskov
2 changes: 1 addition & 1 deletion ratelimit.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = 'ratelimit' s.name = 'ratelimit'
s.version = '0.0.2' s.version = '0.0.3'
s.date = '2011-10-29' s.date = '2011-10-29'
s.summary = "Rate limiting backed by redis" s.summary = "Rate limiting backed by redis"
s.description = "This library uses Redis to track the number of actions for a given subject over a flexible time frame." s.description = "This library uses Redis to track the number of actions for a given subject over a flexible time frame."
Expand Down

0 comments on commit f80abce

Please sign in to comment.