From 1f4d997b26bf029a0b0bb807810f14c4fca4e731 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me> Date: Tue, 12 Sep 2023 15:17:38 -0400 Subject: [PATCH] Updated some of the metadata in the gemspec --- kiss-tnc.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kiss-tnc.gemspec b/kiss-tnc.gemspec index 45f692d..f43ace6 100644 --- a/kiss-tnc.gemspec +++ b/kiss-tnc.gemspec @@ -8,7 +8,7 @@ Gem::Specification.new do |spec| spec.version = Kiss::VERSION spec.licenses = ['Apache-2.0'] spec.authors = ['Jeffrey Phillips Freeman'] - spec.email = ['jeffrey.freeman@syncleus.com'] + spec.email = ['the@jeffreyfreeman.me'] spec.summary = %q{Library for KISS communication with TNCs.} spec.description = %q{Ruby library for KISS communication with Terminal Node Controllers.} @@ -25,7 +25,7 @@ Gem::Specification.new do |spec| spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/}) end - spec.bindir = 'exe' + spec.bindir = 'bin' spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ['lib'] -- GitLab