public
Rubygem
Description: Sphinx plugin for Rails and Merb
Homepage: http://ts.freelancing-gods.com
Clone URL: git://github.com/freelancing-god/thinking-sphinx.git
Search Repo:
Updating version
Mon Jul 21 20:24:38 -0700 2008
commit  4e579dbca6e66a05d624c50ddc6c95b28ee2bcc2
tree    6cb81efe4dcd9c5f23a61ea19b759aed68d919ff
parent  662cd9dd408e301b829e7b561e2c5086e4a1c71c
...
20
21
22
23
 
24
25
26
...
20
21
22
 
23
24
25
26
0
@@ -20,7 +20,7 @@ module ThinkingSphinx
0
   module Version #:nodoc:
0
     Major = 0
0
     Minor = 9
0
- Tiny = 7
0
+ Tiny = 8
0
     
0
     String = [Major, Minor, Tiny].join('.')
0
   end
...
1
2
3
 
4
5
6
...
1
2
 
3
4
5
6
0
@@ -1,6 +1,6 @@
0
 Gem::Specification.new do |s|
0
   s.name = "thinking-sphinx"
0
- s.version = "0.9.7"
0
+ s.version = "0.9.8"
0
   s.summary = "A concise and easy-to-use Ruby library that connects ActiveRecord to the Sphinx search daemon, managing configuration, indexing and searching."
0
   s.description = "A concise and easy-to-use Ruby library that connects ActiveRecord to the Sphinx search daemon, managing configuration, indexing and searching."
0
   s.author = "Pat Allan"

Comments

    No one has commented yet.