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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0e0fb0564a6d3a0e990127cca4692ffedab728ee8e2824bc4723fef260f5f7a7
4
- data.tar.gz: 88ec5dc7de64f7f8ff9989165c6191d1d4cc0d177f03b794cd15fcd175d0033e
3
+ metadata.gz: 631d9406e7d17a66179fea90a5f587cfc4561345edc536b18bd58ef855f10c79
4
+ data.tar.gz: 8d61a35cb4b9abeea7f8db690fb522b3a05047ea1176382a25e6d918495a0f01
5
5
  SHA512:
6
- metadata.gz: 7248dce78f53523618749ebbfdb18fd636feafba7f36cb439acb35ea0fadf28585b574391766bf96f48c6b7afdaa35636f2e5a51d112c3f4fbec6d5b70689c35
7
- data.tar.gz: 630eaa1b10274adea8f3e2d11802a748c8069c73f0ec0b7409608595bab0ab3fba095487aa5f8864c831e974573fcb7248ce450b5cc218e16867af697845d798
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](./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.214'
14
+ VERSION = '11.7.304'
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.214
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-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.