thanks everybody! for reals!

master
Tom Vaughan 2012-11-13 20:29:47 -03:00
parent ca049388fc
commit 358ed821f3
2 changed files with 5 additions and 1 deletions

4
THANKS Normal file
View File

@ -0,0 +1,4 @@
Ben Cates - Git deploy method.
Gilbert Townshend - Bug reports and feature requests.
Konstantin Gribov -- Git deploy method improvements.
Benjamin Knofe -- FTP deploy method.

View File

@ -6,7 +6,7 @@ Gem::Specification.new do |s|
s.name = Middleman::Deploy::PACKAGE
s.version = Middleman::Deploy::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ["Tom Vaughan","Ben Cates"]
s.authors = ["Tom Vaughan"]
s.email = ["thomas.david.vaughan@gmail.com"]
s.homepage = "http://tvaughan.github.com/middleman-deploy/"
s.summary = %q{Deploy a middleman built site over rsync or via git (e.g. gh-pages on github).}