update gemspec
This commit is contained in:
parent
7904e67e08
commit
b0cd8bc42b
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue