diff --git a/THANKS b/THANKS new file mode 100644 index 0000000..17a1c30 --- /dev/null +++ b/THANKS @@ -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. diff --git a/middleman-deploy.gemspec b/middleman-deploy.gemspec index f4dbd5d..98bf43a 100644 --- a/middleman-deploy.gemspec +++ b/middleman-deploy.gemspec @@ -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).}