From e5df18be1d1893f095b469e6421a9b9c29e7c58b Mon Sep 17 00:00:00 2001 From: sacOO7 Date: Mon, 22 Apr 2024 20:11:32 +0530 Subject: [PATCH] Refactored author emails in the gemspec --- ably.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ably.gemspec b/ably.gemspec index da65405a7..aa461b51c 100644 --- a/ably.gemspec +++ b/ably.gemspec @@ -7,7 +7,7 @@ Gem::Specification.new do |spec| spec.name = 'ably' spec.version = Ably::VERSION spec.authors = ['Lewis Marshall', "Matthew O'Riordan"] - spec.email = ['lewis@lmars.net', 'matt@ably.io'] + spec.email = %w[lewis@lmars.net matt@ably.io] spec.description = %q{A Ruby client library for ably.io realtime messaging} spec.summary = %q{A Ruby client library for ably.io realtime messaging implemented using EventMachine} spec.homepage = 'http://github.com/ably/ably-ruby'