From d1a1aa402f804bcd5d60957bae424d7ef24553c8 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Sun, 2 Oct 2016 09:11:49 -0400 Subject: [PATCH] Updated description and summary. --- kiss-tnc.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kiss-tnc.gemspec b/kiss-tnc.gemspec index 98d6502..1935a6c 100644 --- a/kiss-tnc.gemspec +++ b/kiss-tnc.gemspec @@ -10,8 +10,8 @@ Gem::Specification.new do |spec| spec.authors = ['Jeffrey Phillips Freeman'] spec.email = ['jeffrey.freeman@syncleus.com'] - spec.summary = %q{Ruby library for APRS communications.} - spec.description = %q{Ruby library for APRS communications.} + spec.summary = %q{Library for KISS communication with TNCs.} + spec.description = %q{Ruby library for KISS communication with Terminal Node Controllers.} spec.homepage = 'https://github.com/Syncleus/aprs' # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host' -- GitLab