From bf419cfdaabc21d503b74d355d1f653f2ea1e568 Mon Sep 17 00:00:00 2001 From: fkmy Date: Thu, 24 Oct 2024 16:59:47 +0900 Subject: [PATCH 1/6] orignal ==> original --- spec/rack/sendgrid_webhook_verification_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/rack/sendgrid_webhook_verification_spec.rb b/spec/rack/sendgrid_webhook_verification_spec.rb index c8d2ee2c..67d67012 100644 --- a/spec/rack/sendgrid_webhook_verification_spec.rb +++ b/spec/rack/sendgrid_webhook_verification_spec.rb @@ -124,7 +124,7 @@ let(:middleware) { Rack::SendGridWebhookVerification.new(@spy_app, public_key, %r{/email}) } - it 'keeps orignal reading position' do + it 'keeps original reading position' do options = { :input => Fixtures::EventWebhook::PAYLOAD, 'Content-Type' => "application/json" From 45f96433d8c43a58daf6de70dddaabcaaccf6ea8 Mon Sep 17 00:00:00 2001 From: fkmy Date: Thu, 24 Oct 2024 17:14:14 +0900 Subject: [PATCH 2/6] receiveing ==> receiving --- examples/mail/mail.rb | 2 +- test/sendgrid/test_sendgrid-ruby.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/mail/mail.rb b/examples/mail/mail.rb index ad419c22..0990ed22 100644 --- a/examples/mail/mail.rb +++ b/examples/mail/mail.rb @@ -160,7 +160,7 @@ "enable": true, "html": "If you would like to unsubscribe and stop receiving these emails <% clickhere %>.", "substitution_tag": "<%click here%>", - "text": "If you would like to unsubscribe and stop receiveing these emails <% click here %>." + "text": "If you would like to unsubscribe and stop receiving these emails <% click here %>." } } }') diff --git a/test/sendgrid/test_sendgrid-ruby.rb b/test/sendgrid/test_sendgrid-ruby.rb index 3807f947..23e19529 100644 --- a/test/sendgrid/test_sendgrid-ruby.rb +++ b/test/sendgrid/test_sendgrid-ruby.rb @@ -1260,7 +1260,7 @@ def test_mail_send_post "enable": true, "html": "If you would like to unsubscribe and stop receiving these emails <% clickhere %>.", "substitution_tag": "<%click here%>", - "text": "If you would like to unsubscribe and stop receiveing these emails <% click here %>." + "text": "If you would like to unsubscribe and stop receiving these emails <% click here %>." } } }') From ca5c3a59375cefbcd088c8d217331c203f0681f8 Mon Sep 17 00:00:00 2001 From: fkmy Date: Thu, 24 Oct 2024 21:13:01 +0900 Subject: [PATCH 3/6] successfuly ==> successfully --- lib/sendgrid/helpers/inbound/public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sendgrid/helpers/inbound/public/index.html b/lib/sendgrid/helpers/inbound/public/index.html index a5fa4797..096983df 100644 --- a/lib/sendgrid/helpers/inbound/public/index.html +++ b/lib/sendgrid/helpers/inbound/public/index.html @@ -3,7 +3,7 @@ Twilio SendGrid Incoming Parse -

You have successfuly launched the server!

+

You have successfully launched the server!

Check out the documentation on how to use this software to utilize the SendGrid Inbound Parse webhook. From a7cd44851f25db44963728bcdb198dcb30fc30e5 Mon Sep 17 00:00:00 2001 From: fkmy Date: Thu, 24 Oct 2024 21:14:38 +0900 Subject: [PATCH 4/6] verison ==> version --- lib/sendgrid/helpers/inbound/app.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sendgrid/helpers/inbound/app.rb b/lib/sendgrid/helpers/inbound/app.rb index 9ccc6ccb..08b10455 100644 --- a/lib/sendgrid/helpers/inbound/app.rb +++ b/lib/sendgrid/helpers/inbound/app.rb @@ -2,7 +2,7 @@ require 'sinatra' rescue LoadError puts <<-NOTE - As of sengrid verison 6, sinatra is no longer specified as a dependency of + As of sengrid version 6, sinatra is no longer specified as a dependency of the sendgrid gem. All the functionality of the inbound server is still the same and fully supported, but you just need to include the sinatra dependency in your gemfile yourself, like so: From e5257a9de0a1c8189ca8fd623553d4502f15e37d Mon Sep 17 00:00:00 2001 From: fkmy Date: Thu, 24 Oct 2024 21:16:02 +0900 Subject: [PATCH 5/6] sengrid ==> sendgrid --- lib/sendgrid/helpers/inbound/app.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sendgrid/helpers/inbound/app.rb b/lib/sendgrid/helpers/inbound/app.rb index 08b10455..86d5d916 100644 --- a/lib/sendgrid/helpers/inbound/app.rb +++ b/lib/sendgrid/helpers/inbound/app.rb @@ -2,7 +2,7 @@ require 'sinatra' rescue LoadError puts <<-NOTE - As of sengrid version 6, sinatra is no longer specified as a dependency of + As of sendgrid version 6, sinatra is no longer specified as a dependency of the sendgrid gem. All the functionality of the inbound server is still the same and fully supported, but you just need to include the sinatra dependency in your gemfile yourself, like so: From a7807bb41127debf7e22d184510c19a99b9d3c5c Mon Sep 17 00:00:00 2001 From: fkmy Date: Thu, 24 Oct 2024 21:17:04 +0900 Subject: [PATCH 6/6] sengrid-ruby ==> sendgrid-ruby --- examples/helpers/eventwebhook/example.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/helpers/eventwebhook/example.rb b/examples/helpers/eventwebhook/example.rb index 92ad81c1..77c28a06 100644 --- a/examples/helpers/eventwebhook/example.rb +++ b/examples/helpers/eventwebhook/example.rb @@ -1,4 +1,4 @@ -require 'sengrid-ruby' +require 'sendgrid-ruby' include SendGrid def is_valid_signature(request)