From e4df501035434cbb1920ccca21e489599b5ad382 Mon Sep 17 00:00:00 2001 From: Azul Date: Thu, 19 Dec 2013 13:18:28 +0100 Subject: Version 0.2.0: use CouchRest::Changes This also changes the format of the config file. Please make sure to adjust it. --- lib/tapicero.rb | 37 +++++++++++++++++++++---------------- 1 file changed, 21 insertions(+), 16 deletions(-) (limited to 'lib/tapicero.rb') diff --git a/lib/tapicero.rb b/lib/tapicero.rb index fd66030..aba9fad 100644 --- a/lib/tapicero.rb +++ b/lib/tapicero.rb @@ -1,28 +1,33 @@ unless defined? BASE_DIR BASE_DIR = File.expand_path('../..', __FILE__) end -unless defined? LEAP_CA_CONFIG - LEAP_CA_CONFIG = '/etc/leap/tapicero.yaml' +unless defined? TAPICERO_CONFIG + TAPICERO_CONFIG = '/etc/leap/tapicero.yaml' end module Tapicero class <