soulmate.gemspec in soulmate-0.0.1 vs soulmate.gemspec in soulmate-0.0.2
- old
+ new
@@ -3,16 +3,16 @@
# 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.1"
+ s.version = "0.0.2"
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 finished your sentences.}
+ 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.rdoc"
@@ -22,18 +22,18 @@
"Gemfile",
"Gemfile.lock",
"LICENSE.txt",
"README.rdoc",
"Rakefile",
- "VERSION",
"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}