diff --git a/HISTORY b/HISTORY index 87d1c13dd..eb18f7257 100644 --- a/HISTORY +++ b/HISTORY @@ -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. diff --git a/README.textile b/README.textile index 766693bcf..cc9f2cd28 100644 --- a/README.textile +++ b/README.textile @@ -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):
gem 'mysql2',          '0.3.13'
-gem 'thinking-sphinx', '3.0.4'
+gem 'thinking-sphinx', '3.0.5' The mysql2 gem is required for connecting to Sphinx, so please include it even when you're using PostgreSQL for your database. diff --git a/thinking-sphinx.gemspec b/thinking-sphinx.gemspec index 0bc16cb72..88be03bab 100644 --- a/thinking-sphinx.gemspec +++ b/thinking-sphinx.gemspec @@ -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"]