resque-async_deliver 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  module Resque
2
2
  module AsyncDeliver
3
- VERSION = '1.0.0'
3
+ VERSION = '1.0.1'
4
4
  end
5
5
  end
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
9
9
  s.platform = Gem::Platform::RUBY
10
10
  s.authors = ["Philipe Fatio"]
11
11
  s.email = ["philipe.fatio@gmail.com"]
12
- s.homepage = "https://github.com/fphilipe/resque-deliver_asynchronously"
12
+ s.homepage = "https://github.com/fphilipe/resque-async_deliver"
13
13
  s.summary = %q{Deliver mails asynchronously using Resque without explicitly creating a performable job.}
14
14
  s.description = <<-description
15
15
  This gem makes it possible to send mails asynchronously using Resque by
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: resque-async_deliver
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.0.0
5
+ version: 1.0.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Philipe Fatio
@@ -105,7 +105,7 @@ files:
105
105
  - spec/spec_helper.rb
106
106
  - spec/support.rb
107
107
  has_rdoc: true
108
- homepage: https://github.com/fphilipe/resque-deliver_asynchronously
108
+ homepage: https://github.com/fphilipe/resque-async_deliver
109
109
  licenses: []
110
110
 
111
111
  post_install_message: