files.com 1.0.140 → 1.0.141

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: d06237d78aefbc899c9976c0cb853efdd1f910ae04f38c9cf48920353dfdffe3
4
- data.tar.gz: ca68eb9f5c808f3fe4336a0a5eef3573cf118abafb362bbe0158ce8dadc3ce99
3
+ metadata.gz: e18007e80b80d7134a99a39f14bb21e1c114ded4dc65c89bea3ffc4a7dbbb4e2
4
+ data.tar.gz: 18542673883f8c55a40e5b471dab9e2a59afeee4fd5daa63109e570880a64905
5
5
  SHA512:
6
- metadata.gz: fad063137d0bdfed25bb343861cfa54f426dbc5d27b4719e861398cdb429bdb94e88de3a5e2977fb7a443df43959c82c6361ff28992f69a41b86ca42acdcabc9
7
- data.tar.gz: 857407be1ca8e7b3c0c6cd9433f250ba238e4cddd0438bd1f8ca586914e0f316920d4aadd2d87d93833e0e9082c190a22faad3f00506db3dce8f4151e24a5d63
6
+ metadata.gz: c5cc76b1adaf8a682384e6d0a0e20d07ace6beaf575e762a5557d5e70aee3cf6a6b63d88258302aeed0371dd97c3ea13e65a8fb4ac81480d0ac1092c1bd6901a
7
+ data.tar.gz: 3e2ecd619d56c3ea1ea2c4e5beea857c9c6a093643d2ecc39fbfaff5a1b7bc181fb231841cd073c68fcff08ef4ba208d5cef1fc0c08954f943865dd3f5c8ebbe
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.140
1
+ 1.0.141
@@ -7,6 +7,7 @@
7
7
  "id": 1,
8
8
  "authentication_method": "password",
9
9
  "hostname": "remote-server.com",
10
+ "remote_home_path": "/home/user1",
10
11
  "name": "My Remote server",
11
12
  "port": 1,
12
13
  "max_connections": 1,
@@ -38,6 +39,7 @@
38
39
  * `id` (int64): Remote server ID
39
40
  * `authentication_method` (string): Type of authentication method
40
41
  * `hostname` (string): Hostname or IP address
42
+ * `remote_home_path` (string): Initial home folder on remote server
41
43
  * `name` (string): Internal name for your reference
42
44
  * `port` (int64): Port for remote server. Not needed for S3.
43
45
  * `max_connections` (int64): Max number of parallel connections. Ignored for S3 connections (we will parallelize these as much as possible).
@@ -36,6 +36,15 @@ module Files
36
36
  @attributes[:hostname] = value
37
37
  end
38
38
 
39
+ # string - Initial home folder on remote server
40
+ def remote_home_path
41
+ @attributes[:remote_home_path]
42
+ end
43
+
44
+ def remote_home_path=(value)
45
+ @attributes[:remote_home_path] = value
46
+ end
47
+
39
48
  # string - Internal name for your reference
40
49
  def name
41
50
  @attributes[:name]
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.140
4
+ version: 1.0.141
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-02-17 00:00:00.000000000 Z
11
+ date: 2021-02-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable