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

- old
+ new

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