middleman-deploy 0.2.2 → 0.2.3

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: a9055ca823255014db28cb9454cafe0d79bb3347
4
- data.tar.gz: 9a35a9ba8e1d3df47697216c83cf3e9016cc3235
3
+ metadata.gz: af2a5e897b8e4c7ecc95f769cb8f829636a24270
4
+ data.tar.gz: 194b03001cb76f6780cfc9cd7c04df9367b5fd14
5
5
  SHA512:
6
- metadata.gz: 105569556a99861cbe84188917b143a2e3fb91760bde2b2a93fdec946c89da5303805ee7fdaa0c2d0ab5713a0ce8da7c0d1edbe53f7157c2a3250367262817d9
7
- data.tar.gz: 85513b7929e5c3b9af653a0a7457f83e492ca0433050a43e4e7df6256d97eb5ae53f0841f3bcac18a7c3e8220e94dfc145cf64e3c5df59ee5081daece19f5c6a
6
+ metadata.gz: 204f5b33558767aa37daa292ddfd43dc1be9e0ecc5bddaa7cb25ef4a0f008b50441de8c4e6e7dbd50195722b4585b32906af9065e81c6c920cdd8ad59b06dac8
7
+ data.tar.gz: 0bcbafcd6be8dc7b5d55b815056f84060c5b847199141859394455963cd531e7ccab1198719afd0218dbbab31b1954785a50bb0c30f0c836eeaf17a98e2eab44
@@ -29,7 +29,7 @@ module Middleman
29
29
  end
30
30
 
31
31
  puts "## Deploying via rsync to #{dest_url} port=#{self.port}"
32
- run command
32
+ exec command
33
33
  end
34
34
 
35
35
  end
@@ -1,7 +1,7 @@
1
1
  module Middleman
2
2
  module Deploy
3
3
  PACKAGE = "middleman-deploy"
4
- VERSION = "0.2.2"
4
+ VERSION = "0.2.3"
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,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: middleman-deploy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Vaughan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-02-23 00:00:00.000000000 Z
11
+ date: 2014-02-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: middleman-core