Rakefile in deepl-rb-3.0.1 vs Rakefile in deepl-rb-3.0.2

- old
+ new

@@ -23,9 +23,15 @@ 'Official Ruby library for the DeepL language translation API (v2). ' \ 'For more information, check this: https://www.deepl.com/docs/api-reference.html' gem.email = 'open-source@deepl.com' gem.authors = ['DeepL SE'] + gem.metadata = { + 'bug_tracker_uri' => 'https://github.com/DeepLcom/deepl-rb/issues', + 'changelog_uri' => 'https://github.com/DeepLcom/deepl-rb/blob/main/CHANGELOG.md', + 'documentation_uri' => 'https://github.com/DeepLcom/deepl-rb/blob/main/README.md', + 'homepage_uri' => 'https://github.com/DeepLcom/deepl-rb' + } gem.files.exclude '.github' gem.files.exclude '.circleci' end Juwelier::RubygemsDotOrgTasks.new