1
0
Fork 0

Add gem summary and description

This commit is contained in:
Gregory Eremin 2014-08-16 16:37:36 +07:00
parent a44339cc34
commit 129278fa57
1 changed files with 3 additions and 3 deletions

View File

@ -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")