Skip to content

Commit

Permalink
Merge pull request #14 from nagybence/master
Browse files Browse the repository at this point in the history
Adding support for sidekiq 3.0
Thanks to @nagybence and @fabiokr
  • Loading branch information
andersondias committed Jun 6, 2014
2 parents b27c091 + ab36223 commit 4101b6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/sidekiq_mailer/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Sidekiq
module Mailer
VERSION = "0.0.6"
VERSION = "0.0.7"
end
end
2 changes: 1 addition & 1 deletion sidekiq_mailer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ Gem::Specification.new do |gem|

gem.add_dependency("activesupport", ">= 3.0")
gem.add_dependency("actionmailer", ">= 3.0")
gem.add_dependency("sidekiq", "~> 2.3")
gem.add_dependency("sidekiq", ">= 2.3")
gem.add_development_dependency('rake')
end

0 comments on commit 4101b6f

Please sign in to comment.