keplars 1.0.2 → 1.0.4
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.
- checksums.yaml +4 -4
- data/lib/keplars/version.rb +1 -1
- metadata +8 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3238c8d78c22712b43ed12e8d5fa28e1193219564d7d238cd019cd271693be30
|
|
4
|
+
data.tar.gz: 4a2c11744f3501ec55afda676a6dbaddeeb0a4d0ba4f940aa1f5c479e5dcca7d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4c2620f03748a7a01d2d2d9aa69566b6fdae333a1c756c07026a3ca5231e96f67bd21564903a6653caa8804163aaa2ffa95ec4caecf2212ce2b80e8f2476042a
|
|
7
|
+
data.tar.gz: 917b126b3d4e362356a8a332a63a1f880234f5cfa6042597f497b7abfd9d6267f8ca909d6dee707c3aecedf1aa3e15e3b59790f4834e99960509b840a7b6a638
|
data/lib/keplars/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: keplars
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Keplars
|
|
@@ -80,8 +80,11 @@ dependencies:
|
|
|
80
80
|
- - "~>"
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
82
|
version: '1.59'
|
|
83
|
-
description:
|
|
84
|
-
Ruby
|
|
83
|
+
description: Keplars is a modern transactional email API service and AWS SES alternative.
|
|
84
|
+
This SDK provides a simple Ruby interface to send emails across multiple priority
|
|
85
|
+
queues (instant, high, async, bulk), manage contacts and audiences, trigger automations,
|
|
86
|
+
verify sending domains, and verify webhook signatures. Supports retry logic with
|
|
87
|
+
exponential backoff.
|
|
85
88
|
email:
|
|
86
89
|
- support@keplars.com
|
|
87
90
|
executables: []
|
|
@@ -125,5 +128,6 @@ requirements: []
|
|
|
125
128
|
rubygems_version: 3.4.19
|
|
126
129
|
signing_key:
|
|
127
130
|
specification_version: 4
|
|
128
|
-
summary: Official Ruby SDK for Keplars Email API
|
|
131
|
+
summary: Official Ruby SDK for Keplars Email API - modern transactional email service
|
|
132
|
+
with priority-based delivery
|
|
129
133
|
test_files: []
|