Skip to content

Commit

Permalink
bump to 0.4.0.rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm committed May 31, 2014
1 parent 4d62525 commit 920714f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion i18n-tasks.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ It can also can pre-fill missing keys, including from Google Translate, and it c

s.add_dependency 'erubis'
s.add_dependency 'activesupport'
s.add_dependency 'easy_translate', '>= 0.4.0'
s.add_dependency 'easy_translate', '>= 0.5.0'
s.add_dependency 'term-ansicolor'
s.add_dependency 'terminal-table'
s.add_dependency 'highline'
Expand Down
2 changes: 1 addition & 1 deletion lib/i18n/tasks/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module I18n
module Tasks
VERSION = '0.3.11'
VERSION = '0.4.0.rc1'
end
end

0 comments on commit 920714f

Please sign in to comment.