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.5
Browse files Browse the repository at this point in the history
  • Loading branch information
erwaller committed Oct 12, 2011
1 parent 3eba833 commit 523916c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 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.4"
s.version = "0.0.5"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Eric Waller"]
s.date = %q{2011-07-07}
s.date = %q{2011-10-12}
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 Expand Up @@ -55,6 +55,7 @@ Gem::Specification.new do |s|

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<redis>, ["~> 2.1.1"])
s.add_runtime_dependency(%q<multi_json>, ["~> 1.0.3"])
s.add_runtime_dependency(%q<rack-contrib>, [">= 0"])
s.add_runtime_dependency(%q<vegas>, ["~> 0.1.8"])
s.add_runtime_dependency(%q<sinatra>, ["~> 1.2.3"])
Expand All @@ -68,6 +69,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency(%q<json>, ["~> 1.4.6"])
else
s.add_dependency(%q<redis>, ["~> 2.1.1"])
s.add_dependency(%q<multi_json>, ["~> 1.0.3"])
s.add_dependency(%q<rack-contrib>, [">= 0"])
s.add_dependency(%q<vegas>, ["~> 0.1.8"])
s.add_dependency(%q<sinatra>, ["~> 1.2.3"])
Expand All @@ -82,6 +84,7 @@ Gem::Specification.new do |s|
end
else
s.add_dependency(%q<redis>, ["~> 2.1.1"])
s.add_dependency(%q<multi_json>, ["~> 1.0.3"])
s.add_dependency(%q<rack-contrib>, [">= 0"])
s.add_dependency(%q<vegas>, ["~> 0.1.8"])
s.add_dependency(%q<sinatra>, ["~> 1.2.3"])
Expand Down

0 comments on commit 523916c

Please sign in to comment.