mailslurp_client 11.7.213 → 11.7.302

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: e5dd9029497d3342adfb563b4aa73c4654591a062aa20ae82da9c00d9408e47d
4
- data.tar.gz: 781c8c98d6b966e1e009f9ae35b4c1e923e327256227c80c75822b62950548e3
3
+ metadata.gz: 899f40053b7568f0b1cbdec93664f6210aa8210e8b52f3b389b8dae80efcaa4b
4
+ data.tar.gz: 41a170674d6dc76b357a028c9de81cf398c91b5038e519cb8825573ada74250c
5
5
  SHA512:
6
- metadata.gz: 7b7339856e3c78adcc5bb7060f50c5d78f7467578d2c71b2a92dce3765bb6f9972a3d237b0fb774e2844d3ceaa9fe9b4d17696b8cbf63900b1a5303f329391b7
7
- data.tar.gz: f1222ddfd36ba92e72e251f691c50d9a9f8b6bd620f5c23742273ad166e5eb0c313098f6ab72ec34d4fc724601e9b072f80947841b370676ddff7dc2e985e7bd
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](./docs)
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](./docs)
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](./docs).
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](./docs) on Github.
362
+ See the [examples page](https://www.mailslurp.com/examples/) or the full [Method Documentation](https://www.mailslurp.com/docs/ruby/docs/) on Github.
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module MailSlurpClient
14
- VERSION = '11.7.213'
14
+ VERSION = '11.7.302'
15
15
  end
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.213
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-21 00:00:00.000000000 Z
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.