From 7edbe6f41b0ef9e6a9eaaa15269da37d2de8a391 Mon Sep 17 00:00:00 2001 From: kojix2 <2xijok@gmail.com> Date: Sat, 2 Jan 2021 00:30:24 +0900 Subject: [PATCH] Fix gemspec --- youplot.gemspec | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/youplot.gemspec b/youplot.gemspec index b193925..97f04e9 100644 --- a/youplot.gemspec +++ b/youplot.gemspec @@ -8,11 +8,8 @@ Gem::Specification.new do |spec| spec.authors = ['kojix2'] spec.email = ['2xijok@gmail.com'] - spec.summary = 'Create Ascii charts on your terminal.' - spec.description = <<~MSG - Create ASCII charts on the terminal with data from standard streams in the - pipeline. - MSG + spec.summary = 'A command line tool for Unicode Plotting' + spec.description = 'A command line tool for Unicode Plotting' spec.homepage = 'https://github.com/kojix2/youplot' spec.license = 'MIT' spec.required_ruby_version = Gem::Requirement.new('>= 2.4.0')