mailslurp_client 11.7.210 → 11.7.215

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: 5ab5620ac4e652fa09631b7cb86a95312037620b7d2b52774d62f5acd4bfac00
4
- data.tar.gz: c97608f61d148aa141de7ef02a0acdc405169a135e7ed49c04cd69d464732d2a
3
+ metadata.gz: 06216e7d142037094c0348e03288757c276ef900d6358ba4a8987b5c7c7897d6
4
+ data.tar.gz: cf6e410af142d4e50f12303c80e18bdb8751ee34a71d0a7b593138841084843f
5
5
  SHA512:
6
- metadata.gz: 0a02108c5c758912c8e9ffac0a9a295a6576e5df1e088e4a2bbbb99457e802721e8990ebdfaaadc108974c153d7189da3fc73d943a18694b812c57ed96273a4a
7
- data.tar.gz: e717364cbf937bd991bdef9747d5a38d46312f5cc39e43b1818747df5a840bba321410652b02b8faaaa72b4e783a89db55df05244707bac2318b52dc3f013360
6
+ metadata.gz: 2da4cab0bb3b524732fb4ff39d845acc8b82b5b8f8f6451e7d00fd74af2a081a8fcb8155ca593de2caf3b85a3a99bcf4f243c775f76926a3f30ead83db4ffe56
7
+ data.tar.gz: 442f5e4e688a30ab127b8ac069cdbc12cac75812f3939a37aa03ea49687d3b1f4b62244005bb6351de21243e2e7de8137de2c13fd1a7b2652423f4dfe60331c9
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.210'
14
+ VERSION = '11.7.215'
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.210
4
+ version: 11.7.215
5
5
  platform: ruby
6
6
  authors:
7
7
  - mailslurp