-
Notifications
You must be signed in to change notification settings - Fork 49
/
acts_as_indexed.gemspec
70 lines (67 loc) · 2.48 KB
/
acts_as_indexed.gemspec
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
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
# stub: acts_as_indexed 0.9.0 ruby lib
Gem::Specification.new do |s|
s.name = "acts_as_indexed".freeze
s.version = "0.9.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib".freeze]
s.authors = ["Douglas F Shearer".freeze]
s.date = "2023-08-25"
s.description = "Acts As Indexed is a plugin which provides a pain-free way to add fulltext search to your Ruby on Rails app".freeze
s.email = "[email protected]".freeze
s.extra_rdoc_files = [
"CHANGELOG.md",
"README.rdoc",
"TODO"
]
s.files = [
"CHANGELOG.md",
"Gemfile",
"MIT-LICENSE",
"README.rdoc",
"Rakefile",
"VERSION",
"acts_as_indexed.gemspec",
"gemfiles/rails2_3.gemfile",
"gemfiles/rails3_0.gemfile",
"gemfiles/rails3_1.gemfile",
"gemfiles/rails3_2.gemfile",
"lib/acts_as_indexed.rb",
"lib/acts_as_indexed/class_methods.rb",
"lib/acts_as_indexed/configuration.rb",
"lib/acts_as_indexed/instance_methods.rb",
"lib/acts_as_indexed/pre_tokenizer.rb",
"lib/acts_as_indexed/search_atom.rb",
"lib/acts_as_indexed/search_index.rb",
"lib/acts_as_indexed/singleton_methods.rb",
"lib/acts_as_indexed/storage.rb",
"lib/acts_as_indexed/token_normalizer.rb",
"lib/acts_as_indexed/tokenizer.rb",
"lib/will_paginate_search.rb",
"rails/init.rb",
"test/config/database.yml",
"test/db/schema.rb",
"test/fixtures/post.rb",
"test/fixtures/posts.yml",
"test/integration/acts_as_indexed_test.rb",
"test/integration/will_paginate_search_test.rb",
"test/integration_test_helper.rb",
"test/performance/query_performance_test.rb",
"test/performance/record_addition_performance_test.rb",
"test/performance/record_removal_performance_test.rb",
"test/performance/record_update_performance_test.rb",
"test/unit/configuration_test.rb",
"test/unit/pre_tokenizer_test.rb",
"test/unit/search_atom_test.rb",
"test/unit/search_index_test.rb",
"test/unit/token_normalizer_test.rb",
"test/unit/tokenizer_test.rb",
"test/unit_test_helper.rb"
]
s.homepage = "http://github.com/dougal/acts_as_indexed".freeze
s.rubygems_version = "3.3.7".freeze
s.summary = "Acts As Indexed is a plugin which provides a pain-free way to add fulltext search to your Ruby on Rails app".freeze
end