Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Commit

Permalink
description update
Browse files Browse the repository at this point in the history
  • Loading branch information
erwaller committed Feb 14, 2011
1 parent 3641208 commit 760f317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -16,7 +16,7 @@ Jeweler::Tasks.new do |gem|
gem.homepage = "http://github.com/seatgeek/soulmate"
gem.license = "MIT"
gem.summary = %Q{Redis-backed service for fast autocompleting - extracted from SeatGeek}
gem.description = %Q{Soulmate is a tool to help solve the common problem of developing a fast autocomplete feature. It uses Redis's sorted sets to build an index of partial words and corresponding top matches, and provides a simple sinatra app to query them. Soulmate finished your sentences.}
gem.description = %Q{Soulmate is a tool to help solve the common problem of developing a fast autocomplete feature. It uses Redis's sorted sets to build an index of partial words and corresponding top matches, and provides a simple sinatra app to query them. Soulmate finishes your sentences.}
gem.email = "eric@seatgeek.com"
gem.authors = ["Eric Waller"]
# Include your dependencies below. Runtime dependencies are required when using your gem,
Expand Down

0 comments on commit 760f317

Please sign in to comment.