README.md in i18n-tasks-0.7.12 vs README.md in i18n-tasks-0.7.13
- old
+ new
@@ -20,10 +20,10 @@
i18n-tasks can be used with any project using the ruby [i18n gem][i18n-gem] (default in Rails).
Add it to the Gemfile:
```ruby
-gem 'i18n-tasks', '~> 0.7.12'
+gem 'i18n-tasks', '~> 0.7.13'
```
Copy default [configuration file](#configuration) (optional):
```console