lib/nanoc/extra/deployer.rb in nanoc-4.0.0b2 vs lib/nanoc/extra/deployer.rb in nanoc-4.0.0b3
- old
+ new
@@ -1,6 +1,4 @@
-# encoding: utf-8
-
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.