files.com 1.1.181 → 1.1.182
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +19 -19
- data/_VERSION +1 -1
- data/lib/files.com/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6b8c1b6cdac260bc2904dcb038f34040c043801acbe7f4a5de47ff50ac104095
|
4
|
+
data.tar.gz: 69923a324df561e0feba74a6be868f308e4161efd7ca084ffff56f121b8d69f0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 766dd8a6f596c7fb12c8d9b48a35a8e3dbca410fa6838f88d64b8fa797b1f893409e8dd76e1cd530afa47ad8cbefc755c79087e203afe06a37f550858ba3d254
|
7
|
+
data.tar.gz: 9b462391dc8edcc05261970832be090c7c06d7ad2208b6d56ac1648264ddbf69408b1f314297f1f0ad8edbd4f6d58530c2539e255ce0c763a59c9b746362b223
|
data/README.md
CHANGED
@@ -499,7 +499,25 @@ Files::FolderAdminPermissionRequiredError -> Files::NotAuthorizedError -> Files:
|
|
499
499
|
|`TrialLockedError`| `SiteConfigurationError` |
|
500
500
|
|`UserRequestsEnabledRequiredError`| `SiteConfigurationError` |
|
501
501
|
|
502
|
-
##
|
502
|
+
## Mock Server
|
503
|
+
|
504
|
+
Files.com publishes a Files.com API server, which is useful for testing your use of the Files.com
|
505
|
+
SDKs and other direct integrations against the Files.com API in an integration test environment.
|
506
|
+
|
507
|
+
It is a Ruby app that operates as a minimal server for the purpose of testing basic network
|
508
|
+
operations and JSON encoding for your SDK or API client. It does not maintain state and it does not
|
509
|
+
deeply inspect your submissions for correctness.
|
510
|
+
|
511
|
+
Eventually we will add more features intended for integration testing, such as the ability to
|
512
|
+
intentionally provoke errors.
|
513
|
+
|
514
|
+
Download the server as a Docker image via [Docker Hub](https://hub.docker.com/r/filescom/files-mock-server).
|
515
|
+
|
516
|
+
The Source Code is also available on [GitHub](https://github.com/Files-com/files-mock-server).
|
517
|
+
|
518
|
+
A README is available on the GitHub link.
|
519
|
+
|
520
|
+
## File/Folder Operations
|
503
521
|
|
504
522
|
### File Operations
|
505
523
|
|
@@ -533,21 +551,3 @@ end
|
|
533
551
|
```ruby
|
534
552
|
Files::File.find("foo.txt").read
|
535
553
|
```
|
536
|
-
|
537
|
-
## Mock Server
|
538
|
-
|
539
|
-
Files.com publishes a Files.com API server, which is useful for testing your use of the Files.com
|
540
|
-
SDKs and other direct integrations against the Files.com API in an integration test environment.
|
541
|
-
|
542
|
-
It is a Ruby app that operates as a minimal server for the purpose of testing basic network
|
543
|
-
operations and JSON encoding for your SDK or API client. It does not maintain state and it does not
|
544
|
-
deeply inspect your submissions for correctness.
|
545
|
-
|
546
|
-
Eventually we will add more features intended for integration testing, such as the ability to
|
547
|
-
intentionally provoke errors.
|
548
|
-
|
549
|
-
Download the server as a Docker image via [Docker Hub](https://hub.docker.com/r/filescom/files-mock-server).
|
550
|
-
|
551
|
-
The Source Code is also available on [GitHub](https://github.com/Files-com/files-mock-server).
|
552
|
-
|
553
|
-
A README is available on the GitHub link.
|
data/_VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.1.
|
1
|
+
1.1.182
|
data/lib/files.com/version.rb
CHANGED
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.
|
4
|
+
version: 1.1.182
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- files.com
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-11-
|
11
|
+
date: 2024-11-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: addressable
|