ses-dashboard 0.1.0 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ses-dashboard
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - antodoms
@@ -331,16 +331,21 @@ files:
331
331
  - db/migrate/20240101000001_create_ses_dashboard_projects.rb
332
332
  - db/migrate/20240101000002_create_ses_dashboard_emails.rb
333
333
  - db/migrate/20240101000003_create_ses_dashboard_email_events.rb
334
+ - db/migrate/20240101000004_add_webhook_forwards_to_ses_dashboard_projects.rb
334
335
  - docker-compose.yml
336
+ - lib/ses/dashboard.rb
335
337
  - lib/ses_dashboard.rb
336
338
  - lib/ses_dashboard/auth/base.rb
337
339
  - lib/ses_dashboard/auth/cloudflare_adapter.rb
338
340
  - lib/ses_dashboard/auth/devise_adapter.rb
339
341
  - lib/ses_dashboard/client.rb
340
342
  - lib/ses_dashboard/engine.rb
343
+ - lib/ses_dashboard/forward_rule.rb
341
344
  - lib/ses_dashboard/paginatable.rb
345
+ - lib/ses_dashboard/sns_signature_verifier.rb
342
346
  - lib/ses_dashboard/stats_aggregator.rb
343
347
  - lib/ses_dashboard/version.rb
348
+ - lib/ses_dashboard/webhook_forwarder.rb
344
349
  - lib/ses_dashboard/webhook_processor.rb
345
350
  homepage: https://github.com/antodoms/ses_dashboard
346
351
  licenses: