diff --git a/penchant.gemspec b/penchant.gemspec index 40909db..3075f73 100644 --- a/penchant.gemspec +++ b/penchant.gemspec @@ -6,11 +6,11 @@ Gem::Specification.new do |s| s.name = "penchant" s.version = Penchant::VERSION s.platform = Gem::Platform::RUBY - s.authors = ["TODO: Write your name"] - s.email = ["TODO: Write your email address"] + s.authors = ["John Bintz"] + s.email = ["john@coswellproductions.com"] s.homepage = "" - s.summary = %q{TODO: Write a gem summary} - s.description = %q{TODO: Write a gem description} + s.summary = %q{Things I do for my Rails projects to get up to speed in new environments fast} + s.description = %q{Things I do for my Rails projects to get up to speed in new environments fast} s.rubyforge_project = "penchant"