activestorage-dropbox 1.0.0 → 2.0.0

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: 640abc9b918ca765fabb563d86eb67dc567b89b47d0e5b92bc80a55eeb1acda6
4
- data.tar.gz: 46bce7f5b3458bced081e13d3ed8479116a1396055b0e2c91a11e0798f70a85a
3
+ metadata.gz: c46b91ff16278aadae47d9c554c06d857cb8c8d6eeb55288e31c75db6849aa76
4
+ data.tar.gz: 7c090d5bb2e630fd2846487f2aa81488ff7ed5a6f2d1b72bd2c6ab155ee8191f
5
5
  SHA512:
6
- metadata.gz: 5239ff5f71226f05c4b1d4f1e77a8e79ca919f338ae9478a646a9e8bc0bd9cf3907db2dd165a45723a1796f4cf6394e142574a9828f4b50aeeb297279fd9878a
7
- data.tar.gz: 9af55b7c1a1718d1c2cb6b191666c928d47428150239f4657318219b0e93e32109cc0ecc7dd797e30ec48970b77aa5d57e42d44ad025bb3a4eba69e325cbfd9b
6
+ metadata.gz: 9adb429d78e9fd9af34ef6d66c86cd16634c14cb962472cc968134cb5f231ad211fe833154ede88dded4ec82c4ac5aa3160ff2dac2503e4cea65397da1502e79
7
+ data.tar.gz: '028a3a9c93af0efd35f79f47d06fd8b92a91bf2a68b3c935c4e46c24b715f591471707e24c4b61be0e4decc131c8f47745a652be327dab7f1839d2264d8ea537'
data/.gitignore CHANGED
@@ -9,3 +9,4 @@
9
9
 
10
10
  # rspec failure tracking
11
11
  .rspec_status
12
+ .DS_Store
data/.travis.yml CHANGED
@@ -4,4 +4,4 @@ language: ruby
4
4
  cache: bundler
5
5
  rvm:
6
6
  - 2.5.3
7
- before_install: gem install bundler -v 2.0.1
7
+ before_install: gem install bundler -v 2.1.2
data/Gemfile.lock CHANGED
@@ -1,164 +1,200 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- activestorage-dropbox (1.0.0)
5
- dropbox_api (~> 0.1.16)
4
+ activestorage-dropbox (2.0.0)
5
+ dropbox_api (~> 0.1.18)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- actioncable (5.2.3)
11
- actionpack (= 5.2.3)
10
+ actioncable (7.0.4.3)
11
+ actionpack (= 7.0.4.3)
12
+ activesupport (= 7.0.4.3)
12
13
  nio4r (~> 2.0)
13
14
  websocket-driver (>= 0.6.1)
14
- actionmailer (5.2.3)
15
- actionpack (= 5.2.3)
16
- actionview (= 5.2.3)
17
- activejob (= 5.2.3)
15
+ actionmailbox (7.0.4.3)
16
+ actionpack (= 7.0.4.3)
17
+ activejob (= 7.0.4.3)
18
+ activerecord (= 7.0.4.3)
19
+ activestorage (= 7.0.4.3)
20
+ activesupport (= 7.0.4.3)
21
+ mail (>= 2.7.1)
22
+ net-imap
23
+ net-pop
24
+ net-smtp
25
+ actionmailer (7.0.4.3)
26
+ actionpack (= 7.0.4.3)
27
+ actionview (= 7.0.4.3)
28
+ activejob (= 7.0.4.3)
29
+ activesupport (= 7.0.4.3)
18
30
  mail (~> 2.5, >= 2.5.4)
31
+ net-imap
32
+ net-pop
33
+ net-smtp
19
34
  rails-dom-testing (~> 2.0)
20
- actionpack (5.2.3)
21
- actionview (= 5.2.3)
22
- activesupport (= 5.2.3)
23
- rack (~> 2.0)
35
+ actionpack (7.0.4.3)
36
+ actionview (= 7.0.4.3)
37
+ activesupport (= 7.0.4.3)
38
+ rack (~> 2.0, >= 2.2.0)
24
39
  rack-test (>= 0.6.3)
