lib/nanoc/extra/deployer.rb in nanoc-3.8.0 vs lib/nanoc/extra/deployer.rb in nanoc-4.0.0a1

- old
+ new

@@ -3,11 +3,13 @@ module Nanoc::Extra # Represents a deployer, an object that allows uploading the compiled site # to a specific (remote) location. # # @abstract Subclass and override {#run} to implement a custom filter. + # + # @api private class Deployer - extend Nanoc::PluginRegistry::PluginMethods + extend Nanoc::Int::PluginRegistry::PluginMethods # @return [String] The path to the directory that contains the files to # upload. It should not have a trailing slash. attr_reader :source_path