# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{soulmate} s.version = "0.0.3" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Eric Waller"] s.date = %q{2011-02-14} 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{eric@seatgeek.com} s.executables = ["soulmate", "soulmate-web"] s.extra_rdoc_files = [ "LICENSE.txt", "README.markdown" ] s.files = [ ".document", "Gemfile", "Gemfile.lock", "LICENSE.txt", "README.markdown", "Rakefile", "bin/soulmate", "bin/soulmate-web", "lib/soulmate.rb", "lib/soulmate/base.rb", "lib/soulmate/helpers.rb", "lib/soulmate/loader.rb", "lib/soulmate/matcher.rb", "lib/soulmate/server.rb", "lib/soulmate/version.rb", "soulmate.gemspec", "test/helper.rb", "test/test_soulmate.rb" ] s.homepage = %q{http://github.com/seatgeek/soulmate} s.licenses = ["MIT"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.7} s.summary = %q{Redis-backed service for fast autocompleting - extracted from SeatGeek} s.test_files = [ "test/helper.rb", "test/test_soulmate.rb" ] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_development_dependency(%q, [">= 0"]) s.add_development_dependency(%q, ["~> 1.0.0"]) s.add_development_dependency(%q, ["~> 1.5.2"]) s.add_development_dependency(%q, [">= 0"]) s.add_runtime_dependency(%q, [">= 2.0"]) s.add_runtime_dependency(%q, [">= 0.1.0"]) s.add_runtime_dependency(%q, [">= 1.0"]) s.add_runtime_dependency(%q, ["~> 1.4.6"]) else s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, ["~> 1.0.0"]) s.add_dependency(%q, ["~> 1.5.2"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 2.0"]) s.add_dependency(%q, [">= 0.1.0"]) s.add_dependency(%q, [">= 1.0"]) s.add_dependency(%q, ["~> 1.4.6"]) end else s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, ["~> 1.0.0"]) s.add_dependency(%q, ["~> 1.5.2"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 2.0"]) s.add_dependency(%q, [">= 0.1.0"]) s.add_dependency(%q, [">= 1.0"]) s.add_dependency(%q, ["~> 1.4.6"]) end end