soulmate.gemspec in soulmate-0.0.2 vs soulmate.gemspec in soulmate-0.0.3
- old
+ new
@@ -3,27 +3,27 @@
# 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.2"
+ 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.rdoc"
+ "README.markdown"
]
s.files = [
".document",
"Gemfile",
"Gemfile.lock",
"LICENSE.txt",
- "README.rdoc",
+ "README.markdown",
"Rakefile",
"bin/soulmate",
"bin/soulmate-web",
"lib/soulmate.rb",
"lib/soulmate/base.rb",