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 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erwaller committed Feb 4, 2013
1 parent eca7ca1 commit a3d031d
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions soulmate.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
# -*- encoding: utf-8 -*-

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

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Eric Waller"]
s.date = %q{2012-03-29}
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.date = "2013-02-04"
s.description = "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 = "[email protected]"
s.executables = ["soulmate", "soulmate-web"]
s.extra_rdoc_files = [
"LICENSE.txt",
Expand Down Expand Up @@ -40,15 +40,11 @@ Gem::Specification.new do |s|
"test/test.conf",
"test/test_soulmate.rb"
]
s.homepage = %q{http://github.com/seatgeek/soulmate}
s.homepage = "http://github.com/seatgeek/soulmate"
s.licenses = ["MIT"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.6.2}
s.summary = %q{Redis-backed service for fast autocompleting - extracted from SeatGeek}
s.test_files = [
"test/helper.rb",
"test/test_soulmate.rb"
]
s.rubygems_version = "1.8.24"
s.summary = "Redis-backed service for fast autocompleting - extracted from SeatGeek"

if s.respond_to? :specification_version then
s.specification_version = 3
Expand Down

0 comments on commit a3d031d

Please sign in to comment.