middleman-deploy/lib/middleman-deploy/pkg-info.rb
Tom Vaughan c0a974d6a0 bump
2013-07-16 22:08:33 -04:00

8 lines
201 B
Ruby

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