feat(ntfy): add Ntfy::Publisher service with HTTP POST + auth

This commit is contained in:
Min Zeya Phyo
2026-07-28 02:11:19 +08:00
parent 8f25dc057b
commit 76742d8791
5 changed files with 165 additions and 0 deletions

View File

@@ -72,6 +72,7 @@ group :test do
# Use system testing [https://guides.rubyonrails.org/testing.html#system-testing]
gem "capybara"
gem "selenium-webdriver"
gem "webmock"
end
gem "tailwindcss-rails", "~> 4.3"