# encoding: utf-8 module Appium # Version and Date are defined on the 'Appium' module, not 'Appium::Common' VERSION = '0.19.1' unless defined? ::Appium::VERSION DATE = '2014-02-25' unless defined? ::Appium::DATE end