update Gemspec to have correct Author

This commit is contained in:
VetheonGames 2023-08-24 06:42:19 -06:00
parent 329fb07787
commit 9020ea356c

View File

@ -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'