mailslurp_client 11.7.214 → 11.7.304
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/lib/mailslurp_client/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 631d9406e7d17a66179fea90a5f587cfc4561345edc536b18bd58ef855f10c79
|
4
|
+
data.tar.gz: 8d61a35cb4b9abeea7f8db690fb522b3a05047ea1176382a25e6d918495a0f01
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e47df776dfaef7ea1813eb0e5f5dda982958e75b933776c168c3f486e0df00b4afca206257bcd4dec83788a271cad25a3f5b291cd2ac693085988333d88cf9e3
|
7
|
+
data.tar.gz: c4c8893f14a875cdcaefe1ab889bd24a39407746a1f4d9bec7a200d711e0088c6b7ca02399d99a7f24fa12807302429c1b4240d2ff671852c55816e5cc7b8801
|
data/README.md
CHANGED
@@ -6,7 +6,7 @@ MailSlurp is an email API service that lets you create real email addresses in c
|
|
6
6
|
|
7
7
|
## Quick links
|
8
8
|
|
9
|
-
- [Method Documentation](
|
9
|
+
- [Method Documentation](https://www.mailslurp.com/docs/ruby/docs/)
|
10
10
|
- [Gem Package](https://rubygems.org/gems/mailslurp_client)
|
11
11
|
- [Github Source](https://github.com/mailslurp/mailslurp-client-ruby)
|
12
12
|
|
@@ -16,7 +16,7 @@ This section describes how to get up and running with the Ruby client.
|
|
16
16
|
|
17
17
|
See the [examples page](https://www.mailslurp.com/examples/) for more examples and use with common frameworks such as Rails and RSpec.
|
18
18
|
|
19
|
-
See the method documentation for a [list of all functions](
|
19
|
+
See the method documentation for a [list of all functions](https://www.mailslurp.com/docs/ruby/docs/)
|
20
20
|
|
21
21
|
### Create API Key
|
22
22
|
|
@@ -141,7 +141,7 @@ end
|
|
141
141
|
### Send emails
|
142
142
|
|
143
143
|
You can send HTML emails easily with the inbox controller. First create an inbox then use its ID with the `send_email` method.
|
144
|
-
To send attachments see the [Method Documentation](
|
144
|
+
To send attachments see the [Method Documentation](https://www.mailslurp.com/docs/ruby/docs/).
|
145
145
|
|
146
146
|
```ruby
|
147
147
|
# create an inbox
|
@@ -359,4 +359,4 @@ end
|
|
359
359
|
|
360
360
|
## SDK Documentation
|
361
361
|
|
362
|
-
See the [examples page](https://www.mailslurp.com/examples/) or the full [Method Documentation](
|
362
|
+
See the [examples page](https://www.mailslurp.com/examples/) or the full [Method Documentation](https://www.mailslurp.com/docs/ruby/docs/) on Github.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mailslurp_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 11.7.
|
4
|
+
version: 11.7.304
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- mailslurp
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-04-
|
11
|
+
date: 2021-04-22 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Create emails addresses in Ruby then send and receive real emails and
|
14
14
|
attachments. See https://www.mailslurp.com/docs/ruby/ for full Ruby documentation.
|