middleman-deploy 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: da79aac3ca5caa2323d02e0a26fcf478318df56d
4
- data.tar.gz: 9782924347f997ec71632b730e7ccf8558226b05
3
+ metadata.gz: 9421106a00388f4c27af229ba7e858a18842242c
4
+ data.tar.gz: 73b31aba392d84bf9b0a435f231ea996d394f337
5
5
  SHA512:
6
- metadata.gz: edba921810aa5506b74b9772e730def32db3671fd8cdd3e9843b31ba26577318bb78f736d3aeeb441402870c0c717c5b7a0207db1e8532a77697462adf8acfe2
7
- data.tar.gz: 5d1c7d977bcf5e4cadc20596b42a67debf2c59fe50beeadaeb28234a6964f27257f815abf72f41476bf5b6a71a6a68c55c00ae33779bc9ea6455a2214ef39bbf
6
+ metadata.gz: bea9f4dcebf11f8dcca2f843db6027adfaa855eb4025d17ade678ddfdd2b1d417ffe2c1152771fef153904e65bc5764dcccf8ac91442ae35acd25f1726d9f3d2
7
+ data.tar.gz: dee5f0cf31f859b051ae404b07b9e7400b00ac6d5f50c6c75e4f7b856aa993bbf14d46e5bf24565c02f9f63b13bf4d2a238762b2528afca38844cdc5956ff802
@@ -6,7 +6,7 @@ module Middleman
6
6
  module Methods
7
7
  class Ftp < Base
8
8
 
9
- attr_reader :host, :pass, :path,:user
9
+ attr_reader :host, :port, :pass, :path, :user
10
10
 
11
11
  def initialize(server_instance, options={})
12
12
  super(server_instance, options)
@@ -1,7 +1,7 @@
1
1
  module Middleman
2
2
  module Deploy
3
3
  PACKAGE = "middleman-deploy"
4
- VERSION = "0.2.0"
4
+ VERSION = "0.2.1"
5
5
  TAGLINE = "Deploy a middleman built site over rsync, ftp, sftp, or git (e.g. gh-pages on github)."
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: middleman-deploy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Vaughan