lib/nanoc/base/services/pruner.rb in nanoc-4.11.0 vs lib/nanoc/base/services/pruner.rb in nanoc-4.11.1
- old
+ new
@@ -4,12 +4,12 @@
# Responsible for finding and deleting files in the site’s output directory
# that are not managed by Nanoc.
#
# @api private
class Pruner
- include Nanoc::Int::ContractsSupport
+ include Nanoc::Core::ContractsSupport
- # @param [Nanoc::Int::Configuration] config
+ # @param [Nanoc::Core::Configuration] config
#
# @param [Nanoc::Int::ItemRepRepo] reps
#
# @param [Boolean] dry_run true if the files to be deleted
# should only be printed instead of actually deleted, false if the files