[DOC] Updated the Ruby gem version for Elasticsearch 0.90.x

This commit is contained in:
Karel Minarik 2014-02-11 16:12:53 +01:00
parent a06a00b37e
commit 91900ef346
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ See the full documentation at http://github.com/elasticsearch/elasticsearch-ruby
=== Elasticsearch Version Compatibility
The Ruby libraries are compatible with both Elasticsearch 0.90.x and 1.0.x versions,
but you have to install a matching gem version:
but you have to install a matching http://rubygems.org/gems/elasticsearch/versions[gem version]:
[cols="<,<",options="header",]
|=========================================
@ -39,7 +39,7 @@ Install the Ruby gem for Elasticsearch *0.90.x*:
[source,sh]
------------------------------------
gem install elasticsearch -v 0.4.8
gem install elasticsearch -v 0.4.10
------------------------------------
...or add it do your Gemfile: