files.com 1.1.216 → 1.1.217
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_VERSION +1 -1
- data/docs/remote_server.md +0 -2
- data/lib/files.com/models/remote_server.rb +0 -9
- data/lib/files.com/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: eec4ab9eac1178d034d0fa0e6dc6e8453c22d807cc5f4825e6c6d8206d4d88e6
|
4
|
+
data.tar.gz: dfc7aa879b44c88d70a3d7a86c27963e41a04962502ee0a8a20afe5433536c85
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c48606bdf144db4c1690303e4fef783758620bfe148d4b6ba1a71861165295a14126bf0a1c957009b47c0b58498e4f4b73363b82467267775d671db7187124fe
|
7
|
+
data.tar.gz: 85b248f2b8936c202123f8274e308ee71dd79656c3a23e02b0b7ab5f7523c1872a3495e0f8c4a1f8125656a462c5c7f06df5f09743fd9650c5b3079d4dc6da37
|
data/_VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.1.
|
1
|
+
1.1.217
|
data/docs/remote_server.md
CHANGED
@@ -32,7 +32,6 @@
|
|
32
32
|
"rackspace_username": "rackspaceuser",
|
33
33
|
"rackspace_region": "dfw",
|
34
34
|
"rackspace_container": "my-container",
|
35
|
-
"auth_setup_link": "auth/:provider",
|
36
35
|
"auth_status": "in_setup",
|
37
36
|
"auth_account_name": "me@example.com",
|
38
37
|
"one_drive_account_type": "personal",
|
@@ -92,7 +91,6 @@
|
|
92
91
|
* `rackspace_username` (string): Rackspace username used to login to the Rackspace Cloud Control Panel.
|
93
92
|
* `rackspace_region` (string): Three letter airport code for Rackspace region. See https://support.rackspace.com/how-to/about-regions/
|
94
93
|
* `rackspace_container` (string): The name of the container (top level directory) where files will sync.
|
95
|
-
* `auth_setup_link` (string): Returns link to login with an Oauth provider
|
96
94
|
* `auth_status` (string): Either `in_setup` or `complete`
|
97
95
|
* `auth_account_name` (string): Describes the authorized account
|
98
96
|
* `one_drive_account_type` (string): Either personal or business_other account types
|
@@ -261,15 +261,6 @@ module Files
|
|
261
261
|
@attributes[:rackspace_container] = value
|
262
262
|
end
|
263
263
|
|
264
|
-
# string - Returns link to login with an Oauth provider
|
265
|
-
def auth_setup_link
|
266
|
-
@attributes[:auth_setup_link]
|
267
|
-
end
|
268
|
-
|
269
|
-
def auth_setup_link=(value)
|
270
|
-
@attributes[:auth_setup_link] = value
|
271
|
-
end
|
272
|
-
|
273
264
|
# string - Either `in_setup` or `complete`
|
274
265
|
def auth_status
|
275
266
|
@attributes[:auth_status]
|
data/lib/files.com/version.rb
CHANGED
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.1.
|
4
|
+
version: 1.1.217
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- files.com
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-01-
|
11
|
+
date: 2025-01-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: addressable
|