forked from moro/search_do
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsearch_do.gemspec
More file actions
69 lines (64 loc) · 1.96 KB
/
search_do.gemspec
File metadata and controls
69 lines (64 loc) · 1.96 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
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "search_do"
s.version = "0.3.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["MOROHASHI Kyosuke", "Michael Grosser"]
s.date = "2011-12-24"
s.email = "moronatural@gmail.com"
s.extra_rdoc_files = [
"README.rdoc"
]
s.files = [
"CHANGELOG",
"Gemfile",
"Gemfile.lock",
"MIT-LICENSE",
"README.rdoc",
"Rakefile",
"TESTING",
"VERSION",
"examples/he_search.rb",
"examples/person.rb",
"init.rb",
"lib/estraier_admin.rb",
"lib/search_do.rb",
"lib/search_do/backends.rb",
"lib/search_do/backends/hyper_estraier.rb",
"lib/search_do/backends/hyper_estraier/estraier_pure_extention.rb",
"lib/search_do/dirty_tracking.rb",
"lib/search_do/indexer.rb",
"lib/search_do/utils.rb",
"lib/vendor/estraierpure.rb",
"lib/vendor/overview",
"recipes/mode_maintenance.rb",
"search_do.gemspec",
"spec/backends/hyper_estraier_spec.rb",
"spec/backends/result_document_spec.rb",
"spec/dirty_tracking/bridge_spec.rb",
"spec/estraier_admin_spec.rb",
"spec/fixtures/stories.yml",
"spec/indexer_spec.rb",
"spec/search_do_spec.rb",
"spec/setup_test_model.rb",
"spec/spec_helper.rb",
"tasks/acts_as_searchable_tasks.rake"
]
s.homepage = "http://github.com/grosser/search_do"
s.require_paths = ["lib"]
s.rubygems_version = "1.8.10"
s.summary = "AR: Hyperestraier integration"
if s.respond_to? :specification_version then
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<activerecord>, [">= 0"])
else
s.add_dependency(%q<activerecord>, [">= 0"])
end
else
s.add_dependency(%q<activerecord>, [">= 0"])
end
end