mailcapture 1.0.0 → 1.0.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 435a3e55721f1f7c5b9ec7a00fd74d97fc0ae885c2dbdb18f25adff35f93c83f
4
- data.tar.gz: c40a4f37bcdff35a7a8ecb90aad1b5dc883aad72ffc29dedfd09daa7b2d71b18
3
+ metadata.gz: b82a93320ce53b88da07377c0ce9084835c9dfe45896d46a8a627f1a9fc48b74
4
+ data.tar.gz: a2eea48b9d7c072a99a4ad09cc6c0d188cb3d17dfe2284f2e4488ff78f2415b0
5
5
  SHA512:
6
- metadata.gz: 566b16ae0811c9244c458f47afedfb0cf7a7b79abc3741a14e8fd1d91212081b5bcf006b3baa774c44541bf480a680d40dab32b5cefdd14f4cbed954390f7de2
7
- data.tar.gz: 8a502fd4cf5cbb425da8ab5b0326cb01a40c1929aa497a47fcaa804823cbc1dbdab9843f52f71b6fbee6c24e568f8c30b73799737d7a127a0f1c149b7a636099
6
+ metadata.gz: d02cd3198a105ff281f6056a211a613322d49c320a0246a30df485cb8b4d0193de9095524043b77c36430d64893c427c23d97e6dfce877a9e62eab2266231dfc
7
+ data.tar.gz: 59e469b24c71060e17e8536098d0116955ba4248b433f677db0c10329229c32668f3a09c6ef71b51534bb377f0937de4bae4f1fc67c52daa355af2642e1c009f
data/README.md CHANGED
@@ -4,6 +4,10 @@ Official Ruby gem for [MailCapture](https://mailcapture.app) — a real email ca
4
4
 
5
5
  Zero runtime dependencies. Works with any Ruby web framework (Rails, Sinatra, Hanami, Roda, or plain Rack).
6
6
 
7
+ MailCapture lets you test email flows by capturing emails sent to unique per-test addresses. Trigger your mailer, then call the API to assert on subject lines, body content, OTP codes, and more — no mock mailers, no Mailtrap, no brittle inbox scraping.
8
+
9
+ A MailCapture account is required — free and paid plans are available. [Sign up at mailcapture.app](https://mailcapture.app).
10
+
7
11
  ## Requirements
8
12
 
9
13
  - Ruby 3.1+
@@ -1,3 +1,3 @@
1
1
  module MailCapture
2
- VERSION = '1.0.0'
2
+ VERSION = '1.0.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mailcapture
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - MailCapture