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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ad13bd1bbe57402011868bb1f25681de53baa4313acb92f08e3427e8efffc094
4
- data.tar.gz: d4c993993a26ec960fa40a430e1f837a7c7250624a587c6fc0062b7a63f7d4dc
3
+ metadata.gz: 22fec3cc32ce5a889e8c823f1d535d84f1d985a459ea4dfaba9ec3c6c0019e95
4
+ data.tar.gz: 5d0941f03098d8db1314c0a6cc4923d4cacd88c01674dbba6f05e8bbb90f5f9d
5
5
  SHA512:
6
- metadata.gz: 456b3d458e0e4fe35c1713d44790b7f464764e620f1987902e386d9da7a3c152bfe472db520e4f1fd6750b123630cde5673c4fbaf774bf004ec42c2603514a50
7
- data.tar.gz: 704768a4b9901f476abed9a551f61e664d339a043e01bebb2684271a0db767d2ba0a8b24a57a126bc55275d19612d68c1e2b8b9c2c2c5ff2e1105baf12e589eb
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.127
1
+ 1.1.128
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.127"
4
+ VERSION = "1.1.128"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: files.com
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.127
4
+ version: 1.1.128
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com