From 129278fa573157138ae67e1764827d6ef92802b9 Mon Sep 17 00:00:00 2001 From: Gregory Eremin Date: Sat, 16 Aug 2014 16:37:36 +0700 Subject: [PATCH] Add gem summary and description --- burlesque-client.gemspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/burlesque-client.gemspec b/burlesque-client.gemspec index 523ad9a..3d0d0ef 100644 --- a/burlesque-client.gemspec +++ b/burlesque-client.gemspec @@ -8,9 +8,9 @@ Gem::Specification.new do |spec| spec.version = Burlesque::VERSION spec.authors = ['Gregory Eremin'] spec.email = ['g@erem.in'] - spec.summary = %q{TODO: Write a short summary. Required.} - spec.description = %q{TODO: Write a longer description. Optional.} - spec.homepage = '' + spec.summary = %q{Burlesque API wrapper} + spec.description = %q{Ruby wrapper over Burlesque message queue API} + spec.homepage = 'http://github.com/KosyanMedia/burlesque' spec.license = 'MIT' spec.files = `git ls-files -z`.split("\x0")