From cad5787ec8cbb8bc997a27004aed168615c57d1a Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Tue, 20 Dec 2022 18:16:22 +0100 Subject: [PATCH] Updated email address --- rakelib/gem.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rakelib/gem.rake b/rakelib/gem.rake index 2ef794c..752bc04 100644 --- a/rakelib/gem.rake +++ b/rakelib/gem.rake @@ -52,7 +52,7 @@ task :gem do # gem is a Gem::Specification... see https://guides.rubygems.org/specification-reference/ for more options gem.summary = %Q{Ruby OMG IDL compiler} gem.description = %Q{OMG v3.3 compliant native Ruby IDL compiler frontend with support for pluggable (and stackable) backends.} - gem.email = 'mcorino@remedy.nl' + gem.email = 'info@remedy.nl' gem.homepage = "https://www.remedy.nl/opensource/ridl.html" gem.authors = ['Martin Corino', 'Johnny Willemsen'] gem.files = %w{LICENSE README.rdoc}.concat(Dir.glob('lib/**/*').select {|fnm| File.basename(fnm) != 'orb.pidlc'})