* Fixed to install epel-release before installing python34 in yum
* Updated README/CHANGELOG to make setuptools check happy
* Fixed gemTool to use custom GEM_HOME, if system Ruby is used
* Added Ruby bundler support as bundlerTool
* Added docker-composer support as dockercomposerTool
* Extended internal API for _addEnvPath/_addBinPath
* Refactoring:
* added BashToolMixIn, GemToolMixIn, npmToolMixIn,
pipToolMixIn and integrated into dependent tools
* Added new "check" command from FTN16
* Added predicatable tool execution ordering
* Fixed to properly support externally passed {tool}Bin
* Got rid of getType() API in favor of multi-role approach