files.com 1.1.116 → 1.1.117
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 +4 -4
- data/README.md +0 -4
- data/_VERSION +1 -1
- data/lib/files.com/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d2df8436470fbc39588b6ee6962f075fb16a4d3baabca1022ad05df423f05817
|
|
4
|
+
data.tar.gz: fcc282b8b5b60162a16c7094a6687251ca94b5f60dbf457e64728279fdaf2ba0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5efcd48bbc5e7fd1970173d712faa2809563824efdcfe5721e8d133d7f20cfdef61ce958dd1bc4f8c683e26ca64e4085d0ccad02bbe481147075325b075b5aa2
|
|
7
|
+
data.tar.gz: 7e5b42f97d1c14a400d3b962c2605d079f362cd3b899ab6da6e447865477221e4b2ccf5c2008c891f8202936c13ecf25649464198d36d4ec7060d7aa3147537b
|
data/README.md
CHANGED
|
@@ -26,9 +26,7 @@ gem 'files.com', '~> 1.0'
|
|
|
26
26
|
|
|
27
27
|
Ruby 2.x is now considered end-of-life by the Ruby project. As a policy, Files.com does not support integrations which are considered end-of-life by their vendor.
|
|
28
28
|
|
|
29
|
-
<Note title="Repository">
|
|
30
29
|
Explore the [files-sdk-ruby](https://github.com/Files-com/files-sdk-ruby) code on GitHub.
|
|
31
|
-
</Note>
|
|
32
30
|
|
|
33
31
|
### Getting Support
|
|
34
32
|
|
|
@@ -59,9 +57,7 @@ Files.api_key = 'YOUR_API_KEY'
|
|
|
59
57
|
Files::User.new(params, api_key: 'YOUR_API_KEY')
|
|
60
58
|
```
|
|
61
59
|
|
|
62
|
-
<Note>
|
|
63
60
|
Don't forget to replace the placeholder, `YOUR_API_KEY`, with your actual API key.
|
|
64
|
-
</Note>
|
|
65
61
|
|
|
66
62
|
### Authenticate with a Session
|
|
67
63
|
|
data/_VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.1.
|
|
1
|
+
1.1.117
|
data/lib/files.com/version.rb
CHANGED