1.0
This commit is contained in:
parent
bd5e214614
commit
7360fcadc4
3 changed files with 13 additions and 21 deletions
|
@ -1,7 +1,7 @@
|
|||
module Middleman
|
||||
module Deploy
|
||||
PACKAGE = 'middleman-deploy'
|
||||
VERSION = '0.3.0'
|
||||
VERSION = '1.0.0'
|
||||
TAGLINE = 'Deploy a middleman built site over rsync, ftp, sftp, or git (e.g. gh-pages on github).'
|
||||
README = %Q{
|
||||
You should follow one of the four examples below to setup the deploy
|
||||
|
@ -61,4 +61,4 @@ activate :deploy do |deploy|
|
|||
deploy.password = "secret"
|
||||
end}
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue