From 9020ea356cee0011622604879fc9888d8d09b7aa Mon Sep 17 00:00:00 2001 From: VetheonGames Date: Thu, 24 Aug 2023 06:42:19 -0600 Subject: [PATCH] update Gemspec to have correct Author --- Miniparser.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Miniparser.gemspec b/Miniparser.gemspec index 8e96327..ab22bc0 100644 --- a/Miniparser.gemspec +++ b/Miniparser.gemspec @@ -5,7 +5,7 @@ require_relative 'lib/Miniparser/version' Gem::Specification.new do |spec| spec.name = 'Miniparser' spec.version = Miniparser::VERSION - spec.authors = ['VetheonGames'] + spec.authors = ['PixelRidge Softworks'] spec.email = ['ceo@pixelatedstudios.net'] spec.summary = 'A Gem for Validating and Minifying HTML, CSS, and JS smartly'