sf-dropbox-ext 0.2.5 → 0.2.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '079d0163200683baaed4cf2ac3131092e737d6663c68d3b1ce7f8af984429571'
4
- data.tar.gz: 9f8d650015d4f8dd5fabab25d2624041908e6345bc652195dc2146a6a442ba79
3
+ metadata.gz: 931c2c4d55011f21d2f84280cb2bd595c04b7dfd3d3bd6dda228f025d0ee3d96
4
+ data.tar.gz: 0763d93dcdcb3a6fa174521abecdd5f454d1077ba76c8dea3d844dea45d93140
5
5
  SHA512:
6
- metadata.gz: 5e8d8eeedf57cc22480b332d49332397cc017cd831314aa585afff0edfb6d87239f8ad968f9f76e4379a9d95a65fa7bcd916a91f3c7d7add9c4f29783fbec439
7
- data.tar.gz: 2c8cbb044e1ec4116a4063dce1843b1173f0b3271f78123af119fe8e96cfdc7f12aa069c74b8696b9a5e3d2cab4faec9179d08431916736c8f59680983d813e7
6
+ metadata.gz: 612e01b3011985fd690967a318ea87cbf72d66037e0a05657c859debe3fdc25af69798881311b4b8b2bb4580de3e1eda0dd147b35b1bbd5da25d3c33bf8ce2c4
7
+ data.tar.gz: 3bee864b40262687d307136686bdd3a1c9750fb02e8fa8118f850dff0e9bf364cbd1aa385d6fb67f05d04df9cd8b220ae9c35450dc430a263eee55e0f0f4bead
@@ -1,53 +1,57 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sf-dropbox-ext (0.2.5)
4
+ sf-dropbox-ext (0.2.6)
5
5
  dropbox-sdk-v2
6
- rails (~> 5.0.1)
6
+ rails (~> 5)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- actioncable (5.0.7.2)
12
- actionpack (= 5.0.7.2)
13
- nio4r (>= 1.2, < 3.0)
14
- websocket-driver (~> 0.6.1)
15
- actionmailer (5.0.7.2)
16
- actionpack (= 5.0.7.2)
17
- actionview (= 5.0.7.2)
18
- activejob (= 5.0.7.2)
11
+ actioncable (5.2.4.3)
12
+ actionpack (= 5.2.4.3)
13
+ nio4r (~> 2.0)
14
+ websocket-driver (>= 0.6.1)
15
+ actionmailer (5.2.4.3)
16
+ actionpack (= 5.2.4.3)
17
+ actionview (= 5.2.4.3)
18
+ activejob (= 5.2.4.3)
19
19
  mail (~> 2.5, >= 2.5.4)
20
20
  rails-dom-testing (~> 2.0)
21
- actionpack (5.0.7.2)
22
- actionview (= 5.0.7.2)
23
- activesupport (= 5.0.7.2)
24
- rack (~> 2.0)
25
- rack-test (~> 0.6.3)
21
+ actionpack (5.2.4.3)
22
+ actionview (= 5.2.4.3)
23
+ activesupport (= 5.2.4.3)
24
+ rack (~> 2.0, >= 2.0.8)
25
+ rack-test (>= 0.6.3)
26
26
  rails-dom-testing (~> 2.0)
27
27
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
28
- actionview (5.0.7.2)
29
- activesupport (= 5.0.7.2)
28
+ actionview (5.2.4.3)
29
+ activesupport (= 5.2.4.3)
30
30
  builder (~> 3.1)
31
- erubis (~> 2.7.0)
31
+ erubi (~> 1.4)
32
32
  rails-dom-testing (~> 2.0)
33
33
  rails-html-sanitizer (~> 1.0, >= 1.0.3)
34
- activejob (5.0.7.2)
35
- activesupport (= 5.0.7.2)
34
+ activejob (5.2.4.3)
35
+ activesupport (= 5.2.4.3)
36
36
  globalid (>= 0.3.6)
37
- activemodel (5.0.7.2)
38
- activesupport (= 5.0.7.2)
39
- activerecord (5.0.7.2)
40
- activemodel (= 5.0.7.2)
41
- activesupport (= 5.0.7.2)
42
- arel (~> 7.0)
43
- activesupport (5.0.7.2)
37
+ activemodel (5.2.4.3)
38
+ activesupport (= 5.2.4.3)
39
+ activerecord (5.2.4.3)
40
+ activemodel (= 5.2.4.3)
41
+ activesupport (= 5.2.4.3)
42
+ arel (>= 9.0)
43
+ activestorage (5.2.4.3)
44
+ actionpack (= 5.2.4.3)
45
+ activerecord (= 5.2.4.3)
46
+ marcel (~> 0.3.1)
47
+ activesupport (5.2.4.3)
44
48
  concurrent-ruby (~> 1.0, >= 1.0.2)
45
49
  i18n (>= 0.7, < 2)
