web_translate_it gem v1.8.0.0 released
By Edouard on May 31, 2011
I just released a new version of the web_translate_it gem, which includes important performance improvements and a few minor bugs fixes.
Downloading and uploading your language files is noticeably faster with this version (especially if you have a lot of files to sync).
Here’s the changelog:
New: Faster file transfers using KeepAlive’d connection.
New: Verify SSL certificate on connection.
Fix: More detailed error messages on unconfigured projects. Ticket #56
Fix:
wti init
now checks if the configuration file is writable. Ticket #35Remove rake tasks. Rake tasks were removed as it is preferred and more performant to sync your project using the
wti
executable. Should you want the rake tasks back on your project, see how to add them in your project on the wiki.
Install or Upgrade
To install web_translate_it
, please refer to the gem documentation.
To upgrade web_translate_it
to its latest version, type in a terminal: gem install web_translate_it
.