public
Description: Sphinx plugin for Rails and Merb
Homepage: http://ts.freelancing-gods.com
Clone URL: git://github.com/freelancing-god/thinking-sphinx.git
Click here to lend your support to: thinking-sphinx and make a donation at www.pledgie.com !
Wed Nov 04 22:47:23 -0800 2009
commit  d3010b5be147679bea99d60295e965bd84274f32
tree    70267c21bde8a00cd0695631b2aa3c845b6b7063
parent  a7e11e2676c505ff38f60bc5a883e829cfe563f6
thinking-sphinx / thinking-sphinx.gemspec
100644 226 lines (219 sloc) 9.922 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
 
Gem::Specification.new do |s|
  s.name = %q{thinking-sphinx}
  s.version = "1.3.2"
 
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Pat Allan"]
  s.date = %q{2009-11-05}
  s.description = %q{A concise and easy-to-use Ruby library that connects ActiveRecord to the Sphinx search daemon, managing configuration, indexing and searching.}
  s.email = %q{pat@freelancing-gods.com}
  s.extra_rdoc_files = [
    "README.textile"
  ]
  s.files = [
    "LICENCE",
     "README.textile",
     "VERSION.yml",
     "lib/cucumber/thinking_sphinx/external_world.rb",
     "lib/cucumber/thinking_sphinx/internal_world.rb",
     "lib/cucumber/thinking_sphinx/sql_logger.rb",
     "lib/thinking_sphinx.rb",
     "lib/thinking_sphinx/active_record.rb",
     "lib/thinking_sphinx/active_record/attribute_updates.rb",
     "lib/thinking_sphinx/active_record/delta.rb",
     "lib/thinking_sphinx/active_record/has_many_association.rb",
     "lib/thinking_sphinx/active_record/scopes.rb",
     "lib/thinking_sphinx/adapters/abstract_adapter.rb",
     "lib/thinking_sphinx/adapters/mysql_adapter.rb",
     "lib/thinking_sphinx/adapters/postgresql_adapter.rb",
     "lib/thinking_sphinx/association.rb",
     "lib/thinking_sphinx/attribute.rb",
     "lib/thinking_sphinx/class_facet.rb",
     "lib/thinking_sphinx/configuration.rb",
     "lib/thinking_sphinx/core/array.rb",
     "lib/thinking_sphinx/core/string.rb",
     "lib/thinking_sphinx/deltas.rb",
     "lib/thinking_sphinx/deltas/default_delta.rb",
     "lib/thinking_sphinx/deploy/capistrano.rb",
     "lib/thinking_sphinx/excerpter.rb",
     "lib/thinking_sphinx/facet.rb",
     "lib/thinking_sphinx/facet_search.rb",
     "lib/thinking_sphinx/field.rb",
     "lib/thinking_sphinx/index.rb",
     "lib/thinking_sphinx/index/builder.rb",
     "lib/thinking_sphinx/index/faux_column.rb",
     "lib/thinking_sphinx/property.rb",
     "lib/thinking_sphinx/rails_additions.rb",
     "lib/thinking_sphinx/search.rb",
     "lib/thinking_sphinx/search_methods.rb",
     "lib/thinking_sphinx/source.rb",
     "lib/thinking_sphinx/source/internal_properties.rb",
     "lib/thinking_sphinx/source/sql.rb",
     "lib/thinking_sphinx/tasks.rb",
     "lib/thinking_sphinx/test.rb",
     "rails/init.rb",
     "tasks/distribution.rb",
     "tasks/rails.rake",
     "tasks/testing.rb",
     "vendor/after_commit/LICENSE",
     "vendor/after_commit/README",
     "vendor/after_commit/Rakefile",
     "vendor/after_commit/init.rb",
     "vendor/after_commit/lib/after_commit.rb",
     "vendor/after_commit/lib/after_commit/active_record.rb",
     "vendor/after_commit/lib/after_commit/connection_adapters.rb",
     "vendor/after_commit/test/after_commit_test.rb",
     "vendor/riddle/lib/riddle.rb",
     "vendor/riddle/lib/riddle/client.rb",
     "vendor/riddle/lib/riddle/client/filter.rb",
     "vendor/riddle/lib/riddle/client/message.rb",
     "vendor/riddle/lib/riddle/client/response.rb",
     "vendor/riddle/lib/riddle/configuration.rb",
     "vendor/riddle/lib/riddle/configuration/distributed_index.rb",
     "vendor/riddle/lib/riddle/configuration/index.rb",
     "vendor/riddle/lib/riddle/configuration/indexer.rb",
     "vendor/riddle/lib/riddle/configuration/remote_index.rb",
     "vendor/riddle/lib/riddle/configuration/searchd.rb",
     "vendor/riddle/lib/riddle/configuration/section.rb",
     "vendor/riddle/lib/riddle/configuration/source.rb",
     "vendor/riddle/lib/riddle/configuration/sql_source.rb",
     "vendor/riddle/lib/riddle/configuration/xml_source.rb",
     "vendor/riddle/lib/riddle/controller.rb"
  ]
  s.homepage = %q{http://ts.freelancing-gods.com}
  s.post_install_message = %q{If you're upgrading, you should read this:
http://freelancing-god.github.com/ts/en/upgrading.html
 
}
  s.rdoc_options = ["--charset=UTF-8"]
  s.require_paths = ["lib"]
  s.rubygems_version = %q{1.3.5}
  s.summary = %q{ActiveRecord/Rails Sphinx library}
  s.test_files = [
    "features/alternate_primary_key.feature",
     "features/attribute_transformation.feature",
     "features/attribute_updates.feature",
     "features/deleting_instances.feature",
     "features/direct_attributes.feature",
     "features/excerpts.feature",
     "features/extensible_delta_indexing.feature",
     "features/facets.feature",
     "features/facets_across_model.feature",
     "features/handling_edits.feature",
     "features/retry_stale_indexes.feature",
     "features/searching_across_models.feature",
     "features/searching_by_model.feature",
     "features/searching_with_find_arguments.feature",
     "features/sphinx_detection.feature",
     "features/sphinx_scopes.feature",
     "features/step_definitions",
     "features/step_definitions/alpha_steps.rb",
     "features/step_definitions/beta_steps.rb",
     "features/step_definitions/common_steps.rb",
     "features/step_definitions/extensible_delta_indexing_steps.rb",
     "features/step_definitions/facet_steps.rb",
     "features/step_definitions/find_arguments_steps.rb",
     "features/step_definitions/gamma_steps.rb",
     "features/step_definitions/scope_steps.rb",
     "features/step_definitions/search_steps.rb",
     "features/step_definitions/sphinx_steps.rb",
     "features/sti_searching.feature",
     "features/support",
     "features/support/database.example.yml",
     "features/support/database.yml",
     "features/support/db",
     "features/support/db/active_record.rb",
     "features/support/db/database.yml",
     "features/support/db/fixtures",
     "features/support/db/fixtures/alphas.rb",
     "features/support/db/fixtures/authors.rb",
     "features/support/db/fixtures/betas.rb",
     "features/support/db/fixtures/boxes.rb",
     "features/support/db/fixtures/categories.rb",
     "features/support/db/fixtures/cats.rb",
     "features/support/db/fixtures/comments.rb",
     "features/support/db/fixtures/developers.rb",
     "features/support/db/fixtures/dogs.rb",
     "features/support/db/fixtures/extensible_betas.rb",
     "features/support/db/fixtures/gammas.rb",
     "features/support/db/fixtures/people.rb",
     "features/support/db/fixtures/posts.rb",
     "features/support/db/fixtures/robots.rb",
     "features/support/db/fixtures/tags.rb",
     "features/support/db/migrations",
     "features/support/db/migrations/create_alphas.rb",
     "features/support/db/migrations/create_animals.rb",
     "features/support/db/migrations/create_authors.rb",
     "features/support/db/migrations/create_authors_posts.rb",
     "features/support/db/migrations/create_betas.rb",
     "features/support/db/migrations/create_boxes.rb",
     "features/support/db/migrations/create_categories.rb",
     "features/support/db/migrations/create_comments.rb",
     "features/support/db/migrations/create_developers.rb",
     "features/support/db/migrations/create_extensible_betas.rb",
     "features/support/db/migrations/create_gammas.rb",
     "features/support/db/migrations/create_people.rb",
     "features/support/db/migrations/create_posts.rb",
     "features/support/db/migrations/create_robots.rb",
     "features/support/db/migrations/create_taggings.rb",
     "features/support/db/migrations/create_tags.rb",
     "features/support/db/mysql.rb",
     "features/support/db/postgresql.rb",
     "features/support/env.rb",
     "features/support/lib",
     "features/support/lib/generic_delta_handler.rb",
     "features/support/models",
     "features/support/models/alpha.rb",
     "features/support/models/animal.rb",
     "features/support/models/author.rb",
     "features/support/models/beta.rb",
     "features/support/models/box.rb",
     "features/support/models/cat.rb",
     "features/support/models/category.rb",
     "features/support/models/comment.rb",
     "features/support/models/developer.rb",
     "features/support/models/dog.rb",
     "features/support/models/extensible_beta.rb",
     "features/support/models/gamma.rb",
     "features/support/models/person.rb",
     "features/support/models/post.rb",
     "features/support/models/robot.rb",
     "features/support/models/tag.rb",
     "features/support/models/tagging.rb",
     "features/support/post_database.rb",
     "spec/lib/thinking_sphinx/active_record/delta_spec.rb",
     "spec/lib/thinking_sphinx/active_record/has_many_association_spec.rb",
     "spec/lib/thinking_sphinx/active_record/scopes_spec.rb",
     "spec/lib/thinking_sphinx/active_record_spec.rb",
     "spec/lib/thinking_sphinx/association_spec.rb",
     "spec/lib/thinking_sphinx/attribute_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/excerpter_spec.rb",
     "spec/lib/thinking_sphinx/facet_search_spec.rb",
     "spec/lib/thinking_sphinx/facet_spec.rb",
     "spec/lib/thinking_sphinx/field_spec.rb",
     "spec/lib/thinking_sphinx/index/builder_spec.rb",
     "spec/lib/thinking_sphinx/index/faux_column_spec.rb",
     "spec/lib/thinking_sphinx/index_spec.rb",
     "spec/lib/thinking_sphinx/rails_additions_spec.rb",
     "spec/lib/thinking_sphinx/search_methods_spec.rb",
     "spec/lib/thinking_sphinx/search_spec.rb",
     "spec/lib/thinking_sphinx/source_spec.rb",
     "spec/lib/thinking_sphinx_spec.rb"
  ]
 
  if s.respond_to? :specification_version then
    current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
    s.specification_version = 3
 
    if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
      s.add_runtime_dependency(%q<activerecord>, [">= 1.15.6"])
    else
      s.add_dependency(%q<activerecord>, [">= 1.15.6"])
    end
  else
    s.add_dependency(%q<activerecord>, [">= 1.15.6"])
  end
end