bump
This commit is contained in:
parent
6e7ce4d72d
commit
70863dc312
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue