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 +4 -4
- data/.gitignore +1 -0
- data/.travis.yml +1 -1
- data/Gemfile.lock +155 -119
- data/README.md +4 -5
- data/activestorage-dropbox.gemspec +5 -5
- data/lib/active_storage/service/dropbox_service.rb +3 -3
- data/lib/active_storage/service/version.rb +1 -1
- metadata +12 -17
- data/.DS_Store +0 -0
- data/.coveralls.yml +0 -2
- data/lib/.DS_Store +0 -0
- data/lib/active_storage/.DS_Store +0 -0
- data/lib/active_storage/service/.DS_Store +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c46b91ff16278aadae47d9c554c06d857cb8c8d6eeb55288e31c75db6849aa76
|
4
|
+
data.tar.gz: 7c090d5bb2e630fd2846487f2aa81488ff7ed5a6f2d1b72bd2c6ab155ee8191f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9adb429d78e9fd9af34ef6d66c86cd16634c14cb962472cc968134cb5f231ad211fe833154ede88dded4ec82c4ac5aa3160ff2dac2503e4cea65397da1502e79
|
7
|
+
data.tar.gz: '028a3a9c93af0efd35f79f47d06fd8b92a91bf2a68b3c935c4e46c24b715f591471707e24c4b61be0e4decc131c8f47745a652be327dab7f1839d2264d8ea537'
|
data/.gitignore
CHANGED
data/.travis.yml
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,164 +1,200 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
activestorage-dropbox (
|
5
|
-
dropbox_api (~> 0.1.
|
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 (
|
11
|
-
actionpack (=
|
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
|
-
|
15
|
-
actionpack (=
|
16
|
-
|
17
|
-
|
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 (
|
21
|
-
actionview (=
|
22
|
-
activesupport (=
|
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
|
27
|
-
|
28
|
-
|
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.
|
33
|
-
activejob (
|
34
|
-
activesupport (=
|
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 (
|
37
|
-
activesupport (=
|
38
|
-
activerecord (
|
39
|
-
activemodel (=
|
40
|
-
activesupport (=
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
activerecord (=
|
45
|
-
|
46
|
-
|
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 (>=
|
49
|
-
minitest (
|
50
|
-
tzinfo (~>
|
51
|
-
|
52
|
-
|
53
|
-
|
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 (
|
81
|
+
thor (>= 0.19.4, < 2.0)
|
59
82
|
tins (~> 1.6)
|
60
|
-
crass (1.0.
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
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.
|
67
|
-
faraday (
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
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.
|
74
|
-
jwt (2.
|
75
|
-
loofah (2.
|
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.
|
104
|
+
mail (2.8.1)
|
79
105
|
mini_mime (>= 0.1.1)
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
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
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
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, <
|
99
|
-
|
100
|
-
rack
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
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
|
119
|
-
loofah (~> 2.
|
120
|
-
railties (
|
121
|
-
actionpack (=
|
122
|
-
activesupport (=
|
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 (>=
|
125
|
-
thor (
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
rspec-
|
130
|
-
rspec-
|
131
|
-
|
132
|
-
|
133
|
-
|
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.
|
136
|
-
rspec-mocks (3.
|
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.
|
139
|
-
rspec-support (3.
|
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
|
-
|
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 (
|
155
|
-
|
156
|
-
tins (1.
|
157
|
-
|
158
|
-
|
159
|
-
|
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.
|
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 (>=
|
171
|
-
rake (~>
|
206
|
+
rails (>= 7.0.0)
|
207
|
+
rake (~> 12.0)
|
172
208
|
rspec (~> 3.0)
|
173
209
|
|
174
210
|
BUNDLED WITH
|
175
|
-
2.
|
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
|
[](https://rubygems.org/gems/activestorage-dropbox)
|
7
|
-
[](https://travis-ci.org/ashishprajapati/activestorage-dropbox)
|
8
7
|
[](https://codeclimate.com/github/ashishprajapati/activestorage-dropbox/maintainability)
|
9
|
-
[](http://opensource.org/licenses/MIT)
|
10
9
|
|
11
|
-
Reference: https://
|
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/
|
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/
|
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", "~>
|
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", ">=
|
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.
|
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,
|
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
|
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:
|
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:
|
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: '
|
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: '
|
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:
|
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:
|
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.
|
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.
|
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.
|
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
data/lib/.DS_Store
DELETED
Binary file
|
Binary file
|
Binary file
|