Rename `lazyYT` plugin directory name to `lazy-yt`

This commit is contained in:
Arpit Jalan 2019-08-21 14:32:55 +05:30
parent cc7b24b88b
commit 75f37ac16a
9 changed files with 4 additions and 4 deletions

2
.gitignore vendored
View File

@ -46,7 +46,7 @@ bootsnap-compile-cache/
# Ignore plugins except for the bundled ones. # Ignore plugins except for the bundled ones.
/plugins/* /plugins/*
!/plugins/lazyYT/ !/plugins/lazy-yt/
!/plugins/poll/ !/plugins/poll/
!/plugins/discourse-details/ !/plugins/discourse-details/
!/plugins/discourse-nginx-performance-report !/plugins/discourse-nginx-performance-report

View File

@ -69,7 +69,7 @@ class Plugin::Metadata
"discourse-yearly-review", "discourse-yearly-review",
"discourse-openid-connect", "discourse-openid-connect",
"docker_manager", "docker_manager",
"lazyYT", "lazy-yt",
"poll" "poll"
]) ])

View File

@ -7,7 +7,7 @@ task 'plugin:install_all_official' do
skip = Set.new([ skip = Set.new([
'customer-flair', 'customer-flair',
'discourse-nginx-performance-report', 'discourse-nginx-performance-report',
'lazyYT', 'lazy-yt',
'poll' 'poll'
]) ])

View File

@ -4,7 +4,7 @@
# about: Uses the lazyYT plugin to lazy load Youtube videos # about: Uses the lazyYT plugin to lazy load Youtube videos
# version: 1.0.1 # version: 1.0.1
# authors: Arpit Jalan # authors: Arpit Jalan
# url: https://github.com/discourse/discourse/tree/master/plugins/lazyYT # url: https://github.com/discourse/discourse/tree/master/plugins/lazy-yt
hide_plugin if self.respond_to?(:hide_plugin) hide_plugin if self.respond_to?(:hide_plugin)