From 636853f9b8e30ef43b814ea1ad951301e94cdd5b Mon Sep 17 00:00:00 2001 From: John Bintz Date: Mon, 9 Jul 2012 16:59:15 -0400 Subject: [PATCH] update gemspec --- rack-emstream.gemspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rack-emstream.gemspec b/rack-emstream.gemspec index adbc8a0..b03faef 100644 --- a/rack-emstream.gemspec +++ b/rack-emstream.gemspec @@ -4,9 +4,9 @@ require File.expand_path('../lib/rack-emstream/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["John Bintz"] gem.email = ["john@coswellproductions.com"] - gem.description = %q{TODO: Write a gem description} - gem.summary = %q{TODO: Write a gem summary} - gem.homepage = "" + gem.description = %q{Super-simple Rack streaming with Thin} + gem.summary = %q{Super-simple Rack streaming with Thin} + gem.homepage = "http://github.com/johnbintz/rack-emstream/" gem.files = `git ls-files`.split($\) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }