From fdb601523be3ea10966c2ca512bc2b984beacb92 Mon Sep 17 00:00:00 2001 From: Chris Gunther Date: Mon, 22 Aug 2022 14:29:57 -0400 Subject: [PATCH] Add myself as author Adding myself as an author to the gemspec at @iloveitaly's request. Appreciate the offer and thanks to the community for all their hard work on this gem. Glad to contribute back wherever I can. --- netsuite.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netsuite.gemspec b/netsuite.gemspec index d9bc419a..b459f4d7 100644 --- a/netsuite.gemspec +++ b/netsuite.gemspec @@ -3,8 +3,8 @@ require File.expand_path('../lib/netsuite/version', __FILE__) Gem::Specification.new do |gem| gem.licenses = ['MIT'] - gem.authors = ['Ryan Moran', 'Michael Bianco'] - gem.email = ['ryan.moran@gmail.com', 'mike@mikebian.co'] + gem.authors = ['Ryan Moran', 'Michael Bianco', 'Chris Gunther'] + gem.email = ['ryan.moran@gmail.com', 'mike@mikebian.co', 'chris@room118solutions.com'] gem.description = %q{NetSuite SuiteTalk API Wrapper} gem.summary = %q{NetSuite SuiteTalk API (SOAP) Wrapper} gem.homepage = 'https://github.com/NetSweet/netsuite'