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