capistrano3-consul.gemspec in capistrano3-consul-0.1.0 vs capistrano3-consul.gemspec in capistrano3-consul-0.2.0

- old
+ new

@@ -8,10 +8,10 @@ spec.version = Capistrano::Consul::VERSION spec.authors = ['Jose Fernandez (magec)'] spec.email = ['joseferper@gmail.com'] spec.summary = 'Plugin to use a consul server/cluster to define capistrano servers.' - spec.description = 'This plugin allow using a consul server to automatically set up servers.' + spec.description = 'Use consul as a server inventory for capistrano.' spec.homepage = 'https://github.com/magec/capistrano3-consul' spec.license = 'MIT' spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = 'exe'