Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

COMPATIBILITY: up gem and remove vendor code #9

Merged
merged 1 commit into from
Jul 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 3 additions & 6 deletions plugin.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true
# name: discourse-discord-bot
# about: Integrate Discord Bots with Discourse
# version: 0.3.4
# version: 0.3.5
# authors: Robert Barrow
# url: https://github.com/merefield/discourse-discord-bot

Expand All @@ -22,11 +22,8 @@
gem 'http-accept', '1.7.0', { require: false }
gem 'rest-client', '2.1.0.rc1'

# gem 'discordrb-webhooks', '3.3.0', { require: false }
# gem 'discordrb', '3.4.1'
# Disable whilst thread support is missing from released gem - main branch which does support it is presently in /vendor

require_relative 'vendor/discordrb/lib/discordrb.rb'
gem 'discordrb-webhooks', '3.5.0', { require: false }
gem 'discordrb', '3.5.0'

enabled_site_setting :discord_bot_enabled

Expand Down
16 changes: 0 additions & 16 deletions vendor/discordrb/.gitignore

This file was deleted.

4 changes: 0 additions & 4 deletions vendor/discordrb/.markdownlint.json

This file was deleted.

7 changes: 0 additions & 7 deletions vendor/discordrb/.overcommit.yml

This file was deleted.

2 changes: 0 additions & 2 deletions vendor/discordrb/.rspec

This file was deleted.

68 changes: 0 additions & 68 deletions vendor/discordrb/.rubocop.yml

This file was deleted.

1 change: 0 additions & 1 deletion vendor/discordrb/.yardopts

This file was deleted.

1,387 changes: 0 additions & 1,387 deletions vendor/discordrb/CHANGELOG.md

This file was deleted.

7 changes: 0 additions & 7 deletions vendor/discordrb/Gemfile

This file was deleted.

21 changes: 0 additions & 21 deletions vendor/discordrb/LICENSE.txt

This file was deleted.

186 changes: 0 additions & 186 deletions vendor/discordrb/README.md

This file was deleted.

17 changes: 0 additions & 17 deletions vendor/discordrb/Rakefile

This file was deleted.

15 changes: 0 additions & 15 deletions vendor/discordrb/bin/console

This file was deleted.

7 changes: 0 additions & 7 deletions vendor/discordrb/bin/setup

This file was deleted.