25
40
  rails-dom-testing (~> 2.0)
26
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
27
- actionview (5.2.3)
28
- activesupport (= 5.2.3)
41
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
42
+ actiontext (7.0.4.3)
43
+ actionpack (= 7.0.4.3)
44
+ activerecord (= 7.0.4.3)
45
+ activestorage (= 7.0.4.3)
46
+ activesupport (= 7.0.4.3)
47
+ globalid (>= 0.6.0)
48
+ nokogiri (>= 1.8.5)
49
+ actionview (7.0.4.3)
50
+ activesupport (= 7.0.4.3)
29
51
  builder (~> 3.1)
30
52
  erubi (~> 1.4)
31
53
  rails-dom-testing (~> 2.0)
32
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
33
- activejob (5.2.3)
34
- activesupport (= 5.2.3)
54
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
55
+ activejob (7.0.4.3)
56
+ activesupport (= 7.0.4.3)
35
57
  globalid (>= 0.3.6)
36
- activemodel (5.2.3)
37
- activesupport (= 5.2.3)
38
- activerecord (5.2.3)
39
- activemodel (= 5.2.3)
40
- activesupport (= 5.2.3)
41
- arel (>= 9.0)
42
- activestorage (5.2.3)
43
- actionpack (= 5.2.3)
44
- activerecord (= 5.2.3)
45
- marcel (~> 0.3.1)
46
- activesupport (5.2.3)
58
+ activemodel (7.0.4.3)
59
+ activesupport (= 7.0.4.3)
60
+ activerecord (7.0.4.3)
61
+ activemodel (= 7.0.4.3)
62
+ activesupport (= 7.0.4.3)
63
+ activestorage (7.0.4.3)
64
+ actionpack (= 7.0.4.3)
65
+ activejob (= 7.0.4.3)
66
+ activerecord (= 7.0.4.3)
67
+ activesupport (= 7.0.4.3)
68
+ marcel (~> 1.0)
69
+ mini_mime (>= 1.1.0)
70
+ activesupport (7.0.4.3)
47
71
  concurrent-ruby (~> 1.0, >= 1.0.2)
48
- i18n (>= 0.7, < 2)
49
- minitest (~> 5.1)
50
- tzinfo (~> 1.1)
51
- arel (9.0.0)
52
- builder (3.2.3)
53
- concurrent-ruby (1.1.5)
54
- coveralls (0.8.22)
72
+ i18n (>= 1.6, < 2)
73
+ minitest (>= 5.1)
74
+ tzinfo (~> 2.0)
75
+ builder (3.2.4)
76
+ concurrent-ruby (1.2.2)
77
+ coveralls (0.8.23)
55
78
  json (>= 1.8, < 3)
56
79
  simplecov (~> 0.16.1)
57
80
  term-ansicolor (~> 1.3)
58
- thor (~> 0.19.4)
81
+ thor (>= 0.19.4, < 2.0)
59
82
  tins (~> 1.6)
60
- crass (1.0.4)
61
- diff-lcs (1.3)
62
- docile (1.3.1)
63
- dropbox_api (0.1.16)
64
- faraday (>= 0.8, <= 0.15.4)
83
+ crass (1.0.6)
84
+ date (3.3.3)
85
+ diff-lcs (1.5.0)
86
+ docile (1.4.0)
87
+ dropbox_api (0.1.21)
88
+ faraday (< 3.0)
65
89
  oauth2 (~> 1.1)
