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