mailslurp_client 11.7.211 → 11.7.300

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a27f84866a248158ace0dcd948211e52babc2426c7d2bb4e001e8542284af185
4
- data.tar.gz: 4031f19882b0ebd5b13f3518407a1e13379300231ae94b48e0dc2ec1116d1ff6
3
+ metadata.gz: 755eb90fe29d2c0ab3e0ddcb70454028f2715d03f1419e816ee64fe1c05ec617
4
+ data.tar.gz: 311102e9073cb65b681795114c7b3a27d5619202a59de1779861dd805d585f5f
5
5
  SHA512:
6
- metadata.gz: 1d87943b17091b1cce5963a7f393517fe4df8c8d56f967080eae1c4da11945c492fa7a4c75a07bc3d5fb1e2432829aee395b22125c6fa5f36a32b5231104260a
7
- data.tar.gz: 796e26f22ffe5234151d08d4b3825ef72ccb2240650b01d602e149ce2d060e28e4056e822aa287a5177f9b0fa44f5be594d8c0acfaadc7b8800162968596d43b
6
+ metadata.gz: 2010e6c70de021ff2806c398ffd3e6dc5cc93209ce8298414556abdebb43ee1eea659a2d0e1d822b05d96bd23e9ea96b3ac9138610db7f0a68e5e65c3ec26d5f
7
+ data.tar.gz: e59aff1668bd8883e5c1dfd207f5dabd2976dee4f9bf6ba621f8514a6d1a95fb7d50305209378fbca7676dc73f4d6e893137fa8e9d1ef3a84bc696284d49fe19
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.211'
14
+ VERSION = '11.7.300'
15
15
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mailslurp_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 11.7.211
4
+ version: 11.7.300
5
5
  platform: ruby
6
6
  authors:
7
7
  - mailslurp