update gemspec

This commit is contained in:
John Bintz 2011-07-14 15:52:14 -04:00
parent 7904e67e08
commit b0cd8bc42b
1 changed files with 4 additions and 4 deletions

View File

@ -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"