sf-dropbox-ext 0.1.6 → 0.1.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/controllers/dropbox_ext/dropbox_controller.rb +1 -1
- data/lib/dropbox_ext/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2dc19e790b42bc3ed0b2c84034f59a6df677954a
|
4
|
+
data.tar.gz: ebac973722b14bc9f60ad066e383e96b66c41ae1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 42e2ee04d9ae96371b2cc071763115aea0202546e8f2db1b5548fc3e22cefa21d7dab6c49fd26d841157fb4960927910706bcbc82f49b3683538e03ccc6bb4c7
|
7
|
+
data.tar.gz: 87b3ff9d2f19ea556024d437750e3c4b7d84be85e8a4ada48fcff9471bc000bc470760473ffee33c0f262623bd757bfc5112f81b9ae89c5ce8c03c358e1dfff1
|
@@ -22,7 +22,7 @@ module DropboxExt
|
|
22
22
|
if result[:error]
|
23
23
|
redirect_to "#{DropboxExt.mount_url}/?secret_url=error"
|
24
24
|
else
|
25
|
-
@secret_url = CGI.escape("#{DropboxExt.mount_url}/items/sync?dbt=#{result[:token]}")
|
25
|
+
@secret_url = CGI.escape("#{DropboxExt.mount_url}/items/sync?dbt=#{result[:token]}&type=sf")
|
26
26
|
redirect_to "#{DropboxExt.mount_url}/?secret_url=#{@secret_url}"
|
27
27
|
end
|
28
28
|
end
|
data/lib/dropbox_ext/version.rb
CHANGED
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.1.
|
4
|
+
version: 0.1.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Standard File
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-02-
|
11
|
+
date: 2017-02-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|