lib/nanoc/deploying/deployer.rb in nanoc-4.4.7 vs lib/nanoc/deploying/deployer.rb in nanoc-4.5.0
- old
+ new
@@ -4,10 +4,10 @@
#
# @abstract Subclass and override {#run} to implement a custom filter.
#
# @api private
class Deployer
- extend Nanoc::Int::PluginRegistry::PluginMethods
+ extend DDPlugin::Plugin
# @return [String] The path to the directory that contains the files to
# upload. It should not have a trailing slash.
attr_reader :source_path