githelp.gemspec in githelp-0.2.7 vs githelp.gemspec in githelp-0.2.8

- old
+ new

@@ -7,11 +7,11 @@ spec.name = "githelp" spec.version = GitHelp::VERSION spec.authors = ["Toshiyuki Masui"] spec.email = ["masui@pitecan.com"] - spec.summary = %q{GitHelp} - spec.description = %q{GitHelp} + spec.summary = %q{GitHelp - lists git commands from user's vague query strings} + spec.description = %q{GitHelp - lists git commands from user's vague query strings} spec.homepage = "http://GitHub.com/masui/GitHelp" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = "exe"