ultrasphinx 1 → 1.5

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.gz.sig ADDED
@@ -0,0 +1,3 @@
1
+ �z c��h �'8��V������U������
2
+ �t�݅�����?�if�� /qk����n�O�2�� �Ŝ;?�
3
+ �r#�l� ��0ql��B�=�8�R=v�����|!����OHQR�WgiU��F@=���"(]�o@U���f�^9GC� ��kȆ�#&��+�r9ݠ�gV`=a��H����b�F��9�_�]��N����jfj�-F�r�J��0���
data/Rakefile DELETED
@@ -1,21 +0,0 @@
1
-
2
- require 'rubygems'
3
- require 'echoe'
4
-
5
- Echoe.new("ultrasphinx", `cat CHANGELOG`[/^([\d\.]+)\. /, 1]) do |p|
6
-
7
- p.name = "ultrasphinx"
8
- p.rubyforge_name = "fauna"
9
- p.description = p.summary = "Ruby on Rails configurator and client to the Sphinx fulltext search engine."
10
- p.url = "http://blog.evanweaver.com/pages/code#ultrasphinx"
11
- p.changes = `cat CHANGELOG`[/^([\d\.]+\. .*)/, 1]
12
- p.need_tar = false
13
- p.need_tar_gz = true
14
-
15
- p.rdoc_pattern = /is_indexed.rb|search.rb|spell.rb|ultrasphinx.rb|README|CHANGELOG|LICENSE/
16
- if File.exist?(template = "/Users/eweaver/p/allison/trunk/allison/allison.rb")
17
- p.rdoc_template = template
18
- end
19
-
20
- end
21
-