From aa362c02692a58cfb82e68482ffd6e927d0547e4 Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 13 Jun 2024 11:40:54 +0200 Subject: [PATCH] Adapt authors --- .DS_Store | Bin 12292 -> 12292 bytes Gemfile | 3 +++ plugins/edgeryders-api/README.md | 2 +- plugins/edgeryders-api/plugin.rb | 4 ++-- plugins/edgeryders-consent/plugin.rb | 2 +- plugins/edgeryders-shared/README.md | 2 +- plugins/edgeryders-shared/plugin.rb | 4 ++-- .../edgeryders-signup-notification/README.md | 2 +- .../edgeryders-signup-notification/plugin.rb | 4 ++-- 9 files changed, 13 insertions(+), 10 deletions(-) diff --git a/.DS_Store b/.DS_Store index 05c458dad7f7d0f01b2fc51aef28767a93137f8b..9a5dc4eb0682ae1d32d0cb80fcdd5aa24dc8658c 100644 GIT binary patch delta 40 vcmZokXi3Zl!G%~K)kxz&_qYU(zsSfq1w>M*mCn6p$u67+sg`~ delta 40 vcmZokXi3Zl#?@FK)kxz&_qYU(zsSfq1w>U$YS#xp$u67+wcmZ diff --git a/Gemfile b/Gemfile index 2cdd461ceb1fc..58f1a920c7c26 100644 --- a/Gemfile +++ b/Gemfile @@ -283,11 +283,14 @@ gem "uglifier" # damingo (Github ID), 2019-09, #annotator gem 'discourse-annotator', git: 'https://github.com/edgeryders/discourse-annotator', branch: 'master' # gem 'discourse-annotator', path: '~/Projects/Edgeryders/discourse-annotator' +# gem 'discourse-annotator', source: 'https://gem.fury.io/webmaster/' + # Must be included here as dependencies that are still in development cannot be added in the gems gemspec. gem 'administrate', git: 'https://github.com/edgeryders/administrate' gem "administrate-field-nested_has_many", git: 'https://github.com/edgeryders/administrate-field-nested_has_many', branch: 'master' gem "administrate-field-belongs_to_search", git: 'https://github.com/edgeryders/administrate-field-belongs_to_search', branch: 'master' + # --- edgeryders-api --- # Required by the edgeryders-api plugin. # Added here to avoid that all of the discourse_api dependencies diff --git a/plugins/edgeryders-api/README.md b/plugins/edgeryders-api/README.md index 4160a7413e3d7..6b3053dc3772a 100644 --- a/plugins/edgeryders-api/README.md +++ b/plugins/edgeryders-api/README.md @@ -5,7 +5,7 @@ EdgerydersApi is a plugin for ... ## Installation Follow [Install a Plugin](https://meta.discourse.org/t/install-a-plugin/19157) -how-to from the official Discourse Meta, using `git clone https://github.com/damingo/edgeryders-api.git` +how-to from the official Discourse Meta, using `git clone https://github.com/edgeryders/edgeryders-api.git` as the plugin command. ## Usage diff --git a/plugins/edgeryders-api/plugin.rb b/plugins/edgeryders-api/plugin.rb index a4cc0cc219861..b72f576ecc1c0 100644 --- a/plugins/edgeryders-api/plugin.rb +++ b/plugins/edgeryders-api/plugin.rb @@ -1,8 +1,8 @@ # name: edgeryders-api # about: # version: 0.1 -# authors: damingo -# url: https://github.com/damingo +# authors: Edgeryders +# url: https://github.com/edgeryders require 'discourse_api' require 'securerandom' diff --git a/plugins/edgeryders-consent/plugin.rb b/plugins/edgeryders-consent/plugin.rb index a9feb3abaf891..39d07843d8203 100644 --- a/plugins/edgeryders-consent/plugin.rb +++ b/plugins/edgeryders-consent/plugin.rb @@ -1,6 +1,6 @@ # name: edgeryders-consent # about: Edgeryders consent funnel -# authors: damingo +# authors: Edgeryders # version: 0.0.1 enabled_site_setting :edgeryders_consent_enabled diff --git a/plugins/edgeryders-shared/README.md b/plugins/edgeryders-shared/README.md index bc76c70bc0484..79305e578d513 100644 --- a/plugins/edgeryders-shared/README.md +++ b/plugins/edgeryders-shared/README.md @@ -5,7 +5,7 @@ EdgerydersShared is a plugin for ... ## Installation Follow [Install a Plugin](https://meta.discourse.org/t/install-a-plugin/19157) -how-to from the official Discourse Meta, using `git clone https://github.com/damingo/edgeryders-shared.git` +how-to from the official Discourse Meta, using `git clone https://github.com/edgeryders/edgeryders-shared.git` as the plugin command. ## Usage diff --git a/plugins/edgeryders-shared/plugin.rb b/plugins/edgeryders-shared/plugin.rb index 6a03f049bcde8..cfd8bfa1b6cd6 100644 --- a/plugins/edgeryders-shared/plugin.rb +++ b/plugins/edgeryders-shared/plugin.rb @@ -1,8 +1,8 @@ # name: edgeryders-shared # about: # version: 0.1 -# authors: damingo -# url: https://github.com/damingo +# authors: Edgeryders +# url: https://github.com/edgeryders register_asset "stylesheets/common/edgeryders-shared.scss" diff --git a/plugins/edgeryders-signup-notification/README.md b/plugins/edgeryders-signup-notification/README.md index 827fc620bec7b..e18f5f20d08de 100644 --- a/plugins/edgeryders-signup-notification/README.md +++ b/plugins/edgeryders-signup-notification/README.md @@ -5,7 +5,7 @@ EdgerydersSignupNotification is a plugin for ... ## Installation Follow [Install a Plugin](https://meta.discourse.org/t/install-a-plugin/19157) -how-to from the official Discourse Meta, using `git clone https://github.com/damingo/edgeryders-signup-notification.git` +how-to from the official Discourse Meta, using `git clone https://github.com/edgeryders/edgeryders-signup-notification.git` as the plugin command. ## Usage diff --git a/plugins/edgeryders-signup-notification/plugin.rb b/plugins/edgeryders-signup-notification/plugin.rb index 116726433eb54..449fa683ea8e4 100644 --- a/plugins/edgeryders-signup-notification/plugin.rb +++ b/plugins/edgeryders-signup-notification/plugin.rb @@ -1,8 +1,8 @@ # name: edgeryders-signup-notification # about: # version: 0.1 -# authors: damingo -# url: https://github.com/damingo +# authors: Edgeryders +# url: https://github.com/edgeryders register_asset "stylesheets/common/edgeryders-signup-notification.scss"