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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +19 -19
  3. data/_VERSION +1 -1
  4. data/lib/files.com/version.rb +1 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9d4f6bb4d8c37277cf76eaa80ab764d3c82333bb117060d618ae6e83ab175daa
4
- data.tar.gz: acc44789a3ec348833cd9ac592b9f0f8457a4c81dc9c9e43e15e54c1bedc2267
3
+ metadata.gz: 6b8c1b6cdac260bc2904dcb038f34040c043801acbe7f4a5de47ff50ac104095
4
+ data.tar.gz: 69923a324df561e0feba74a6be868f308e4161efd7ca084ffff56f121b8d69f0
5
5
  SHA512:
6
- metadata.gz: b2e338ccc57a8a85ff0d51a7dd5d5fcec373ffa51cd38b3b4f91de67e3f9abbcd232a4cb6e93a360f03f364b30d7bd76c4585f4a535e85acb8f9093162ccc3cc
7
- data.tar.gz: 37425d3ea3cc962f73bd8a4811b25c9d29b11881ae67d43192cc0210f7c82b4d787a342cdd07154f5b759505855e1768add27d9f02e06ccf487838c8c7c86847
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
- ## Examples
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.181
1
+ 1.1.182
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.181"
4
+ VERSION = "1.1.182"
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.181
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-22 00:00:00.000000000 Z
11
+ date: 2024-11-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable