Skip to content

Commit

Permalink
Updating gemspec to 1.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
pat committed Sep 5, 2009
1 parent 22795ff commit d8564ea
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions thinking-sphinx.gemspec
@@ -1,12 +1,15 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
# -*- encoding: utf-8 -*- # -*- encoding: utf-8 -*-


Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = %q{thinking-sphinx} s.name = %q{thinking-sphinx}
s.version = "1.2.8" s.version = "1.2.9"


s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Pat Allan"] s.authors = ["Pat Allan"]
s.date = %q{2009-08-23} s.date = %q{2009-09-05}
s.email = %q{pat@freelancing-gods.com} s.email = %q{pat@freelancing-gods.com}
s.extra_rdoc_files = [ s.extra_rdoc_files = [
"README.textile" "README.textile"
Expand All @@ -28,6 +31,7 @@ Gem::Specification.new do |s|
"lib/thinking_sphinx/attribute.rb", "lib/thinking_sphinx/attribute.rb",
"lib/thinking_sphinx/class_facet.rb", "lib/thinking_sphinx/class_facet.rb",
"lib/thinking_sphinx/configuration.rb", "lib/thinking_sphinx/configuration.rb",
"lib/thinking_sphinx/core/array.rb",
"lib/thinking_sphinx/core/string.rb", "lib/thinking_sphinx/core/string.rb",
"lib/thinking_sphinx/deltas.rb", "lib/thinking_sphinx/deltas.rb",
"lib/thinking_sphinx/deltas/datetime_delta.rb", "lib/thinking_sphinx/deltas/datetime_delta.rb",
Expand Down Expand Up @@ -116,6 +120,7 @@ http://www.sphinxsearch.com/docs/manual-0.9.8.html#conf-morphology
"spec/lib/thinking_sphinx/association_spec.rb", "spec/lib/thinking_sphinx/association_spec.rb",
"spec/lib/thinking_sphinx/attribute_spec.rb", "spec/lib/thinking_sphinx/attribute_spec.rb",
"spec/lib/thinking_sphinx/configuration_spec.rb", "spec/lib/thinking_sphinx/configuration_spec.rb",
"spec/lib/thinking_sphinx/core/array_spec.rb",
"spec/lib/thinking_sphinx/core/string_spec.rb", "spec/lib/thinking_sphinx/core/string_spec.rb",
"spec/lib/thinking_sphinx/excerpter_spec.rb", "spec/lib/thinking_sphinx/excerpter_spec.rb",
"spec/lib/thinking_sphinx/facet_search_spec.rb", "spec/lib/thinking_sphinx/facet_search_spec.rb",
Expand Down

0 comments on commit d8564ea

Please sign in to comment.