Skip to content

Commit

Permalink
Adapted gemspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Oelke committed Apr 30, 2015
1 parent d5ae22a commit f8f6191
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devise-async.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ require File.expand_path('../lib/devise/async/version', __FILE__)
Gem::Specification.new do |gem|
gem.authors = ["Marcelo Silveira"]
gem.email = ["[email protected]"]
gem.description = %q{Send Devise's emails in background. Supports Resque, Sidekiq, Delayed::Job and QueueClassic.}
gem.summary = %q{Devise Async provides an easy way to configure Devise to send its emails asynchronously using your preferred queuing backend. It supports Resque, Sidekiq, Delayed::Job and QueueClassic.}
gem.description = %q{Send Devise's emails in background. Supports Backburner, Resque, Sidekiq, Delayed::Job, QueueClassic, Que, Sucker Punch and Torquebox.}
gem.summary = %q{Devise Async provides an easy way to configure Devise to send its emails asynchronously using your preferred queuing backend. It supports Backburner, Resque, Sidekiq, Delayed::Job, QueueClassic, Que, Sucker Punch and Torquebox.}
gem.homepage = "https://github.com/mhfs/devise-async/"

gem.files = `git ls-files`.split($\)
Expand Down

0 comments on commit f8f6191

Please sign in to comment.