ultrasphinx 1

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,66 @@
1
+ --- !ruby/object:Gem::Specification
2
+ rubygems_version: 0.9.4
3
+ specification_version: 1
4
+ name: ultrasphinx
5
+ version: !ruby/object:Gem::Version
6
+ version: "1"
7
+ date: 2007-08-01 00:00:00 -04:00
8
+ summary: Ruby on Rails configurator and client to the Sphinx fulltext search engine.
9
+ require_paths:
10
+ - lib
11
+ email: ""
12
+ homepage: http://blog.evanweaver.com/pages/code#ultrasphinx
13
+ rubyforge_project: fauna
14
+ description: Ruby on Rails configurator and client to the Sphinx fulltext search engine.
15
+ autorequire:
16
+ default_executable:
17
+ bindir: bin
18
+ has_rdoc: true
19
+ required_ruby_version: !ruby/object:Gem::Version::Requirement
20
+ requirements:
21
+ - - ">"
22
+ - !ruby/object:Gem::Version
23
+ version: 0.0.0
24
+ version:
25
+ platform: ruby
26
+ signing_key:
27
+ cert_chain:
28
+ post_install_message:
29
+ authors:
30
+ - ""
31
+ files:
32
+ - ./CHANGELOG
33
+ - ./LICENSE
34
+ - ./Manifest
35
+ - ./README
36
+ - ./Rakefile
37
+ - ./examples/app.multi
38
+ - ./examples/default.base
39
+ - ./init.rb
40
+ - ./lib/ultrasphinx/autoload.rb
41
+ - ./lib/ultrasphinx/core_extensions.rb
42
+ - ./lib/ultrasphinx/fields.rb
43
+ - ./lib/ultrasphinx/is_indexed.rb
44
+ - ./lib/ultrasphinx/search.rb
45
+ - ./lib/ultrasphinx/spell.rb
46
+ - ./lib/ultrasphinx/ultrasphinx.rb
47
+ - ./lib/ultrasphinx.rb
48
+ - ./tasks/ultrasphinx.rake
49
+ - ./vendor/sphinx/README
50
+ - ./vendor/sphinx/Rakefile
51
+ - ./vendor/sphinx/init.rb
52
+ - ./vendor/sphinx/lib/client.rb
53
+ test_files: []
54
+
55
+ rdoc_options: []
56
+
57
+ extra_rdoc_files: []
58
+
59
+ executables: []
60
+
61
+ extensions: []
62
+
63
+ requirements: []
64
+
65
+ dependencies: []
66
+