files.com 1.1.341 → 1.1.342

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c70b276ef24e438260232b0fcb416ab4b89634ab7846fb0fbf4e0f3da76e2935
4
- data.tar.gz: bc7365a3559beeb0e4e37b5b8bae1cf71aceccb82d2129fa7f7ec93d95c1c5ef
3
+ metadata.gz: 38408c416d31bce9819a81ec303ddffe83d5e3fb0ac6d5a0212271fddc80c9cc
4
+ data.tar.gz: aa2b60ccf3eb9e2625a8b9eb0d0f15f9246b508d2d17baebe79eb596a8cf4247
5
5
  SHA512:
6
- metadata.gz: e4559efc9ad524248fd8962dfe92910fe74b150d28164c3f8181c74507d09fb3d0494c18fbddc33dbf53e09ac901117c22cc712136b3d3bb77ba94354f38cc3e
7
- data.tar.gz: 2a901dbe1096ed285e9a273e978f1525b9c4632c954d8f7cb30778906ba2b87d0e77afcd4414c3c7accfee4a001c51d32e13e031fbf62d4c9ebbfb86f2895b5b
6
+ metadata.gz: 1b59393e34a1e4bed67ae869919e12437bd2a9d02e7f596c8cf5aace60eaca95d424f6b1f1e448a7696a9abd45d82eeab122f44ca4558314c4ca3976f7b29db3
7
+ data.tar.gz: 9a6386c4205335fc7115a8bd0ddf84fe3e62daedf222eaf01750a492008cb422bd0707dfe090044bb4044a7265441c13b8200d142af822e30731ac4f3d8dc2f5
data/README.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Files.com Ruby Client
2
2
 
3
+ The Files.com Ruby Client provides a direct, high performance integration to Files.com from applications written in Ruby.
4
+
5
+ Files.com is the cloud-native, next-gen MFT, SFTP, and secure file-sharing platform that replaces brittle legacy servers with one always-on, secure fabric. Automate mission-critical file flows—across any cloud, protocol, or partner—while supporting human collaboration and eliminating manual work.
6
+
7
+ With universal SFTP, AS2, HTTPS, and 50+ native connectors backed by military-grade encryption, Files.com unifies governance, visibility, and compliance in a single pane of glass.
8
+
3
9
  The content included here should be enough to get started, but please visit our
4
10
  [Developer Documentation Website](https://developers.files.com/ruby/) for the complete documentation.
5
11
 
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.341
1
+ 1.1.342
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.341"
4
+ VERSION = "1.1.342"
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.341
4
+ version: 1.1.342
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-10-20 00:00:00.000000000 Z
11
+ date: 2025-10-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable