mailslurp_client 11.7.213 → 11.7.302
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: 899f40053b7568f0b1cbdec93664f6210aa8210e8b52f3b389b8dae80efcaa4b
|
4
|
+
data.tar.gz: 41a170674d6dc76b357a028c9de81cf398c91b5038e519cb8825573ada74250c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ecc2fe9e60d4a9b88e5ca50af5d6cc6223874d60ddf96a1e025998af45fb9757049f97d080fe5d4d04d7e2198c020fd9964d1a129ee4794f7e40192b67010b29
|
7
|
+
data.tar.gz: c18966926f4c3a8d2d4a9342d0c0065a0f4e92cd367d2361b501cb5a17c0f65dcfcdeed92f60d109f304aee0c9c854178083b240f11b4b0e6a26ba535f72da19
|
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.302
|
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.
|