66
- erubi (1.8.0)
67
- faraday (0.15.4)
68
- multipart-post (>= 1.2, < 3)
69
- globalid (0.4.2)
70
- activesupport (>= 4.2.0)
71
- i18n (1.6.0)
90
+ erubi (1.12.0)
91
+ faraday (2.7.4)
92
+ faraday-net_http (>= 2.0, < 3.1)
93
+ ruby2_keywords (>= 0.0.4)
94
+ faraday-net_http (3.0.2)
95
+ globalid (1.1.0)
96
+ activesupport (>= 5.0)
97
+ i18n (1.13.0)
72
98
  concurrent-ruby (~> 1.0)
73
- json (2.2.0)
74
- jwt (2.1.0)
75
- loofah (2.2.3)
99
+ json (2.6.3)
100
+ jwt (2.7.0)
101
+ loofah (2.20.0)
76
102
  crass (~> 1.0.2)
77
103
  nokogiri (>= 1.5.9)
78
- mail (2.7.1)
104
+ mail (2.8.1)
79
105
  mini_mime (>= 0.1.1)
80
- marcel (0.3.3)
81
- mimemagic (~> 0.3.2)
82
- method_source (0.9.2)
83
- mimemagic (0.3.3)
84
- mini_mime (1.0.1)
85
- mini_portile2 (2.4.0)
86
- minitest (5.11.3)
87
- multi_json (1.13.1)
106
+ net-imap
107
+ net-pop
108
+ net-smtp
109
+ marcel (1.0.2)
110
+ method_source (1.0.0)
111
+ mini_mime (1.1.2)
112
+ mini_portile2 (2.8.1)
113
+ minitest (5.18.0)
114
+ multi_json (1.15.0)
88
115
  multi_xml (0.6.0)
89
- multipart-post (2.0.0)
90
- nio4r (2.3.1)
91
- nokogiri (1.10.2)
92
- mini_portile2 (~> 2.4.0)
93
- oauth2 (1.4.1)
94
- faraday (>= 0.8, < 0.16.0)
116
+ net-imap (0.3.4)
117
+ date
118
+ net-protocol
119
+ net-pop (0.1.2)
120
+ net-protocol
121
+ net-protocol (0.2.1)
122
+ timeout
123
+ net-smtp (0.3.3)
124
+ net-protocol
125
+ nio4r (2.5.9)
126
+ nokogiri (1.14.3)
127
+ mini_portile2 (~> 2.8.0)
128
+ racc (~> 1.4)
129
+ oauth2 (1.4.11)
130
+ faraday (>= 0.17.3, < 3.0)
95
131
  jwt (>= 1.0, < 3.0)
96
132
  multi_json (~> 1.3)
97
133
  multi_xml (~> 0.5)
98
- rack (>= 1.2, < 3)
99
- rack (2.0.7)
100
- rack-test (1.1.0)
101
- rack (>= 1.0, < 3)
102
- rails (5.2.3)
103
- actioncable (= 5.2.3)
104
- actionmailer (= 5.2.3)
105
- actionpack (= 5.2.3)
106
- actionview (= 5.2.3)
107
- activejob (= 5.2.3)
108
- activemodel (= 5.2.3)
109
- activerecord (= 5.2.3)
110
- activestorage (= 5.2.3)
111
- activesupport (= 5.2.3)
112
- bundler (>= 1.3.0)
113
- railties (= 5.2.3)
114
- sprockets-rails (>= 2.0.0)
134
+ rack (>= 1.2, < 4)
135
+ racc (1.6.2)
136
+ rack (2.2.7)
137
+ rack-test (2.1.0)
138
+ rack (>= 1.3)
139
+ rails (7.0.4.3)
140
+ actioncable (= 7.0.4.3)
141
+ actionmailbox (= 7.0.4.3)
142
+ actionmailer (= 7.0.4.3)
143
+ actionpack (= 7.0.4.3)
144
+ actiontext (= 7.0.4.3)
145
+ actionview (= 7.0.4.3)
146
+ activejob (= 7.0.4.3)
147
+ activemodel (= 7.0.4.3)
148
+ activerecord (= 7.0.4.3)
149
+ activestorage (= 7.0.4.3)
150
+ activesupport (= 7.0.4.3)
151
+ bundler (>= 1.15.0)
152
+ railties (= 7.0.4.3)
115
153
  rails-dom-testing (2.0.3)
