module TrainPlugins

Train Plugins v1 are usually declared under the TrainPlugins namespace. Each plugin has three components: Transport, Connection, and (optionally) Platform. We'll only define the Transport here, but we'll refer to the others.

This file exists simply to record the version number of the plugin. It is kept in a separate file, so that your gemspec can load it and learn the current version without loading the whole plugin. Also, many CI servers can update this file when “version bumping”.