This commit is contained in:
Karl Freeman 2014-11-21 17:25:01 +00:00
parent bd5e214614
commit 7360fcadc4
3 changed files with 13 additions and 21 deletions

View file

@ -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