files.com 1.0.8 → 1.0.9

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/_VERSION +1 -1
  3. data/files.com.gemspec +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ba4a15795a72e9e5af425c0a18c6454a9d58d262b320054ac5ef50f5df2fb312
4
- data.tar.gz: 1ac811ce59396c4c116397f1cd58fe50da4d91317ee6ee644d3ea5f43144ea97
3
+ metadata.gz: 955d5505e540551dd073a4887b4102575a8376db80a9018cbd7b05abde968f75
4
+ data.tar.gz: fc7dc32d6f97bd3cd0195dcc92202c1cef566faf4e20cda75606572f35137e07
5
5
  SHA512:
6
- metadata.gz: 3046ba9221c86110ed98b76b61ef6b9e04f1838d72d3d95300151c46dd9f104f9f3f12ccc8926ec9c066b62a39581b60d061dd7f397a7a8a39b102e0197e8a67
7
- data.tar.gz: 72ead37309140fa05f63b0dcfdef65156cdb330c4bda0bf6a628466fdd437f3b17bdb5a38efd1dbcb32967195e661e80dc23cfa5d057b93807346ac44197a9d2
6
+ metadata.gz: 513e2a5b74ecc3eca25e691ea613d3113484b73a40b39e8de0e74c7afc51dbfca7fab51660ca3a9b231dd64327c2b107a5cab150e3f4dd2d524bff80ac611320
7
+ data.tar.gz: 0a29ffb8af77cf64d237e0cfa18ed9352e4644819c2446ad2dd4629eb45347fc034920952f526155594210c9718e24647c56f883210e61b3e8fa78264268d97f
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.8
1
+ 1.0.9
data/files.com.gemspec CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
9
9
  s.homepage = "https://www.files.com"
10
10
  s.summary = "Files.com Ruby client."
11
11
  s.description = "The Files.com Ruby client."
12
- s.license = "GPL"
12
+ s.license = "MIT"
13
13
  s.required_ruby_version = ">= 2.3"
14
14
  s.add_dependency 'faraday', '>= 0.12.0'
15
15
 
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.0.8
4
+ version: 1.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com
@@ -204,7 +204,7 @@ files:
204
204
  - test/test.rb
205
205
  homepage: https://www.files.com
206
206
  licenses:
207
- - GPL
207
+ - MIT
208
208
  metadata: {}
209
209
  post_install_message:
210
210
  rdoc_options: []