46
50
  minitest (~> 5.1)
47
51
  tzinfo (~> 1.1)
48
52
  addressable (2.7.0)
49
53
  public_suffix (>= 2.0.2, < 5.0)
50
- arel (7.1.4)
54
+ arel (9.0.0)
51
55
  builder (3.2.4)
52
56
  concurrent-ruby (1.1.7)
53
57
  crass (1.0.6)
@@ -55,7 +59,7 @@ GEM
55
59
  unf (>= 0.0.5, < 1.0.0)
56
60
  dropbox-sdk-v2 (0.0.3)
57
61
  http (~> 2.0)
58
- erubis (2.7.0)
62
+ erubi (1.9.0)
59
63
  globalid (0.4.2)
60
64
  activesupport (>= 4.2.0)
61
65
  http (2.2.2)
@@ -74,7 +78,10 @@ GEM
74
78
  nokogiri (>= 1.5.9)
75
79
  mail (2.7.1)
76
80
  mini_mime (>= 0.1.1)
81
+ marcel (0.3.3)
82
+ mimemagic (~> 0.3.2)
77
83
  method_source (1.0.0)
84
+ mimemagic (0.3.5)
78
85
  mini_mime (1.0.2)
79
86
  mini_portile2 (2.4.0)
80
87
  minitest (5.14.1)
@@ -83,31 +90,32 @@ GEM
83
90
  mini_portile2 (~> 2.4.0)
84
91
  public_suffix (4.0.5)
85
92
  rack (2.2.3)
86
- rack-test (0.6.3)
87
- rack (>= 1.0)
88
- rails (5.0.7.2)
89
- actioncable (= 5.0.7.2)
90
- actionmailer (= 5.0.7.2)
91
- actionpack (= 5.0.7.2)
92
- actionview (= 5.0.7.2)
93
- activejob (= 5.0.7.2)
94
- activemodel (= 5.0.7.2)
95
- activerecord (= 5.0.7.2)
96
- activesupport (= 5.0.7.2)
93
+ rack-test (1.1.0)
94
+ rack (>= 1.0, < 3)
95
+ rails (5.2.4.3)
96
+ actioncable (= 5.2.4.3)
97
+ actionmailer (= 5.2.4.3)
98
+ actionpack (= 5.2.4.3)
99
+ actionview (= 5.2.4.3)
100
+ activejob (= 5.2.4.3)
101
+ activemodel (= 5.2.4.3)
102
+ activerecord (= 5.2.4.3)
103
+ activestorage (= 5.2.4.3)
104
+ activesupport (= 5.2.4.3)
97
105
  bundler (>= 1.3.0)
98
- railties (= 5.0.7.2)
106
+ railties (= 5.2.4.3)
99
107
  sprockets-rails (>= 2.0.0)
100
108
  rails-dom-testing (2.0.3)
101
109
  activesupport (>= 4.2.0)
102
110
  nokogiri (>= 1.6)
103
111
  rails-html-sanitizer (1.3.0)
104
112
  loofah (~> 2.3)
105
- railties (5.0.7.2)
106
- actionpack (= 5.0.7.2)
107
- activesupport (= 5.0.7.2)
113
+ railties (5.2.4.3)
114
+ actionpack (= 5.2.4.3)
115
+ activesupport (= 5.2.4.3)
108
116
  method_source
109
117
  rake (>= 0.8.7)
110
- thor (>= 0.18.1, < 2.0)
118
+ thor (>= 0.19.0, < 2.0)
111
119
  rake (13.0.1)
112
120
  sprockets (4.0.2)
113
121
  concurrent-ruby (~> 1.0)
@@ -123,7 +131,7 @@ GEM
123
131
  unf (0.1.4)
124
132
  unf_ext
125
133
  unf_ext (0.0.7.7)
126
- websocket-driver (0.6.5)
134
+ websocket-driver (0.7.3)
127
135
  websocket-extensions (>= 0.1.0)
128
136
  websocket-extensions (0.1.5)
129
137
 
@@ -18,6 +18,6 @@ Gem::Specification.new do |s|
18
18
  s.files = `git ls-files`.split("\n")
19
19
  s.require_paths = ["lib"]
20
20
 
21
- s.add_dependency "rails", "~> 5.0.1"
21
+ s.add_dependency "rails", "~> 5"
22
22
  s.add_dependency "dropbox-sdk-v2"
23
23
  end
@@ -1,3 +1,3 @@
1
1
  module DropboxExt
2
- VERSION = '0.2.5'
2
+ VERSION = '0.2.6'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sf-dropbox-ext
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Standard File
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-08-13 00:00:00.000000000 Z
11
+ date: 2020-08-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 5.0.1
19
+ version: '5'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 5.0.1
26
+ version: '5'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: dropbox-sdk-v2
29
29
  requirement: !ruby/object:Gem::Requirement