From 27372f2e72f63d1c59b792c11932dcbad00e0c9f Mon Sep 17 00:00:00 2001 From: Mike Mell Date: Thu, 3 Nov 2011 14:39:31 -0700 Subject: [PATCH] fix the gemspec description --- ruby-openid.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruby-openid.gemspec b/ruby-openid.gemspec index df9a7156..b1d1045d 100644 --- a/ruby-openid.gemspec +++ b/ruby-openid.gemspec @@ -9,7 +9,7 @@ Gem::Specification.new do |s| s.email = ["openid@janrain.com", "mike.mell@nthwave.net"] s.homepage = 'https://github.com/mmell/ruby-openid' s.summary = 'A library for consuming and serving OpenID identities.' - s.description = %q{TODO: Write a gem description} + s.description = s.summary s.rubyforge_project = "ruby-openid"