-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating the gemspec with updated author email information
- Loading branch information
1 parent
5ebdb88
commit 6324179
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec| | |
spec.name = "vertex_client" | ||
spec.version = VertexClient::VERSION | ||
spec.authors = ["Custom Ink"] | ||
spec.email = ["[email protected]"] | ||
spec.email = ["[email protected]", "[email protected]"] | ||
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.} | ||
|