[DOC] Updated the Ruby gem version for Elasticsearch 0.90.x
This commit is contained in:
parent
a06a00b37e
commit
91900ef346
docs/ruby
|
@ -10,7 +10,7 @@ See the full documentation at http://github.com/elasticsearch/elasticsearch-ruby
|
||||||
=== Elasticsearch Version Compatibility
|
=== Elasticsearch Version Compatibility
|
||||||
|
|
||||||
The Ruby libraries are compatible with both Elasticsearch 0.90.x and 1.0.x versions,
|
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",]
|
[cols="<,<",options="header",]
|
||||||
|=========================================
|
|=========================================
|
||||||
|
@ -39,7 +39,7 @@ Install the Ruby gem for Elasticsearch *0.90.x*:
|
||||||
|
|
||||||
[source,sh]
|
[source,sh]
|
||||||
------------------------------------
|
------------------------------------
|
||||||
gem install elasticsearch -v 0.4.8
|
gem install elasticsearch -v 0.4.10
|
||||||
------------------------------------
|
------------------------------------
|
||||||
|
|
||||||
...or add it do your Gemfile:
|
...or add it do your Gemfile:
|
||||||
|
|
Loading…
Reference in New Issue