Skip to content

Commit

Permalink
new gem version without lost puts
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurélien Malisart committed Jul 8, 2016
1 parent 0afafe4 commit ed57a51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions lib/translation_io/railtie.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ def locale=(locale)

if defined?(GetText)
GetText.set_current_locale(locale.to_s.gsub('-', '_').to_sym)
else
puts "do not set gettext locale because not loaded"
end
end
end
Expand Down
4 changes: 2 additions & 2 deletions translation.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Gem::Specification.new do |s|
s.description = 'Rails translation made _("simple") with YAML and GetText. Localize your app using either t(".keys") or _("free text") and type "rake translation:sync" to synchronize with your translators.'
s.homepage = 'http://translation.io'
s.email = '[email protected]'
s.version = '1.8'
s.date = '2016-07-06'
s.version = '1.8.1'
s.date = '2016-07-08'
s.authors = ['Aurelien Malisart', 'Michael Hoste']
s.require_paths = ["lib"]
s.files = Dir["lib/**/*"] + ['README.md']
Expand Down

0 comments on commit ed57a51

Please sign in to comment.