danger-textlint.gemspec in danger-textlint-0.0.1 vs danger-textlint.gemspec in danger-textlint-1.0.0

- old
+ new

@@ -6,11 +6,11 @@ Gem::Specification.new do |spec| spec.name = 'danger-textlint' spec.version = Textlint::VERSION spec.authors = ['Kesin'] spec.email = ['kesin1202000@gmail.com'] - spec.description = %q{A short description of danger-textlint.} - spec.summary = %q{A longer description of danger-textlint.} + spec.description = %q{Danger plugin for textlint.} + spec.summary = %q{Danger plugin for textlint.} spec.homepage = 'https://github.com/Kesin11/danger-textlint' spec.license = 'MIT' spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }