Skip to content

Commit

Permalink
3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pat committed Jan 21, 2015
1 parent 4285f5a commit 3a1355b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion HISTORY
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Latest:
2015-01-21: 3.1.3
* [CHANGE] Log excerpt SphinxQL queries just like the search queries.
* [CHANGE] Load Railtie if Rails::Railtie is defined, instead of just Rails (Andrew Cone).
* [CHANGE] Convert raw Sphinx results to an array when querying (Bryan Ricker).
Expand Down
8 changes: 5 additions & 3 deletions README.textile
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
h1. Thinking Sphinx

Thinking Sphinx is a library for connecting ActiveRecord to the Sphinx full-text search tool, and integrates closely with Rails (but also works with other Ruby web frameworks). The current release is v3.1.1.
Thinking Sphinx is a library for connecting ActiveRecord to the Sphinx full-text search tool, and integrates closely with Rails (but also works with other Ruby web frameworks). The current release is v3.1.3.

h2. Upgrading

Please refer to the release notes for any changes you need to make when upgrading:

* "v3.1.3":https://github.com/pat/thinking-sphinx/releases/tag/v3.1.3
* "v3.1.2":https://github.com/pat/thinking-sphinx/releases/tag/v3.1.2
* "v3.1.1":https://github.com/pat/thinking-sphinx/releases/tag/v3.1.1
* "v3.1.0":https://github.com/pat/thinking-sphinx/releases/tag/v3.1.0
* "v3.0.6":https://github.com/pat/thinking-sphinx/releases/tag/v3.0.6
Expand All @@ -18,7 +20,7 @@ It's a gem, so install it like you would any other gem. You will also need to sp

<pre><code>gem 'mysql2', '~> 0.3.13', :platform => :ruby
gem 'jdbc-mysql', '~> 5.1.28', :platform => :jruby
gem 'thinking-sphinx', '~> 3.1.1'</code></pre>
gem 'thinking-sphinx', '~> 3.1.3'</code></pre>

The MySQL gems mentioned are required for connecting to Sphinx, so please include it even when you're using PostgreSQL for your database.

Expand Down Expand Up @@ -75,4 +77,4 @@ You can then run the unit tests with @rake spec:unit@, the acceptance tests with

h2. Licence

Copyright (c) 2007-2014, Thinking Sphinx is developed and maintained by Pat Allan, and is released under the open MIT Licence. Many thanks to "all who have contributed patches":https://github.com/pat/thinking-sphinx/contributors.
Copyright (c) 2007-2015, Thinking Sphinx is developed and maintained by Pat Allan, and is released under the open MIT Licence. Many thanks to "all who have contributed patches":https://github.com/pat/thinking-sphinx/contributors.
2 changes: 1 addition & 1 deletion thinking-sphinx.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $:.push File.expand_path('../lib', __FILE__)

Gem::Specification.new do |s|
s.name = 'thinking-sphinx'
s.version = '3.1.2'
s.version = '3.1.3'
s.platform = Gem::Platform::RUBY
s.authors = ["Pat Allan"]
s.email = ["[email protected]"]
Expand Down

0 comments on commit 3a1355b

Please sign in to comment.