Skip to content

Commit

Permalink
Update the documentation for Ruby version support
Browse files Browse the repository at this point in the history
  • Loading branch information
nertzy committed Jul 5, 2013
1 parent a7efa8c commit b58cbd9
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Read the blog post introducing PgSearch at http://pivotallabs.com/pg-search/

== REQUIREMENTS

* Ruby 1.9.2 or later
* Active Record 3.1 or later
* PostgreSQL
* {PostgreSQL contrib packages for certain features}[https://github.com/Casecommons/pg_search/wiki/Installing-Postgres-Contrib-Modules]
Expand All @@ -24,7 +25,7 @@ Read the blog post introducing PgSearch at http://pivotallabs.com/pg-search/

gem install pg_search

=== Rails 3.1 or later
=== Rails 3.1 or later, Ruby 1.9.2 or later

In Gemfile

Expand Down Expand Up @@ -52,6 +53,14 @@ In addition to installing and requiring the gem, you may want to include the PgS

load "pg_search/tasks.rb"

=== Ruby 1.8.7 or earlier

The newest versions of PgSearch no longer support Ruby 1.8.7. However, the 0.6 series still works. It's not actively maintained, but submissions are welcome for backports and bugfixes.

gem 'pg_search', "~> 0.6.4"

The 0.6 branch lives at https://github.com/Casecommons/pg_search/tree/0.6-stable

== USAGE

To add PgSearch to an Active Record model, simply include the PgSearch module.
Expand Down

0 comments on commit b58cbd9

Please sign in to comment.