pager-ultrasphinx 1.0.20080510

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,84 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: pager-ultrasphinx
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.20080510
5
+ platform: ruby
6
+ authors:
7
+ - Evan Weaver
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2008-05-10 00:00:00 -07:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description:
17
+ email: avanie@gmail.com
18
+ executables: []
19
+
20
+ extensions: []
21
+
22
+ extra_rdoc_files: []
23
+
24
+ files:
25
+ - lib/ultrasphinx/associations.rb
26
+ - lib/ultrasphinx/autoload.rb
27
+ - lib/ultrasphinx/configure.rb
28
+ - lib/ultrasphinx/core_extensions.rb
29
+ - lib/ultrasphinx/fields.rb
30
+ - lib/ultrasphinx/is_indexed.rb
31
+ - lib/ultrasphinx/postgresql/concat_ws.sql
32
+ - lib/ultrasphinx/postgresql/crc32.sql
33
+ - lib/ultrasphinx/postgresql/group_concat.sql
34
+ - lib/ultrasphinx/postgresql/hex_to_int.sql
35
+ - lib/ultrasphinx/postgresql/language.sql
36
+ - lib/ultrasphinx/postgresql/unix_timestamp.sql
37
+ - lib/ultrasphinx/search/internals.rb
38
+ - lib/ultrasphinx/search/parser.rb
39
+ - lib/ultrasphinx/search.rb
40
+ - lib/ultrasphinx/spell.rb
41
+ - lib/ultrasphinx/ultrasphinx.rb
42
+ - lib/ultrasphinx.rb
43
+ - rails/init.rb
44
+ - Rakefile
45
+ - README
46
+ - LICENSE
47
+ - tasks/ultrasphinx.rake
48
+ - vendor/riddle/lib/riddle/client/filter.rb
49
+ - vendor/riddle/lib/riddle/client/message.rb
50
+ - vendor/riddle/lib/riddle/client/response.rb
51
+ - vendor/riddle/lib/riddle/client.rb
52
+ - vendor/riddle/lib/riddle.rb
53
+ - vendor/riddle/MIT-LICENCE
54
+ - vendor/riddle/Rakefile
55
+ - vendor/riddle/README
56
+ - vendor/will_paginate/LICENSE
57
+ has_rdoc: false
58
+ homepage: http://github.com/pager/ultrasphinx
59
+ post_install_message:
60
+ rdoc_options: []
61
+
62
+ require_paths:
63
+ - lib
64
+ required_ruby_version: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ">="
67
+ - !ruby/object:Gem::Version
68
+ version: "0"
69
+ version:
70
+ required_rubygems_version: !ruby/object:Gem::Requirement
71
+ requirements:
72
+ - - ">="
73
+ - !ruby/object:Gem::Version
74
+ version: "0"
75
+ version:
76
+ requirements: []
77
+
78
+ rubyforge_project:
79
+ rubygems_version: 1.0.1
80
+ signing_key:
81
+ specification_version: 2
82
+ summary: Gemified evanweaver's Ultrasphinx plugin
83
+ test_files: []
84
+