lib/arborist.rb in arborist-0.3.0 vs lib/arborist.rb in arborist-0.4.0

- old
+ new

@@ -12,13 +12,13 @@ module Arborist extend Loggability, Configurability # Package version - VERSION = '0.3.0' + VERSION = '0.4.0' # Version control revision - REVISION = %q$Revision: db70f921e653 $ + REVISION = %q$Revision$ # The name of the environment variable which can be used to set the config path CONFIG_ENV = 'ARBORIST_CONFIG'