resque_mailer.gemspec in resque_mailer-2.0.2 vs resque_mailer.gemspec in resque_mailer-2.0.3
- old
+ new
@@ -3,15 +3,15 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{resque_mailer}
- s.version = "2.0.2"
+ s.version = "2.0.3"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
- s.authors = ["Nick Plante"]
- s.date = %q{2011-08-20}
+ s.authors = [%q{Nick Plante}]
+ s.date = %q{2012-02-17}
s.description = %q{Rails plugin for sending asynchronous email with ActionMailer and Resque}
s.email = %q{nap@zerosum.org}
s.extra_rdoc_files = [
"LICENSE",
"README.md"
@@ -31,15 +31,14 @@
"spec/resque_mailer_spec.rb",
"spec/spec.opts",
"spec/spec_helper.rb"
]
s.homepage = %q{http://github.com/zapnap/resque_mailer}
- s.require_paths = ["lib"]
- s.rubygems_version = %q{1.3.7}
+ s.require_paths = [%q{lib}]
+ s.rubygems_version = %q{1.8.9}
s.summary = %q{Rails plugin for sending asynchronous email with ActionMailer and Resque}
if s.respond_to? :specification_version then
- current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<resque>, [">= 1.2.3"])
s.add_runtime_dependency(%q<actionmailer>, [">= 3.0.0"])