From fcbdb3b5b29a2605532cd0583e86374d520ffd1f Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Wed, 5 Oct 2016 11:14:59 -0400 Subject: [PATCH] Updated description and summary. --- apex-aprs.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apex-aprs.gemspec b/apex-aprs.gemspec index 8a7693e..0156b5e 100644 --- a/apex-aprs.gemspec +++ b/apex-aprs.gemspec @@ -10,8 +10,8 @@ Gem::Specification.new do |spec| spec.authors = ['Jeffrey Phillips Freeman'] spec.email = ['jeffrey.freeman@syncleus.com'] - spec.summary = %q{Library for APRS, Automatic Packet Reporting System, communications including the next-generation APEX extensions.} - spec.description = %q{Ruby library for APRS, Automatic Packet Reporting System, communications including the next-generation APEX extensions.} + spec.summary = %q{Library for APRS, Automatic Packet Reporting System, communications including the next-generation APEX extensions. Includes an APRS-IS client.} + spec.description = %q{Ruby library for APRS, Automatic Packet Reporting System, communications including the next-generation APEX extensions. Includes an APRS-IS client.} spec.homepage = 'https://github.com/Syncleus/apex-aprs' # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host' -- GitLab