Merge pull request #56 from xinminlabs/master

add port reader for ftp method
master
Tom Vaughan 2014-02-23 13:51:07 -03:00
commit e729af6b02
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ module Middleman
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)