airbrussh.gemspec in airbrussh-0.3.0 vs airbrussh.gemspec in airbrussh-0.4.0

- old
+ new

@@ -7,13 +7,13 @@ spec.name = "airbrussh" spec.version = Airbrussh::VERSION spec.authors = ["Matt Brictson"] spec.email = ["airbrussh@mattbrictson.com"] spec.summary = "Airbrussh pretties up your SSHKit and Capistrano output" - spec.description = "Airbrussh is a replacement log formatter for SSHKit "\ - "that makes your Capistrano output much easier on the "\ - "eyes. Just add it to your Capfile and enjoy concise, "\ - "useful log output that is easy to read." + spec.description = "A replacement log formatter for SSHKit that makes "\ + "Capistrano output much easier on the eyes. Just add "\ + "Airbrussh to your Capfile and enjoy concise, useful "\ + "log output that is easy to read." spec.homepage = "https://github.com/mattbrictson/airbrussh" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = "exe"