README.md in i18n_generators-2.2.0 vs README.md in i18n_generators-2.2.1
- old
+ new
@@ -1,9 +1,9 @@
# i18n_generators
A Rails plugin that generates the I18n locale files with automatic
-translation. Supporting Rails 5.1, 5.0, 4.2.x, 4.1.x, 4.0.x, 3.2.x, 3.1.x, 3.0.x,
+translation. Supporting Rails 6.0, 5.2.x, 5.1.x, 5.0.x, 4.2.x, 4.1.x, 4.0.x, 3.2.x, 3.1.x, 3.0.x,
2.3.x, and 2.2.x.
Here's an example of generating a translation file (the example model is taken
from [the Rails Girls app](http://guides.railsgirls.com/app/#create-idea-scaffold)).
@@ -55,11 +55,11 @@
Executes 1 and 2 at once.
## Supported versions
-* Ruby 2.3, 2.2.x, 2.1.x, 2.0.0, 1.9.x, 1.8.7
-* Ruby on Rails 5.1, 5.0, 4.2, 4.1, 4.0, 3.2, 3.1, 3.0
+* Ruby 2.7, 2.6.x, 2.5.x, 2.4.x, 2.3.x, 2.2.x, 2.1.x, 2.0.0, 1.9.x, 1.8.7
+* Ruby on Rails 6.0, 5.2, 5.1, 5.0, 4.2, 4.1, 4.0, 3.2, 3.1, 3.0
* Ruby on Rails 2.3, 2.2 (supported by i18n_generators < 1.2)
## Installation