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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: deb2cd30a3978ba262f163253fc81bfe7af16a9aa0884e453e05f10747e28eb9
4
- data.tar.gz: 5fa33545fee8d37d48d7f58f0a2468b4aade77c84e8cebd59d3a0ae251214d48
3
+ metadata.gz: eec4ab9eac1178d034d0fa0e6dc6e8453c22d807cc5f4825e6c6d8206d4d88e6
4
+ data.tar.gz: dfc7aa879b44c88d70a3d7a86c27963e41a04962502ee0a8a20afe5433536c85
5
5
  SHA512:
6
- metadata.gz: 611b364bf246606816abb7fd6d2569bdd251134384153fc37bedcc27317cb2dc3e26512df2658f421c6d5c03a8eda46c54b48395def30686dd6bce8124310432
7
- data.tar.gz: 33b9b6bb3f045891f39897e555b0acc26440fcdd73299aa2a5e4697df6d0b8d69b15a0bf0770cc4c1187102487251e155ea9652c72775cbead8f5045c4774818
6
+ metadata.gz: c48606bdf144db4c1690303e4fef783758620bfe148d4b6ba1a71861165295a14126bf0a1c957009b47c0b58498e4f4b73363b82467267775d671db7187124fe
7
+ data.tar.gz: 85b248f2b8936c202123f8274e308ee71dd79656c3a23e02b0b7ab5f7523c1872a3495e0f8c4a1f8125656a462c5c7f06df5f09743fd9650c5b3079d4dc6da37
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.216
1
+ 1.1.217
@@ -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]
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.216"
4
+ VERSION = "1.1.217"
5
5
  end
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.216
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-21 00:00:00.000000000 Z
11
+ date: 2025-01-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable