keplars 1.0.3 → 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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/keplars/version.rb +1 -1
  3. metadata +8 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: eb53b89cfc0a0931e5e81adf27e4db0063cf3bc885124be08908113bf43be82f
4
- data.tar.gz: 3f106323da21d0c7ea7c10f70e73f8b496458698f0f5ecc89c320dc6f3cbd08e
3
+ metadata.gz: 3238c8d78c22712b43ed12e8d5fa28e1193219564d7d238cd019cd271693be30
4
+ data.tar.gz: 4a2c11744f3501ec55afda676a6dbaddeeb0a4d0ba4f940aa1f5c479e5dcca7d
5
5
  SHA512:
6
- metadata.gz: 6a80817304ba79c1ca34df4e9cae2865abd7239a45ab0ec9236d415725883499e7c028c3ecaf74f99781aa5511c948a5378678e461dc61fab1289a7706660123
7
- data.tar.gz: 207538e9a022d8765675db2c0a39def06aaeb18dc00b162ac79024c902a0b987a3f5b10e600bcc34aeef27efc3ca915773f8d39d3a6802dcdf44afe7237ac12d
6
+ metadata.gz: 4c2620f03748a7a01d2d2d9aa69566b6fdae333a1c756c07026a3ca5231e96f67bd21564903a6653caa8804163aaa2ffa95ec4caecf2212ce2b80e8f2476042a
7
+ data.tar.gz: 917b126b3d4e362356a8a332a63a1f880234f5cfa6042597f497b7abfd9d6267f8ca909d6dee707c3aecedf1aa3e15e3b59790f4834e99960509b840a7b6a638
@@ -1,3 +1,3 @@
1
1
  module Keplars
2
- VERSION = "1.0.3"
2
+ VERSION = "1.0.4"
3
3
  end
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.3
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: Modern transactional email service SDK with priority-based delivery for
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: []