Skip to content

Commit

Permalink
Merge pull request #81 from RemedyIT/jwillemsen-patch-1
Browse files Browse the repository at this point in the history
Updated email address
  • Loading branch information
jwillemsen authored Dec 20, 2022
2 parents 61cf5a5 + cad5787 commit b2b7736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rakelib/gem.rake
Original file line number Diff line number Diff line change
Expand Up @@ -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'})
Expand Down

0 comments on commit b2b7736

Please sign in to comment.