Skip to content

Commit

Permalink
Adapt authors
Browse files Browse the repository at this point in the history
  • Loading branch information
damingo committed Jun 13, 2024
1 parent 4091581 commit aa362c0
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 10 deletions.
Binary file modified .DS_Store
Binary file not shown.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/edgeryders-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions plugins/edgeryders-api/plugin.rb
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
2 changes: 1 addition & 1 deletion plugins/edgeryders-consent/plugin.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/edgeryders-shared/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions plugins/edgeryders-shared/plugin.rb
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion plugins/edgeryders-signup-notification/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions plugins/edgeryders-signup-notification/plugin.rb
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit aa362c0

Please sign in to comment.