Skip to content

Commit

Permalink
Updates README files
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo committed Nov 4, 2022
1 parent 37b7897 commit 8e0526c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion elasticsearch-model/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ It aims to simplify integration of Ruby classes ("models"), commonly found e.g.

This library is compatible with Ruby 2.4 and higher.

The library version numbers follow the Elasticsearch major versions. The `main` branch is compatible with the latest Elasticsearch stack stable release.
The version numbers follow the Elasticsearch major versions. Currently the `main` branch is compatible with version `7.x` of the Elasticsearch stack. **We haven't tested and updated the code for Elasticsearch `8.0` yet**.

| Rubygem | | Elasticsearch |
|:-------------:|:-:| :-----------: |
Expand Down
3 changes: 2 additions & 1 deletion elasticsearch-persistence/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ Persistence layer for Ruby domain objects in Elasticsearch, using the Repository

This library is compatible with Ruby 2.4 and higher.

The library version numbers follow the Elasticsearch major versions. The `main` branch is compatible with the latest Elasticsearch stack stable release.
The version numbers follow the Elasticsearch major versions. Currently the `main` branch is compatible with version `7.x` of the Elasticsearch stack. **We haven't tested and updated the code for Elasticsearch `8.0` yet**.

| Rubygem | | Elasticsearch |
|:-------------:|:-:| :-----------: |
| 0.1 || 1.x |
| 2.x || 2.x |
| 5.x || 5.x |
| 6.x || 6.x |
| 7.x || 7.x |
| main || 7.x |

## Installation
Expand Down
5 changes: 2 additions & 3 deletions elasticsearch-rails/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ library, providing features suitable for Ruby on Rails applications.

This library is compatible with Ruby 1.9.3 and higher.

The library version numbers follow the Elasticsearch major versions, and the `main` branch
is compatible with the Elasticsearch `master` branch, therefore, with the next major version.
The version numbers follow the Elasticsearch major versions. Currently the `main` branch is compatible with version `7.x` of the Elasticsearch stack. **We haven't tested and updated the code for Elasticsearch `8.0` yet**.

| Rubygem | | Elasticsearch |
|:-------------:|:-:| :-----------: |
Expand All @@ -18,7 +17,7 @@ is compatible with the Elasticsearch `master` branch, therefore, with the next m
| 5.x || 5.x |
| 6.x || 6.x |
| 7.x || 7.x |
| main || master |
| main || 7.x |

## Installation

Expand Down

0 comments on commit 8e0526c

Please sign in to comment.