From a0fe8c65c312c17e74b035bb595c336e41a63411 Mon Sep 17 00:00:00 2001 From: Isaac Caires Date: Wed, 4 May 2022 22:10:42 -0300 Subject: [PATCH 1/7] Add Rubocop icon --- _data/simple-icons.json | 5 +++++ icons/rubocop.svg | 1 + 2 files changed, 6 insertions(+) create mode 100644 icons/rubocop.svg diff --git a/_data/simple-icons.json b/_data/simple-icons.json index f5bd0132634d..13d0baa41ad3 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -8967,6 +8967,11 @@ "hex": "00BCF6", "source": "https://www.rtl2.de/" }, + { + "title": "Rubocop", + "hex": "000000", + "source": "https://github.com/rubocop-semver/rubocop-ruby2_0/blob/main/docs/images/logo/rubocop-light.svg" + }, { "title": "Ruby", "hex": "CC342D", diff --git a/icons/rubocop.svg b/icons/rubocop.svg new file mode 100644 index 000000000000..5d65ba50b86d --- /dev/null +++ b/icons/rubocop.svg @@ -0,0 +1 @@ +Rubocop \ No newline at end of file From cb04fa79e06dfb0e2434044165b9914f7bb3139c Mon Sep 17 00:00:00 2001 From: Isaac Caires Date: Thu, 5 May 2022 07:12:18 -0300 Subject: [PATCH 2/7] Add Rubocop icon --- _data/simple-icons.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 13d0baa41ad3..64391d9f6d4e 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -8970,7 +8970,11 @@ { "title": "Rubocop", "hex": "000000", - "source": "https://github.com/rubocop-semver/rubocop-ruby2_0/blob/main/docs/images/logo/rubocop-light.svg" + "source": "https://github.com/rubocop-semver/rubocop-ruby2_0/blob/main/docs/images/logo/rubocop-light.svg", + "license": { + "type": "CC BY-NC 4.0" + } + }, { "title": "Ruby", From 8265cedebf656233165bf63bbfea7c3dcf0d80ee Mon Sep 17 00:00:00 2001 From: Isaac Caires Date: Thu, 5 May 2022 07:15:56 -0300 Subject: [PATCH 3/7] Add Rubocop icon --- _data/simple-icons.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 64391d9f6d4e..293491ebea6a 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -8971,7 +8971,7 @@ "title": "Rubocop", "hex": "000000", "source": "https://github.com/rubocop-semver/rubocop-ruby2_0/blob/main/docs/images/logo/rubocop-light.svg", - "license": { + "license": { "type": "CC BY-NC 4.0" } From 5efcf3faa9ac0753711b01c73c2d487e0f5d8f31 Mon Sep 17 00:00:00 2001 From: Isaac Caires Date: Thu, 5 May 2022 07:19:34 -0300 Subject: [PATCH 4/7] Add Rubocop icon --- _data/simple-icons.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 293491ebea6a..ae6923738339 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -8972,9 +8972,8 @@ "hex": "000000", "source": "https://github.com/rubocop-semver/rubocop-ruby2_0/blob/main/docs/images/logo/rubocop-light.svg", "license": { - "type": "CC BY-NC 4.0" + "type": "CC-BY-NC-4.0" } - }, { "title": "Ruby", From f3636a34dd38691f5322408776052eb2e541a3d2 Mon Sep 17 00:00:00 2001 From: Isaac Caires Date: Sat, 7 May 2022 18:56:02 -0300 Subject: [PATCH 5/7] Update icons/rubocop.svg Co-authored-by: Sigurd Spieckermann <2206639+sisp@users.noreply.github.com> --- icons/rubocop.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/rubocop.svg b/icons/rubocop.svg index 5d65ba50b86d..adc974fa3197 100644 --- a/icons/rubocop.svg +++ b/icons/rubocop.svg @@ -1 +1 @@ -Rubocop \ No newline at end of file +RuboCop \ No newline at end of file From 8102c5cd73133086ccf1f908c5e3b79adfead6eb Mon Sep 17 00:00:00 2001 From: Isaac Caires Date: Sat, 7 May 2022 18:57:16 -0300 Subject: [PATCH 6/7] Update _data/simple-icons.json Co-authored-by: Sigurd Spieckermann <2206639+sisp@users.noreply.github.com> --- _data/simple-icons.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index ae6923738339..0c598372335d 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -8970,7 +8970,7 @@ { "title": "Rubocop", "hex": "000000", - "source": "https://github.com/rubocop-semver/rubocop-ruby2_0/blob/main/docs/images/logo/rubocop-light.svg", + "source": "https://github.com/rubocop-semver/rubocop-ruby2_0/blob/5302f93058f7b739a73a7a6c11c566a2b196b96e/docs/images/logo/rubocop-light.svg", "license": { "type": "CC-BY-NC-4.0" } From 347049838979b906e9eaaf1b096aa4ad161bef09 Mon Sep 17 00:00:00 2001 From: Isaac Caires Date: Sat, 7 May 2022 18:57:21 -0300 Subject: [PATCH 7/7] Update _data/simple-icons.json Co-authored-by: Sigurd Spieckermann <2206639+sisp@users.noreply.github.com> --- _data/simple-icons.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/simple-icons.json b/_data/simple-icons.json index 0c598372335d..290586cb8778 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -8968,7 +8968,7 @@ "source": "https://www.rtl2.de/" }, { - "title": "Rubocop", + "title": "RuboCop", "hex": "000000", "source": "https://github.com/rubocop-semver/rubocop-ruby2_0/blob/5302f93058f7b739a73a7a6c11c566a2b196b96e/docs/images/logo/rubocop-light.svg", "license": {