116
154
  activesupport (>= 4.2.0)
117
155
  nokogiri (>= 1.6)
118
- rails-html-sanitizer (1.0.4)
119
- loofah (~> 2.2, >= 2.2.2)
120
- railties (5.2.3)
121
- actionpack (= 5.2.3)
122
- activesupport (= 5.2.3)
156
+ rails-html-sanitizer (1.5.0)
157
+ loofah (~> 2.19, >= 2.19.1)
158
+ railties (7.0.4.3)
159
+ actionpack (= 7.0.4.3)
160
+ activesupport (= 7.0.4.3)
123
161
  method_source
124
- rake (>= 0.8.7)
125
- thor (>= 0.19.0, < 2.0)
126
- rake (10.5.0)
127
- rspec (3.8.0)
128
- rspec-core (~> 3.8.0)
129
- rspec-expectations (~> 3.8.0)
130
- rspec-mocks (~> 3.8.0)
131
- rspec-core (3.8.0)
132
- rspec-support (~> 3.8.0)
133
- rspec-expectations (3.8.2)
162
+ rake (>= 12.2)
163
+ thor (~> 1.0)
164
+ zeitwerk (~> 2.5)
165
+ rake (12.3.3)
166
+ rspec (3.12.0)
167
+ rspec-core (~> 3.12.0)
168
+ rspec-expectations (~> 3.12.0)
169
+ rspec-mocks (~> 3.12.0)
170
+ rspec-core (3.12.2)
171
+ rspec-support (~> 3.12.0)
172
+ rspec-expectations (3.12.3)
134
173
  diff-lcs (>= 1.2.0, < 2.0)
135
- rspec-support (~> 3.8.0)
136
- rspec-mocks (3.8.0)
174
+ rspec-support (~> 3.12.0)
175
+ rspec-mocks (3.12.5)
137
176
  diff-lcs (>= 1.2.0, < 2.0)
138
- rspec-support (~> 3.8.0)
139
- rspec-support (3.8.0)
177
+ rspec-support (~> 3.12.0)
178
+ rspec-support (3.12.0)
179
+ ruby2_keywords (0.0.5)
140
180
  simplecov (0.16.1)
141
181
  docile (~> 1.1)
142
182
  json (>= 1.8, < 3)
143
183
  simplecov-html (~> 0.10.0)
144
184
  simplecov-html (0.10.2)
145
- sprockets (3.7.2)
146
- concurrent-ruby (~> 1.0)
147
- rack (> 1, < 3)
148
- sprockets-rails (3.2.1)
149
- actionpack (>= 4.0)
150
- activesupport (>= 4.0)
151
- sprockets (>= 3.0.0)
185
+ sync (0.5.0)
152
186
  term-ansicolor (1.7.1)
153
187
  tins (~> 1.0)
154
- thor (0.19.4)
155
- thread_safe (0.3.6)
156
- tins (1.20.2)
157
- tzinfo (1.2.5)
158
- thread_safe (~> 0.1)
159
- websocket-driver (0.7.0)
188
+ thor (1.2.1)
189
+ timeout (0.3.2)
190
+ tins (1.32.1)
191
+ sync
192
+ tzinfo (2.0.6)
193
+ concurrent-ruby (~> 1.0)
194
+ websocket-driver (0.7.5)
160
195
  websocket-extensions (>= 0.1.0)
161
- websocket-extensions (0.1.3)
196
+ websocket-extensions (0.1.5)
197
+ zeitwerk (2.6.7)
162
198
 
163
199
  PLATFORMS
164
200
  ruby
@@ -167,9 +203,9 @@ DEPENDENCIES
167
203
  activestorage-dropbox!
168
204
  bundler (~> 2.0)
169
205
  coveralls (~> 0.8.22)
