web_translate_it rubygem v1.9.0 released
By Edouard on November 23, 2011
I just released a new version of the web_translate_it gem, the open-source synchronization tool for Web Translate It.
This version 1.9.0 essentially deprecates and removes the wti server
command. This command was introducing a dependency on the web server Sinatra, which is far from desirable when including web_translate_it
on a Rails application.
If you need wti server
, don’t worry: this command now lives in a separate gem called web_translate_it_server, which is an extension for the web_translate_it
gem.
To get wti server
back, execute:
gem install web_translate_it_server
and then run the server with:
wti-server
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
.
To install web_translate_it_server
, type in a terminal: gem install web_translate_it_server
.