activestorage-dropbox 0.1.2 → 1.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/Gemfile.lock +39 -39
- data/README.md +3 -3
- data/activestorage-dropbox.gemspec +2 -2
- data/lib/active_storage/service/version.rb +1 -1
- metadata +3 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 640abc9b918ca765fabb563d86eb67dc567b89b47d0e5b92bc80a55eeb1acda6
|
|
4
|
+
data.tar.gz: 46bce7f5b3458bced081e13d3ed8479116a1396055b0e2c91a11e0798f70a85a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5239ff5f71226f05c4b1d4f1e77a8e79ca919f338ae9478a646a9e8bc0bd9cf3907db2dd165a45723a1796f4cf6394e142574a9828f4b50aeeb297279fd9878a
|
|
7
|
+
data.tar.gz: 9af55b7c1a1718d1c2cb6b191666c928d47428150239f4657318219b0e93e32109cc0ecc7dd797e30ec48970b77aa5d57e42d44ad025bb3a4eba69e325cbfd9b
|
data/Gemfile.lock
CHANGED
|
@@ -1,49 +1,49 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
activestorage-dropbox (0.
|
|
4
|
+
activestorage-dropbox (1.0.0)
|
|
5
5
|
dropbox_api (~> 0.1.16)
|
|
6
6
|
|
|
7
7
|
GEM
|
|
8
8
|
remote: https://rubygems.org/
|
|
9
9
|
specs:
|
|
10
|
-
actioncable (5.2.
|
|
11
|
-
actionpack (= 5.2.
|
|
10
|
+
actioncable (5.2.3)
|
|
11
|
+
actionpack (= 5.2.3)
|
|
12
12
|
nio4r (~> 2.0)
|
|
13
13
|
websocket-driver (>= 0.6.1)
|
|
14
|
-
actionmailer (5.2.
|
|
15
|
-
actionpack (= 5.2.
|
|
16
|
-
actionview (= 5.2.
|
|
17
|
-
activejob (= 5.2.
|
|
14
|
+
actionmailer (5.2.3)
|
|
15
|
+
actionpack (= 5.2.3)
|
|
16
|
+
actionview (= 5.2.3)
|
|
17
|
+
activejob (= 5.2.3)
|
|
18
18
|
mail (~> 2.5, >= 2.5.4)
|
|
19
19
|
rails-dom-testing (~> 2.0)
|
|
20
|
-
actionpack (5.2.
|
|
21
|
-
actionview (= 5.2.
|
|
22
|
-
activesupport (= 5.2.
|
|
20
|
+
actionpack (5.2.3)
|
|
21
|
+
actionview (= 5.2.3)
|
|
22
|
+
activesupport (= 5.2.3)
|
|
23
23
|
rack (~> 2.0)
|
|
24
24
|
rack-test (>= 0.6.3)
|
|
25
25
|
rails-dom-testing (~> 2.0)
|
|
26
26
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
|
27
|
-
actionview (5.2.
|
|
28
|
-
activesupport (= 5.2.
|
|
27
|
+
actionview (5.2.3)
|
|
28
|
+
activesupport (= 5.2.3)
|
|
29
29
|
builder (~> 3.1)
|
|
30
30
|
erubi (~> 1.4)
|
|
31
31
|
rails-dom-testing (~> 2.0)
|
|
32
32
|
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
|
33
|
-
activejob (5.2.
|
|
34
|
-
activesupport (= 5.2.
|
|
33
|
+
activejob (5.2.3)
|
|
34
|
+
activesupport (= 5.2.3)
|
|
35
35
|
globalid (>= 0.3.6)
|
|
36
|
-
activemodel (5.2.
|
|
37
|
-
activesupport (= 5.2.
|
|
38
|
-
activerecord (5.2.
|
|
39
|
-
activemodel (= 5.2.
|
|
40
|
-
activesupport (= 5.2.
|
|
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
41
|
arel (>= 9.0)
|
|
42
|
-
activestorage (5.2.
|
|
43
|
-
actionpack (= 5.2.
|
|
44
|
-
activerecord (= 5.2.
|
|
42
|
+
activestorage (5.2.3)
|
|
43
|
+
actionpack (= 5.2.3)
|
|
44
|
+
activerecord (= 5.2.3)
|
|
45
45
|
marcel (~> 0.3.1)
|
|
46
|
-
activesupport (5.2.
|
|
46
|
+
activesupport (5.2.3)
|
|
47
47
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
48
48
|
i18n (>= 0.7, < 2)
|
|
49
49
|
minitest (~> 5.1)
|
|
@@ -88,7 +88,7 @@ GEM
|
|
|
88
88
|
multi_xml (0.6.0)
|
|
89
89
|
multipart-post (2.0.0)
|
|
90
90
|
nio4r (2.3.1)
|
|
91
|
-
nokogiri (1.10.
|
|
91
|
+
nokogiri (1.10.2)
|
|
92
92
|
mini_portile2 (~> 2.4.0)
|
|
93
93
|
oauth2 (1.4.1)
|
|
94
94
|
faraday (>= 0.8, < 0.16.0)
|
|
@@ -96,30 +96,30 @@ GEM
|
|
|
96
96
|
multi_json (~> 1.3)
|
|
97
97
|
multi_xml (~> 0.5)
|
|
98
98
|
rack (>= 1.2, < 3)
|
|
99
|
-
rack (2.0.
|
|
99
|
+
rack (2.0.7)
|
|
100
100
|
rack-test (1.1.0)
|
|
101
101
|
rack (>= 1.0, < 3)
|
|
102
|
-
rails (5.2.
|
|
103
|
-
actioncable (= 5.2.
|
|
104
|
-
actionmailer (= 5.2.
|
|
105
|
-
actionpack (= 5.2.
|
|
106
|
-
actionview (= 5.2.
|
|
107
|
-
activejob (= 5.2.
|
|
108
|
-
activemodel (= 5.2.
|
|
109
|
-
activerecord (= 5.2.
|
|
110
|
-
activestorage (= 5.2.
|
|
111
|
-
activesupport (= 5.2.
|
|
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
112
|
bundler (>= 1.3.0)
|
|
113
|
-
railties (= 5.2.
|
|
113
|
+
railties (= 5.2.3)
|
|
114
114
|
sprockets-rails (>= 2.0.0)
|
|
115
115
|
rails-dom-testing (2.0.3)
|
|
116
116
|
activesupport (>= 4.2.0)
|
|
117
117
|
nokogiri (>= 1.6)
|
|
118
118
|
rails-html-sanitizer (1.0.4)
|
|
119
119
|
loofah (~> 2.2, >= 2.2.2)
|
|
120
|
-
railties (5.2.
|
|
121
|
-
actionpack (= 5.2.
|
|
122
|
-
activesupport (= 5.2.
|
|
120
|
+
railties (5.2.3)
|
|
121
|
+
actionpack (= 5.2.3)
|
|
122
|
+
activesupport (= 5.2.3)
|
|
123
123
|
method_source
|
|
124
124
|
rake (>= 0.8.7)
|
|
125
125
|
thor (>= 0.19.0, < 2.0)
|
data/README.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
# Dropbox Support for Active Storage
|
|
1
|
+
# Dropbox Support for Active Storage
|
|
2
2
|
### Activestorage::Service::DropboxService
|
|
3
3
|
|
|
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
7
|
[](https://travis-ci.org/ashishprajapati/activestorage-dropbox)
|
|
8
|
-
[](https://codeclimate.com/github/ashishprajapati/activestorage-dropbox/maintainability)
|
|
9
9
|
[](https://badge.fury.io/rb/activestorage-dropbox)
|
|
10
10
|
|
|
11
11
|
Reference: https://groups.google.com/forum/?fromgroups#!topic/rubyonrails-core/rOj4y3hx0Gc
|
|
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
spec.authors = ["Ashish Prajapati"]
|
|
9
9
|
spec.email = ["mail@ashishprajapati.com"]
|
|
10
10
|
|
|
11
|
-
spec.summary = '
|
|
12
|
-
spec.description = '
|
|
11
|
+
spec.summary = 'Wraps the Dropbox Storage Service as an Active Storage service - https://www.dropbox.com'
|
|
12
|
+
spec.description = 'Wraps the Dropbox Storage Service as an Active Storage service - https://www.dropbox.com'
|
|
13
13
|
spec.homepage = "https://github.com/ashishprajapati/activestorage-dropbox"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: activestorage-dropbox
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 1.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ashish Prajapati
|
|
@@ -94,9 +94,7 @@ dependencies:
|
|
|
94
94
|
- - "~>"
|
|
95
95
|
- !ruby/object:Gem::Version
|
|
96
96
|
version: 0.1.16
|
|
97
|
-
description:
|
|
98
|
-
Storage as an Active Storage service. Active Storage Dropbox Official Gem (activestorage
|
|
99
|
-
dropbox support) - https://www.dropbox.com"
|
|
97
|
+
description: Wraps the Dropbox Storage Service as an Active Storage service - https://www.dropbox.com
|
|
100
98
|
email:
|
|
101
99
|
- mail@ashishprajapati.com
|
|
102
100
|
executables: []
|
|
@@ -144,7 +142,5 @@ requirements: []
|
|
|
144
142
|
rubygems_version: 3.0.3
|
|
145
143
|
signing_key:
|
|
146
144
|
specification_version: 4
|
|
147
|
-
summary:
|
|
148
|
-
as an Active Storage service. Active Storage Dropbox Official Gem (activestorage
|
|
149
|
-
dropbox support) - https://www.dropbox.com"
|
|
145
|
+
summary: Wraps the Dropbox Storage Service as an Active Storage service - https://www.dropbox.com
|
|
150
146
|
test_files: []
|