From a2344fdf1dec2a82e39f2f104021a67e41e95f50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Paulo=20Barbosa=20Marques=20dos=20Santos?= Date: Thu, 26 Oct 2023 08:19:05 -0300 Subject: [PATCH 1/3] Update lib/rack/signalwire_webhook_authentication.rb Co-authored-by: Ryan Williams --- lib/rack/signalwire_webhook_authentication.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/rack/signalwire_webhook_authentication.rb b/lib/rack/signalwire_webhook_authentication.rb index 1c21263..58bbb1f 100644 --- a/lib/rack/signalwire_webhook_authentication.rb +++ b/lib/rack/signalwire_webhook_authentication.rb @@ -5,7 +5,6 @@ module Rack class SignalwireWebhookAuthentication - FORM_URLENCODED_MEDIA_TYPE = Rack::MediaType.type('application/x-www-form-urlencoded') def initialize(app, private_key, *paths, &private_key_lookup) From 60d429eea629070ccded598a633fd985d7e4318d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Paulo=20Barbosa=20Marques=20dos=20Santos?= Date: Thu, 26 Oct 2023 08:19:15 -0300 Subject: [PATCH 2/3] Update spec/rack/signalwire_webhook_authentication_spec.rb Co-authored-by: Ryan Williams --- spec/rack/signalwire_webhook_authentication_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/rack/signalwire_webhook_authentication_spec.rb b/spec/rack/signalwire_webhook_authentication_spec.rb index 39cd853..1e3d9ef 100644 --- a/spec/rack/signalwire_webhook_authentication_spec.rb +++ b/spec/rack/signalwire_webhook_authentication_spec.rb @@ -194,4 +194,4 @@ end end -end \ No newline at end of file +end From af177b94e9c3fb3c31c9548b9ed7ed46a8a0f44c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Paulo=20Barbosa=20Marques=20dos=20Santos?= Date: Thu, 26 Oct 2023 08:19:23 -0300 Subject: [PATCH 3/3] Update lib/rack/signalwire_webhook_authentication.rb Co-authored-by: Ryan Williams --- lib/rack/signalwire_webhook_authentication.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/rack/signalwire_webhook_authentication.rb b/lib/rack/signalwire_webhook_authentication.rb index 58bbb1f..5e26538 100644 --- a/lib/rack/signalwire_webhook_authentication.rb +++ b/lib/rack/signalwire_webhook_authentication.rb @@ -3,7 +3,6 @@ require 'rack/media_type' module Rack - class SignalwireWebhookAuthentication FORM_URLENCODED_MEDIA_TYPE = Rack::MediaType.type('application/x-www-form-urlencoded')