Skip to content

Commit

Permalink
3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pat committed Aug 26, 2013
1 parent 6a1b134 commit 5b0b5c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion HISTORY
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Edge:
2013-08-26: 3.0.5
* [CHANGE] Updating Riddle dependency to be >= 1.5.8.
* [FEATURE] Allow scoping of real-time index models.
* [CHANGE] Real-time index population presentation and logic are now separated.
Expand Down
2 changes: 1 addition & 1 deletion README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ h2. Installation
It's a gem, so install it like you would any other gem. You will also need to specify the Mysql2 gem as well (this is not an inbuilt dependency because JRuby, when supported, will need something different):

<pre><code>gem 'mysql2', '0.3.13'
gem 'thinking-sphinx', '3.0.4'</code></pre>
gem 'thinking-sphinx', '3.0.5'</code></pre>

The mysql2 gem is required for connecting to Sphinx, so please include it even when you're using PostgreSQL for your database.

Expand Down
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.0.4'
s.version = '3.0.5'
s.platform = Gem::Platform::RUBY
s.authors = ["Pat Allan"]
s.email = ["pat@freelancing-gods.com"]
Expand Down

0 comments on commit 5b0b5c2

Please sign in to comment.