Skip to content

Commit

Permalink
Removing Rails 3.1 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
pat committed Dec 27, 2013
1 parent bed44d6 commit 2248d4d
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 17 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@ env:
- DATABASE=mysql2 SPHINX_BIN=/usr/local/sphinx-2.0.6/bin/ SPHINX_VERSION=2.0.6
- DATABASE=postgresql SPHINX_BIN=/usr/local/sphinx-2.0.6/bin/ SPHINX_VERSION=2.0.6
gemfile:
- gemfiles/rails_3_1.gemfile
- gemfiles/rails_3_2.gemfile
- gemfiles/rails_4_0.gemfile
4 changes: 0 additions & 4 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
appraise 'rails_3_1' do
gem 'rails', '~> 3.1.0'
end

appraise 'rails_3_2' do
gem 'rails', '~> 3.2.0'
end
Expand Down
2 changes: 1 addition & 1 deletion README.textile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
h1. Thinking Sphinx

Welcome to Thinking Sphinx version 3 - a complete rewrite from past versions, built for Rails 3.1 or newer only.
Welcome to Thinking Sphinx version 3 - a complete rewrite from past versions. TS v3.0.x will work with Rails 3.1-4.0, and TS v3.1.x will work with Rails 3.2 and newer.

h2. Installation

Expand Down
11 changes: 0 additions & 11 deletions gemfiles/rails_3_1.gemfile

This file was deleted.

0 comments on commit 2248d4d

Please sign in to comment.