Skip to content

Commit 80da449

Browse files
committed
READMEs: Note on compatibility only with Ruby > 1.9
1 parent 1f937cd commit 80da449

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ etc. are planned and/or being worked on._
1515

1616
## Installation
1717

18+
The libraries are compatible with Ruby 1.9.3 and higher.
19+
1820
Install the `elasticsearch-model` and/or `elasticsearch-rails` package from
1921
[Rubygems](https://rubygems.org/gems/elasticsearch):
2022

elasticsearch-model/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ It aims to simplify integration of Ruby classes ("models"), commonly found
77
e.g. in [Ruby on Rails](http://rubyonrails.org) applications, with the
88
[Elasticsearch](http://www.elasticsearch.org) search and analytics engine.
99

10+
The library is compatible with Ruby 1.9.3 and higher.
1011

1112
## Installation
1213

elasticsearch-rails/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ The `elasticsearch-rails` library is a companion for the
44
the [`elasticsearch-model`](https://github.com/elasticsearch/elasticsearch-rails/tree/master/elasticsearch-model)
55
library, providing features suitable for Ruby on Rails applications.
66

7+
The library is compatible with Ruby 1.9.3 and higher.
8+
79
## Installation
810

911
Install the package from [Rubygems](https://rubygems.org):

0 commit comments

Comments
 (0)