X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=blobdiff_plain;f=lib%2Fprune%2Fplugins%2Fagendav.rb;fp=lib%2Fprune%2Fplugins%2Fagendav.rb;h=0000000000000000000000000000000000000000;hp=f0f018381b7d0719a7eba1759b1a05fa6a11952a;hb=d078dd8216e0cd101a945dfac448bde9f7d73d1a;hpb=7a372ba193246c043d64553b806b48086d128cbb diff --git a/lib/prune/plugins/agendav.rb b/lib/prune/plugins/agendav.rb deleted file mode 100644 index f0f0183..0000000 --- a/lib/prune/plugins/agendav.rb +++ /dev/null @@ -1,13 +0,0 @@ -require 'pg' - -require 'prune/prune_plugin' -require 'rm/plugins/agendav' - -# Handle the pruning of Agendav users from its database. This class -# doesn't need to do anything; by inheriting from {AgendavRm}, we get -# its {AgendavRm#remove_user} method and that's all we need to prune. -# -class AgendavPrune < AgendavRm - # Needed for the magic includers run() method. - include PrunePlugin -end