170
- rails (>= 5.2)
171
- rake (~> 10.0)
206
+ rails (>= 7.0.0)
207
+ rake (~> 12.0)
172
208
  rspec (~> 3.0)
173
209
 
174
210
  BUNDLED WITH
175
- 2.0.1
211
+ 2.1.4
data/README.md CHANGED
@@ -4,11 +4,10 @@
4
4
  Wraps the [Dropbox](https://www.dropbox.com/) Storage Service as an Active Storage service.
5
5
 
6
6
  [![Version](https://img.shields.io/gem/v/activestorage-dropbox.svg?style=flat-square)](https://rubygems.org/gems/activestorage-dropbox)
7
- [![Build Status](https://travis-ci.org/ashishprajapati/activestorage-dropbox.svg?branch=master)](https://travis-ci.org/ashishprajapati/activestorage-dropbox)
8
7
  [![Maintainability](https://api.codeclimate.com/v1/badges/a30b9d7043ffbcc4a080/maintainability)](https://codeclimate.com/github/ashishprajapati/activestorage-dropbox/maintainability)
9
- [![Gem Version](https://badge.fury.io/rb/activestorage-dropbox.svg)](https://badge.fury.io/rb/activestorage-dropbox)
8
+ [![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg)](http://opensource.org/licenses/MIT)
10
9
 
11
- Reference: https://groups.google.com/forum/?fromgroups#!topic/rubyonrails-core/rOj4y3hx0Gc
10
+ Reference: https://discuss.rubyonrails.org/t/activestorage-feature-proposal-adding-support-of-dropbox/73532
12
11
 
13
12
  ## Installation
14
13
 
@@ -57,7 +56,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
57
56
 
58
57
  ## Contributing
59
58
 
60
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/activestorage-dropbox. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
59
+ Bug reports and pull requests are welcome on GitHub at https://github.com/ashishprajapati/activestorage-dropbox. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
61
60
 
62
61
  ## License
63
62
 
@@ -65,4 +64,4 @@ The gem is available as open source under the terms of the [MIT License](https:/
65
64
 
66
65
  ## Code of Conduct
67
66
 
68
- Everyone interacting in the ActivestorageDropbox project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/activestorage-dropbox/blob/master/CODE_OF_CONDUCT.md).
67
+ Everyone interacting in the ActivestorageDropbox project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/ashishprajapati/activestorage-dropbox/blob/master/CODE_OF_CONDUCT.md).
@@ -23,10 +23,10 @@ Gem::Specification.new do |spec|
23
23
  spec.require_paths = ["lib"]
24
24
 
25
25
  spec.add_development_dependency "bundler", "~> 2.0"
26
- spec.add_development_dependency "rake", "~> 10.0"
26
+ spec.add_development_dependency "rake", "~> 12.0"
27
27
  spec.add_development_dependency "rspec", "~> 3.0"
28
- spec.add_development_dependency "coveralls", "~> 0.8.22"
29
- spec.add_development_dependency "rails", ">= 5.2"
28
+ spec.add_development_dependency "coveralls", "~> 0.8.22"
29
+ spec.add_development_dependency "rails", ">= 7.0.0"
30
30
 
31
- spec.add_dependency "dropbox_api", "~> 0.1.16"
32
- end
31
+ spec.add_dependency "dropbox_api", "~> 0.1.18"
32
+ end
@@ -10,7 +10,7 @@ module ActiveStorage
10
10
  @config = config
11
11
  end
12
12
 
13
- def upload(key, io, checksum: nil, content_type: nil, disposition: nil, filename: nil)
13
+ def upload(key, io, checksum: nil, filename: nil, content_type: nil, disposition: nil, custom_metadata: {})
14
14
  instrument :upload, key: key, checksum: checksum do
15
15
  client.upload_by_chunks "/"+key, io
16
16
  rescue DropboxApi::Errors::UploadError
@@ -24,7 +24,7 @@ module ActiveStorage
24
24
  stream(key, &block)
25
25
  end
26
26
  else
27
- instrument :download, key: key do
27
+ instrument :download, key: key do
28
28
  download_for(key)
29
29
  rescue DropboxApi::Errors::NotFoundError
30
30
  raise ActiveStorage::FileNotFoundError
@@ -62,7 +62,7 @@ module ActiveStorage
62
62
 
63
63
  def url(key, expires_in:, filename:, disposition:, content_type:)
64
64
  instrument :url, key: key do |payload|
65
- generated_url = file_for(key).link
65
+ generated_url = file_for(key).link
66
66
  payload[:url] = generated_url
67
67
  generated_url
68
68
  end
@@ -1,5 +1,5 @@
1
1
  module ActiveStorage
2
2
  module DropboxService
3
- VERSION = '1.0.0'.freeze
3
+ VERSION = '2.0.0'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activestorage-dropbox
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 2.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ashish Prajapati
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-04-08 00:00:00.000000000 Z
11
+ date: 2023-04-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: '10.0'
33
+ version: '12.0'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: '10.0'
40
+ version: '12.0'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: rspec
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -72,28 +72,28 @@ dependencies:
72
72
  requirements:
73
73
  - - ">="
74
74
  - !ruby/object:Gem::Version
75
- version: '5.2'
75
+ version: 7.0.0
76
76
  type: :development
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
80
  - - ">="
81
81
  - !ruby/object:Gem::Version
82
- version: '5.2'
82
+ version: 7.0.0
83
83
  - !ruby/object:Gem::Dependency
84
84
  name: dropbox_api
85
85
  requirement: !ruby/object:Gem::Requirement
86
86
  requirements:
87
87
  - - "~>"
88
88
  - !ruby/object:Gem::Version
89
- version: 0.1.16
89
+ version: 0.1.18
90
90
  type: :runtime
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
94
  - - "~>"
95
95
  - !ruby/object:Gem::Version
96
- version: 0.1.16
96
+ version: 0.1.18
97
97
  description: Wraps the Dropbox Storage Service as an Active Storage service - https://www.dropbox.com
98
98
  email:
99
99
  - mail@ashishprajapati.com
@@ -101,8 +101,6 @@ executables: []
101
101
  extensions: []
102
102
  extra_rdoc_files: []
103
103
  files:
104
- - ".DS_Store"
105
- - ".coveralls.yml"
106
104
  - ".gitignore"
107
105
  - ".rspec"
108
106
  - ".travis.yml"
@@ -115,16 +113,13 @@ files:
115
113
  - activestorage-dropbox.gemspec
116
114
  - bin/console
117
115
  - bin/setup
118
- - lib/.DS_Store
119
- - lib/active_storage/.DS_Store
120
- - lib/active_storage/service/.DS_Store
121
116
  - lib/active_storage/service/dropbox_service.rb
122
117
  - lib/active_storage/service/version.rb
123
118
  homepage: https://github.com/ashishprajapati/activestorage-dropbox
124
119
  licenses:
125
120
  - MIT
126
121
  metadata: {}
127
- post_install_message:
122
+ post_install_message:
128
123
  rdoc_options: []
129
124
  require_paths:
130
125
  - lib
@@ -139,8 +134,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
139
134
  - !ruby/object:Gem::Version
140
135
  version: '0'
141
136
  requirements: []
142
- rubygems_version: 3.0.3
143
- signing_key:
137
+ rubygems_version: 3.1.6
138
+ signing_key:
144
139
  specification_version: 4
145
140
  summary: Wraps the Dropbox Storage Service as an Active Storage service - https://www.dropbox.com
146
141
  test_files: []
data/.DS_Store DELETED
Binary file
data/.coveralls.yml DELETED
@@ -1,2 +0,0 @@
1
- service_name: travis-pro
2
- repo_token: kfrg0bvYlFcQJ7hVCEMqLG8KScB1zW01l
data/lib/.DS_Store DELETED
Binary file
Binary file
Binary file