Skip to content

Commit

Permalink
Regenerated gemspec for version 3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter H. Boling committed Nov 4, 2009
1 parent 9606ab7 commit b1de897
Showing 1 changed file with 50 additions and 30 deletions.
80 changes: 50 additions & 30 deletions capistrano_mailer.gemspec
@@ -1,36 +1,56 @@
Gem::Specification.new do |s| # Generated by jeweler
s.name = 'capistrano_mailer' # DO NOT EDIT THIS FILE DIRECTLY
s.version = '3.1.3' # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
s.date = '2009-09-29' # -*- encoding: utf-8 -*-
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=


s.summary = %q{Sends emails when Capistrano is used to do things!} Gem::Specification.new do |s|
s.description = %q{Useful for tracking deployment of websites to staging and production servers by a team of developers!} s.name = %q{capistrano_mailer}
s.version = "3.1.4"


s.authors = ['Peter Boling', 'Dustin Deyoung'] s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.email = 'peter.boling@gmail.com' s.authors = ["Peter Boling"]
s.homepage = 'http://github.com/pboling/capistrano_mailer' s.date = %q{2009-11-03}
s.description = %q{Capistrano Deployment Email Notification. Keep the whole team informed of each release!}
s.email = %q{peter.boling@gmail.com}
s.extra_rdoc_files = [
"README.rdoc"
]
s.files = [
"README.rdoc",
"Rakefile",
"VERSION.yml",
"about.yml",
"capistrano_mailer.gemspec",
"init.rb",
"lib/cap_mailer.rb",
"lib/capistrano/mailer.rb",
"views/cap_mailer/_section.html.erb",
"views/cap_mailer/_section.text.erb",
"views/cap_mailer/_section_custom.html.erb",
"views/cap_mailer/_section_custom.html.erb",
"views/cap_mailer/notification_email.text.html.erb",
"views/cap_mailer/notification_email.text.plain.erb"
]
s.homepage = %q{http://github.com/pboling/capistrano_mailer}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"] s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.5}
s.summary = %q{Capistrano Deployment Email Notification}
s.test_files = [
"test/build_gem_test.rb"
]


s.has_rdoc = true if s.respond_to? :specification_version then

current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.add_dependency 'rails', ['>= 2.1'] s.specification_version = 3

s.files = ["README.rdoc",
"capistrano_mailer.gemspec",
"init.rb",
"about.yml",
"lib/cap_mailer.rb",
"lib/capistrano/mailer.rb",
"Rakefile",
"views/cap_mailer/_section.html.erb",
"views/cap_mailer/_section.text.erb",
"views/cap_mailer/_section_custom.html.erb",
"views/cap_mailer/_section_custom.html.erb",
"views/cap_mailer/notification_email.text.html.erb",
"views/cap_mailer/notification_email.text.plain.erb",
"VERSION.yml"]

s.test_files = []


if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<action_mailer>, [">= 0"])
else
s.add_dependency(%q<action_mailer>, [">= 0"])
end
else
s.add_dependency(%q<action_mailer>, [">= 0"])
end
end end

0 comments on commit b1de897

Please sign in to comment.