SimpleSearch 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ rubygems_version: 0.8.1
3
+ specification_version: 1
4
+ name: SimpleSearch
5
+ version: !ruby/object:Gem::Version
6
+ version: 0.5.0
7
+ date: 2004-10-18
8
+ summary: SimpleSearch is a simple vector space text search engine.
9
+ require_paths:
10
+ - lib
11
+ author: "Dave Thomas, Chad Fowler"
12
+ email: chad@chadfowler.com
13
+ homepage: http://chadfowler.com/SimpleSearch
14
+ rubyforge_project:
15
+ description:
16
+ autorequire: search/simple
17
+ default_executable:
18
+ bindir: bin
19
+ has_rdoc: false
20
+ required_ruby_version: !ruby/object:Gem::Version::Requirement
21
+ requirements:
22
+ -
23
+ - ">"
24
+ - !ruby/object:Gem::Version
25
+ version: 0.0.0
26
+ version:
27
+ platform: ruby
28
+ files:
29
+ - setup.rb
30
+ - lib/search/simple.rb
31
+ - lib/search/simple/dictionary.rb
32
+ - lib/search/simple/porter_stemmer.rb
33
+ - lib/search/simple/searcher.rb
34
+ - lib/search/simple/vector.rb
35
+ - README
36
+ test_files: []
37
+ rdoc_options:
38
+ - "--main"
39
+ - README
40
+ extra_rdoc_files:
41
+ - README
42
+ executables:
43
+ - simplesearch
44
+ extensions: []
45
+ requirements: []
46
+ dependencies: []