files.com 1.1.26 → 1.1.27

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: 8a2ef9f10fe5b9c65f3212c7ffc69739dbbc9c6c41817ff12cff476b0038fa6d
4
- data.tar.gz: 04b7b3e7dfc256cbc7cc7a5f9a70a42ad52e2163d1000a53a11e6fa4a5bf0783
3
+ metadata.gz: 37069210fdefe819008f4cf4d3d11cb2d0ed332bbcf75e4bc3244f0b415e0845
4
+ data.tar.gz: 001cfab1106773eb2d7219c96987e114697738d5640694e1edd4d62eb874b2a4
5
5
  SHA512:
6
- metadata.gz: 8c13d4a96595e4aa187f7b6ab44a5ecc5e78f77710b1cb68ba756742f93260f545742bc000cdfc5cffef3f64a138926a02bbd241be92eda01f3987bc94ab9b1d
7
- data.tar.gz: 32a26d42d64b17b1dde573632960ddc4c3abc79218e5d494ed14f8b21b8f6a42323719b1111994b8f26e125edc85546f408a443c9d7564f189f1c04128cac926
6
+ metadata.gz: 5999e697e1a39e2591e328e6714b2a67f3ca0a27d69d76a525e16bad0894d64551f43d88d764c57a461011e27f24fa198a1a6cb5708f75edbd904cfad27d3bc8
7
+ data.tar.gz: eefb666877e7e18e186b4f630a25e8f9f3ea68563b6d643bdff23173aba922a418c885cefa4da6f34194d1c74265c58183cb73d3034b2e7419e0539b9a3a1811
data/README.md CHANGED
@@ -16,7 +16,9 @@ Or add this to your app's Gemfile:
16
16
 
17
17
  ### Requirements
18
18
 
19
- * Ruby 2.7+
19
+ * Ruby 3+
20
+
21
+ Ruby 2.x is now considered end-of-life by the Ruby project. As a policy, Files.com does not support integrations which are considered end-of-life by their vendor.
20
22
 
21
23
 
22
24
  ## Usage
@@ -25,6 +27,7 @@ Or add this to your app's Gemfile:
25
27
 
26
28
  There are multiple ways to authenticate to the API.
27
29
 
30
+
28
31
  #### Global API Key
29
32
 
30
33
  You can set an API key globally, like this:
@@ -121,4 +124,3 @@ The Files.com team is happy to help with any SDK Integration challenges you
121
124
  may face.
122
125
 
123
126
  Just email support@files.com and we'll get the process started.
124
-
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.26
1
+ 1.1.27
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.26"
4
+ VERSION = "1.1.27"
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.26
4
+ version: 1.1.27
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-03-06 00:00:00.000000000 Z
11
+ date: 2024-03-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable