web_translate_it rubygem v2.4.0 released

By Edouard on October 12, 2015

We released a new version of the web_translate_it gem, the open-source synchronization tool for Web Translate It.

wti synchronization tool

New Features

There have been several releases since the last release announcement (for web_translate_it 2.2.1) on the blog.

Here’s what is new since that version from the changelog

Version 2.4.0 / 2015-08-10

  • Now returns correct exit codes. 0 if command successful, 1 if any error has occurred.
  • Limit the amount of retries to 3 on timeout.

Version 2.3.4 / 2014-05-23

  • Add --debug option to turn on debug output.

Version 2.3.3 / 2014-05-22

  • Use longer timeout.

Version 2.3.1 / 2014-05-07

  • The .wti configuration file is now parsed by ERB so the API token can be stored in an environment variable instead of in the .wti file. Fixes issue #118

Version 2.3.0 / 2014-04-18

  • Deprecate wti push --all. This command was replaced by wti push --target, which is slightly different since it only pushes target locales. The --all option was deprecated because pushing all source and target files at the same time can cause synchronization issues under some circumstances.
  • Add new wti push --target command to push target files only.
  • Read more about these changes the blog: https://webtranslateit.com/en/blog/posts/264-Updates-to-synching-behaviour

Version 2.2.2 / 2014-03-13

  • Fix deprecation warning. #112

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.