Skip to content

Commit

Permalink
Regenerate gemspec for version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zapnap committed Dec 21, 2010
1 parent efa110b commit c2735d5
Showing 1 changed file with 66 additions and 0 deletions.
66 changes: 66 additions & 0 deletions resque_mailer.gemspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# 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 = "1.0.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Nick Plante", "Marcin Kulik"]
s.date = %q{2010-12-21}
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.rdoc"
]
s.files = [
".document",
"LICENSE",
"README.rdoc",
"Rakefile",
"VERSION",
"lib/resque_mailer.rb",
"lib/resque_mailer/common.rb",
"lib/resque_mailer/rails2.rb",
"lib/resque_mailer/rails3.rb",
"rails/init.rb",
"spec/common_spec.rb",
"spec/rails2_spec.rb",
"spec/rails3_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.summary = %q{Rails plugin for sending asynchronous email with ActionMailer and Resque}
s.test_files = [
"spec/common_spec.rb",
"spec/rails2_spec.rb",
"spec/rails3_spec.rb",
"spec/spec_helper.rb"
]

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_development_dependency(%q<rspec>, [">= 1.2.9"])
s.add_development_dependency(%q<resque>, [">= 1.2.3"])
s.add_development_dependency(%q<actionmailer>, [">= 2.3.4"])
else
s.add_dependency(%q<rspec>, [">= 1.2.9"])
s.add_dependency(%q<resque>, [">= 1.2.3"])
s.add_dependency(%q<actionmailer>, [">= 2.3.4"])
end
else
s.add_dependency(%q<rspec>, [">= 1.2.9"])
s.add_dependency(%q<resque>, [">= 1.2.3"])
s.add_dependency(%q<actionmailer>, [">= 2.3.4"])
end
end

0 comments on commit c2735d5

Please sign in to comment.