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