From e82d41566f41b8057f048cf64a3e4efdb94ab697 Mon Sep 17 00:00:00 2001 From: Lorenzo Zuluaga Date: Wed, 10 Jan 2024 21:34:15 -0500 Subject: [PATCH] Update gemspec file --- business_notification_system.gemspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/business_notification_system.gemspec b/business_notification_system.gemspec index 9e7c8d7..00edc26 100644 --- a/business_notification_system.gemspec +++ b/business_notification_system.gemspec @@ -5,12 +5,12 @@ require_relative "lib/business_notification_system/version" Gem::Specification.new do |spec| spec.name = "business_notification_system" spec.version = BusinessNotificationSystem::VERSION - spec.authors = ["Lorenzo Zuluaga"] - spec.email = ["lorenzo.zuluaga@kommit.co"] + spec.authors = ["kommit"] + spec.email = ["info@kommit.co"] spec.summary = "TODO: Write a short summary, because RubyGems requires one." spec.description = "TODO: Write a longer description or delete this line." - spec.homepage = "TODO: Put your gem's website or public repo URL here." + spec.homepage = "https://github.com/kommitters/business-notification-system" spec.license = "MIT" spec.required_ruby_version = ">= 2.6.0"