lib/middleman-deploy/methods/ftp.rb in middleman-deploy-0.2.0 vs lib/middleman-deploy/methods/ftp.rb in middleman-deploy-0.2.1
- old
+ new
@@ -4,10 +4,10 @@
module Middleman
module Deploy
module Methods
class Ftp < Base
- attr_reader :host, :pass, :path,:user
+ attr_reader :host, :port, :pass, :path, :user
def initialize(server_instance, options={})
super(server_instance, options)
@host = self.options.host