Skip to content

Commit

Permalink
Bump to 0.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm committed Dec 18, 2014
1 parent 04be585 commit 6ecdb73
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.7.9

* Support Rails controller method names by [Jessie A. Young](https://github.com/jessieay). [#46](https://github.com/glebm/i18n-tasks/issues/46)
* Minor fixes

## 0.7.8

* Fix Google Translate issues with non-string keys [#100](https://github.com/glebm/i18n-tasks/pull/100)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ i18n-tasks can be used with any project using [i18n][i18n-gem] (default in Rails
Add it to the Gemfile:

```ruby
gem 'i18n-tasks', '~> 0.7.8'
gem 'i18n-tasks', '~> 0.7.9'
```

Copy default [configuration file](#configuration) (optional):
Expand Down
2 changes: 1 addition & 1 deletion lib/i18n/tasks/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# coding: utf-8
module I18n
module Tasks
VERSION = '0.7.8'
VERSION = '0.7.9'
end
end

0 comments on commit 6ecdb73

Please sign in to comment.