Skip to content

Commit

Permalink
Refactored author emails in the gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
sacOO7 committed Apr 22, 2024
1 parent 171075e commit e5df18b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ably.gemspec
Expand Up @@ -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'
Expand Down

0 comments on commit e5df18b

Please sign in to comment.