# encoding: utf-8 module Appium # Version and Date are defined on the 'Appium' module, not 'Appium::Common' VERSION = '0.3.9' unless defined? ::Appium::VERSION DATE = '2013-05-06' unless defined? ::Appium::DATE end