middleman-deploy.gemspec in middleman-deploy-0.0.5 vs middleman-deploy.gemspec in middleman-deploy-0.0.6

- old
+ new

@@ -7,11 +7,11 @@ s.version = Middleman::Deploy::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Tom Vaughan","Ben Cates"] 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 to github pages.} - s.description = %q{Deploy a middleman built site over rsync or to github pages.} + s.summary = %q{Deploy a middleman built site over rsync or via git (e.g. gh-pages on github).} + s.description = %q{Deploy a middleman built site over rsync or via git (e.g. gh-pages on github).} s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"]