lib/openwfe/rudefinitions.rb in openwferu-0.9.3 vs lib/openwfe/rudefinitions.rb in openwferu-0.9.4

- old
+ new

@@ -35,14 +35,17 @@ # # "made in Japan" # +require 'openwfe/version' + + module OpenWFE #OPENWFE_VERSION = '1.7.2pre17' - OPENWFE_VERSION = '0.9.2' + #OPENWFE_VERSION = '0.9.4' # # service names S_LOGGER = :logger @@ -62,23 +65,13 @@ # # some special expression names EN_ENVIRONMENT = 'environment' - # - # some expression attribute names - - #A_FORGET = 'forget' - # replaced by a symbol - - A_SYNC = 'sync' - A_COUNT = 'count' - A_REMAINING = 'remaining' - REM_CANCEL = 'cancel' - # # some file storage default values - DEFAULT_FILE_STORAGE_PATH = "./work" + + DEFAULT_WORK_DIRECTORY = './work' # # A mixin for easy OpenWFE service lookup # (assumes the presence of an application context instance var) #