From 6324179ed36de7f7c485aa0eed4d36d957c62294 Mon Sep 17 00:00:00 2001 From: Daniel Wheeler Date: Sun, 28 Apr 2024 18:37:55 -0400 Subject: [PATCH] Updating the gemspec with updated author email information --- vertex_client.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vertex_client.gemspec b/vertex_client.gemspec index 456a8f7..84162d3 100644 --- a/vertex_client.gemspec +++ b/vertex_client.gemspec @@ -7,7 +7,7 @@ Gem::Specification.new do |spec| spec.name = "vertex_client" spec.version = VertexClient::VERSION spec.authors = ["Custom Ink"] - spec.email = ["technology@customink.com"] + spec.email = ["technology@customink.com", "tailor.made@customink.com"] spec.required_ruby_version = '>= 2.1' spec.summary = %q{A Ruby Gem to integrate with the Vertex Cloud API} spec.description = %q{The Vertex Client Ruby Gem provides an interface to integrate with Vertex Cloud's SOAP API.}