mailslurp_client 8.0.12 → 8.0.17

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: da33c41aa658d72056a69303ce5604c786bc9313d8167b604f462b260bb04397
4
- data.tar.gz: d04017bbfef2a4c57382a7bc27496fc6df51625b9bbbafd5bc3d62484f5a2152
3
+ metadata.gz: f4fef33462dfa8fcbb5e4bb93e6fd822da210f4710991a9cd64b76b007809d8d
4
+ data.tar.gz: 71c569597269d67524ff11838ca373443b6cf3ae5cc5fc0ace80bd5614f7e733
5
5
  SHA512:
6
- metadata.gz: 4d1b74125ae13fc6be43d8cef8ef67e224c579a86560595719e20795586ad3ce178eda7b792e69c6cfe4b72c34c840f908325b8a1fa0860148c76d2166e76eb1
7
- data.tar.gz: a2977e1c24d3d94681d8d66f8db4258eeb67b64d9d56920b99d5f8a7b75288c95f4107aba91fc9e0cc48cc4ac1fbcc122d972178b01584f218f1bcf5915dc1cb
6
+ metadata.gz: d2b002c3fb60f5784bfd2d0185c12cfb259e53810c6c00abe663e5b4480e47bfcb854ca7d0becab6944b75fc7fb5b45f22d5f7eb56a95b360e17ae1bf534a186
7
+ data.tar.gz: d12c9b49673730b9a20dcf80f1792a409647b1c71093e975d4142d484c3f9bf34baf9db00dbdd8d65352b4421d114e1282da4b73ba6841489cdb104332fe76b8
data/README.md CHANGED
@@ -17,13 +17,19 @@ This section describes how to get up and running with the Ruby client.
17
17
 
18
18
  See the [examples page](https://www.mailslurp.com/examples/) for more examples and use with common frameworks such as Rails and RSpec.
19
19
 
20
- See the method documentation for a [list of all functions](https://github.com/mailslurp/mailslurp-client-ruby)
20
+ See the method documentation for a [list of all functions](./docs)
21
21
  :::
22
22
 
23
23
  ### Create API Key
24
24
 
25
25
  First you'll need an API Key. [Create a free account](https://app.mailslurp.com) and copy the key from your dashboard.
26
26
 
27
+ ### Ruby requirements
28
+
29
+ The MailSlurp client requires Ruby 2.x and the ruby-dev package. You most likely have these packages but if not:
30
+
31
+ `sudo apt-get install ruby-dev`
32
+
27
33
  ### Install Gem
28
34
 
29
35
  ```bash
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.3.1
11
11
  =end
12
12
 
13
13
  module MailSlurpClient
14
- VERSION = '8.0.12'
14
+ VERSION = '8.0.17'
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: 8.0.12
4
+ version: 8.0.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - mailslurp
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-11-13 00:00:00.000000000 Z
11
+ date: 2020-11-17 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.