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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0eb58181da24e468339147694bb72d06f1f94fd3b077ceaf88f8dd3625ce9451
4
- data.tar.gz: 63bf2273e600147b11db0ad55fd912a7f358bc8da0fd8fc2bff6a3886fe76ea8
3
+ metadata.gz: 640abc9b918ca765fabb563d86eb67dc567b89b47d0e5b92bc80a55eeb1acda6
4
+ data.tar.gz: 46bce7f5b3458bced081e13d3ed8479116a1396055b0e2c91a11e0798f70a85a
5
5
  SHA512:
6
- metadata.gz: a3f33ac20a48371732afeb0965c81924204c830c8de007506d9d3a90bddca589593af6b577e055bf97f08bfdfd03aa610e7134b6244e43a52db73e97fe982877
7
- data.tar.gz: 00ecbde3e0087d4608a5d6ca0604924f7ea981feb589d41745ce44da5a7b9536b7791629622f2903b03944245a72985e3edfb5f19fc161454cd77e1113d6ab26
6
+ metadata.gz: 5239ff5f71226f05c4b1d4f1e77a8e79ca919f338ae9478a646a9e8bc0bd9cf3907db2dd165a45723a1796f4cf6394e142574a9828f4b50aeeb297279fd9878a
7
+ data.tar.gz: 9af55b7c1a1718d1c2cb6b191666c928d47428150239f4657318219b0e93e32109cc0ecc7dd797e30ec48970b77aa5d57e42d44ad025bb3a4eba69e325cbfd9b
@@ -1,49 +1,49 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- activestorage-dropbox (0.1.1)
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.2.1)
11
- actionpack (= 5.2.2.1)
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.2.1)
15
- actionpack (= 5.2.2.1)
16
- actionview (= 5.2.2.1)
17
- activejob (= 5.2.2.1)
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.2.1)
21
- actionview (= 5.2.2.1)
22
- activesupport (= 5.2.2.1)
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.2.1)
28
- activesupport (= 5.2.2.1)
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.2.1)
34
- activesupport (= 5.2.2.1)
33
+ activejob (5.2.3)
34
+ activesupport (= 5.2.3)
35
35
  globalid (>= 0.3.6)
36
- activemodel (5.2.2.1)
37
- activesupport (= 5.2.2.1)
38
- activerecord (5.2.2.1)
39
- activemodel (= 5.2.2.1)
40
- activesupport (= 5.2.2.1)
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.2.1)
43
- actionpack (= 5.2.2.1)
44
- activerecord (= 5.2.2.1)
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.2.1)
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.1)
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.6)
99
+ rack (2.0.7)
100
100
  rack-test (1.1.0)
101
101
  rack (>= 1.0, < 3)
102
- rails (5.2.2.1)
103
- actioncable (= 5.2.2.1)
104
- actionmailer (= 5.2.2.1)
105
- actionpack (= 5.2.2.1)
106
- actionview (= 5.2.2.1)
107
- activejob (= 5.2.2.1)
108
- activemodel (= 5.2.2.1)
109
- activerecord (= 5.2.2.1)
110
- activestorage (= 5.2.2.1)
111
- activesupport (= 5.2.2.1)
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.2.1)
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.2.1)
121
- actionpack (= 5.2.2.1)
122
- activesupport (= 5.2.2.1)
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 - Official Gem
1
+ # Dropbox Support for Active Storage
2
2
  ### Activestorage::Service::DropboxService
3
3
 
4
- Rails ActiveStorage adapter for Dropbox. Wraps the [Dropbox](https://www.dropbox.com/) Storage Service as an Active Storage service.
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
7
  [![Build Status](https://travis-ci.org/ashishprajapati/activestorage-dropbox.svg?branch=master)](https://travis-ci.org/ashishprajapati/activestorage-dropbox)
8
- [![Maintainability](https://api.codeclimate.com/v1/badges/629942b6297330c3f52f/maintainability)](https://codeclimate.com/github/ashishprajapati/activestorage-dropbox/maintainability)
8
+ [![Maintainability](https://api.codeclimate.com/v1/badges/a30b9d7043ffbcc4a080/maintainability)](https://codeclimate.com/github/ashishprajapati/activestorage-dropbox/maintainability)
9
9
  [![Gem Version](https://badge.fury.io/rb/activestorage-dropbox.svg)](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 = '[Official] Rails ActiveStorage adapter for Dropbox. Wraps the Dropbox Storage as an Active Storage service. Active Storage Dropbox Official Gem (activestorage dropbox support) - https://www.dropbox.com'
12
- spec.description = '[Official] Rails ActiveStorage adapter for Dropbox. Wraps the Dropbox Storage as an Active Storage service. Active Storage Dropbox Official Gem (activestorage dropbox support) - https://www.dropbox.com'
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
 
@@ -1,5 +1,5 @@
1
1
  module ActiveStorage
2
2
  module DropboxService
3
- VERSION = '0.1.2'.freeze
3
+ VERSION = '1.0.0'.freeze
4
4
  end
5
5
  end
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.1.2
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: "[Official] Rails ActiveStorage adapter for Dropbox. Wraps the Dropbox
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: "[Official] Rails ActiveStorage adapter for Dropbox. Wraps the Dropbox Storage
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: []