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.name = "penchant"
s.version = Penchant::VERSION s.version = Penchant::VERSION
s.platform = Gem::Platform::RUBY s.platform = Gem::Platform::RUBY
s.authors = ["TODO: Write your name"] s.authors = ["John Bintz"]
s.email = ["TODO: Write your email address"] s.email = ["john@coswellproductions.com"]
s.homepage = "" s.homepage = ""
s.summary = %q{TODO: Write a gem summary} s.summary = %q{Things I do for my Rails projects to get up to speed in new environments fast}
s.description = %q{TODO: Write a gem description} s.description = %q{Things I do for my Rails projects to get up to speed in new environments fast}
s.rubyforge_project = "penchant" s.rubyforge_project = "penchant"