files.com 1.0.155 → 1.0.156

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: '0955c88244f369e9f4270c079fcd151db97804e8c4f09982a35f46f51297b934'
4
- data.tar.gz: 6d3a990d55c77ad0ec68c0211dcb12935543c2b28c4901b6d3b731e3d5b50f7d
3
+ metadata.gz: e579da90bcc148633b1ccaaba0a48f2281ec2d72c916cb7b0dc0178d47d38aed
4
+ data.tar.gz: 4f3e158d63bdf718b090945fabcdfed48fb70bb8a6ddba93c0336ab009c749a0
5
5
  SHA512:
6
- metadata.gz: a6bbf3b1e8e7f66c47293bc6c5b3302463b90d52003702e2195233ecc4d0a0ffc942cec2b3d25312a1a73b4a5a5f371980260fccd08b25b5285142fb13793a7a
7
- data.tar.gz: 52a48d8beac38d91e6b7af48f3281ad8812b44872235eef60f227faad4927faf609f6d94fae3702b61af42c4dcc5eb866faf605f64e6e571db20e79b7df0d8d8
6
+ metadata.gz: 4a759bf4ff32fb1cbc059e79110fc3185c085bc50042ce3499232818081282676189feb3921cc4704132eff51cc6f76d250ab8cce10b4839c2c0d355f31b6b9d
7
+ data.tar.gz: 61078f400330196305f949cec9fb7957db58edfb4edfa0e32e042a3efae6f47e75bc7c209c362052bad1d8dd74cfc51d3c56ce3992255d129ef4efc7da2774ae
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.155
1
+ 1.0.156
@@ -69,7 +69,7 @@ Files::InboxRecipient.create(
69
69
 
70
70
  * `user_id` (int64): User ID. Provide a value of `0` to operate the current session's user.
71
71
  * `inbox_id` (int64): Required - Inbox to share.
72
- * `recipient` (string): Required - Email addresses to share this inbox with.
72
+ * `recipient` (string): Required - Email address to share this inbox with.
73
73
  * `name` (string): Name of recipient.
74
74
  * `company` (string): Company of recipient.
75
75
  * `note` (string): Note to include in email.
@@ -128,7 +128,7 @@ module Files
128
128
  # Parameters:
129
129
  # user_id - int64 - User ID. Provide a value of `0` to operate the current session's user.
130
130
  # inbox_id (required) - int64 - Inbox to share.
131
- # recipient (required) - string - Email addresses to share this inbox with.
131
+ # recipient (required) - string - Email address to share this inbox with.
132
132
  # name - string - Name of recipient.
133
133
  # company - string - Company of recipient.
134
134
  # note - string - Note to include in email.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: files.com
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.155
4
+ version: 1.0.156
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-03-31 00:00:00.000000000 Z
11
+ date: 2021-04-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable