From 85784ca8eceda8cd60aeac0fa7313d540073cf60 Mon Sep 17 00:00:00 2001 From: ospo-bot <126515201+ospo-bot@users.noreply.github.com> Date: Mon, 2 Dec 2024 12:15:25 -0500 Subject: [PATCH] Add curation for gem rubocop The correct license is MIT which can be found at https://github.com/rubocop/rubocop/blob/master/LICENSE.txt --- curations/gem/rubygems/-/rubocop.yaml | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/curations/gem/rubygems/-/rubocop.yaml b/curations/gem/rubygems/-/rubocop.yaml index d5a674825aad..823e5ae365fb 100644 --- a/curations/gem/rubygems/-/rubocop.yaml +++ b/curations/gem/rubygems/-/rubocop.yaml @@ -1,11 +1,15 @@ coordinates: - name: rubocop - provider: rubygems - type: gem + type: gem + provider: rubygems + namespace: "" + name: rubocop revisions: - 1.38.0: - licensed: - declared: MIT - 1.39.0: - licensed: - declared: MIT + 1.38.0: + licensed: + declared: MIT + 1.39.0: + licensed: + declared: MIT + 1.69.0: + licensed: + declared: MIT