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

Commit

Permalink
Regenerate gemspec for version 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
erwaller committed Nov 18, 2011
1 parent f7924a7 commit 0500c64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions soulmate.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{soulmate}
s.version = "0.0.5"
s.version = "0.0.6"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Eric Waller"]
s.date = %q{2011-10-12}
s.date = %q{2011-11-18}
s.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.}
s.email = %q{[email protected]}
s.executables = ["soulmate", "soulmate-web"]
Expand Down

0 comments on commit 0500c64

Please sign in to comment.