files.com 1.1.127 → 1.1.128
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -0
- 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: 22fec3cc32ce5a889e8c823f1d535d84f1d985a459ea4dfaba9ec3c6c0019e95
|
4
|
+
data.tar.gz: 5d0941f03098d8db1314c0a6cc4923d4cacd88c01674dbba6f05e8bbb90f5f9d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5ed0ac6a5a4a243ac36b6cab41858e4dfb3cff399a623cb2ff15801d6070e9a3204cb032d8f5e68b3d331184f9e40a915fe4792d97463bf2cef3d98c857ed8ee
|
7
|
+
data.tar.gz: 22d58a7e6c2c6d9c391df7e363afcfdb20b07530be7a09eabb35b2d7ecda1d2dec43d9ce028130462d4abb124251b5f157a2a39e312705bc8190bd0bcc637383
|
data/README.md
CHANGED
@@ -9,6 +9,8 @@ The Files.com Ruby gem provides convenient access to all aspects of Files.com fr
|
|
9
9
|
|
10
10
|
Files.com customers use our Ruby gem for directly working with files and folders as well as performing management tasks such as adding/removing users, onboarding counterparties, retrieving information about automations and more.
|
11
11
|
|
12
|
+
The Ruby gem uses the Files.com RESTful APIs via the HTTPS protocol (port 443) to securely communicate and transfer files so no firewall changes should be required in order to allow connectivity to Files.com.
|
13
|
+
|
12
14
|
### Files.com is a Ruby Shop
|
13
15
|
|
14
16
|
At Files.com, we use Ruby as a primary language all over the company. Our main server-side API is developed in Ruby, as are many of our microservices.
|
data/_VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.1.
|
1
|
+
1.1.128
|
data/lib/files.com/version.rb
CHANGED