master
Karl Freeman 2014-08-14 11:34:48 +01:00
parent 6e7ce4d72d
commit 70863dc312
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ Deploy your [Middleman](http://middlemanapp.com/) build via **rsync**, **ftp**,
## Installation ## Installation
```ruby ```ruby
gem 'middleman-deploy', '~> 2.5' gem 'middleman-deploy', '~> 3.0'
``` ```
## Usage ## Usage

View File

@ -1,7 +1,7 @@
module Middleman module Middleman
module Deploy module Deploy
PACKAGE = 'middleman-deploy' PACKAGE = 'middleman-deploy'
VERSION = '0.2.5' VERSION = '0.3.0'
TAGLINE = 'Deploy a middleman built site over rsync, ftp, sftp, or git (e.g. gh-pages on github).' TAGLINE = 'Deploy a middleman built site over rsync, ftp, sftp, or git (e.g. gh-pages on github).'
README = %Q{ README = %Q{
You should follow one of the four examples below to setup the deploy You should follow one of the four examples below to setup the deploy