middleman-deploy/lib/middleman-deploy/pkg-info.rb

8 lines
201 B
Ruby

module Middleman
module Deploy
PACKAGE = "middleman-deploy"
VERSION = "0.2.4"
TAGLINE = "Deploy a middleman built site over rsync, ftp, sftp, or git (e.g. gh-pages on github)."
end
end