Skip to content

Commit

Permalink
Merge 4b97bdf into 3e8bc81
Browse files Browse the repository at this point in the history
  • Loading branch information
anark committed Feb 5, 2020
2 parents 3e8bc81 + 4b97bdf commit 14fb1de
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
## 0.1.4 (Unreleased)

* Add Sidekiq 6 support
* Remove depricated rubyforge_project from gemspec

## 0.1.3 (Oct 15, 2019)

* Fix errors when using with redis-rb > 4.1.0 [#30, #31]
Expand Down
2 changes: 1 addition & 1 deletion lib/sidekiq-rate-limiter/version.rb
@@ -1,5 +1,5 @@
module Sidekiq
module RateLimiter
VERSION = "0.1.3"
VERSION = "0.1.4"
end
end
1 change: 0 additions & 1 deletion sidekiq-rate-limiter.gemspec
Expand Up @@ -13,7 +13,6 @@ Gem::Specification.new do |s|
s.homepage = "https://github.com/enova/sidekiq-rate-limiter"
s.summary = %q{Redis-backed, per-worker rate limits for job processing}
s.description = %q{Redis-backed, per-worker rate limits for job processing}
s.rubyforge_project = "nowarning"

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
Expand Down

0 comments on commit 14fb1de

Please sign in to comment.