sf-dropbox-ext 0.1.7 → 0.1.8
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/app/views/dropbox_ext/dropbox/index.html.erb +4 -4
- 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: 438b4a182a844a7fe7c446f801eca87154643934
|
|
4
|
+
data.tar.gz: 68ddb560bb5131c5f53bb5109a820cc8c5d941e0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ea091b0a4ff9a9dc4004dfecaf003e3dcc27b226203f8c426b67a3a9c01b52cce89b00f5273b7197f6e69046ab6809709e640e6073f3df6f986e5038e2427299
|
|
7
|
+
data.tar.gz: 64e9aebe9d5ce49da59f24a4e833dff402a709dba260565c7d6fe938eed5a89732b86069bac785bbff6ddd0080252ed3a5729dda509bdbd8a92ba4276a38a338
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
<h1> Dropbox Data Backup </h1>
|
|
2
2
|
|
|
3
|
-
<p> This
|
|
3
|
+
<p> This Standard File sync adapter creates real-time backups of your data to your Dropbox.</p>
|
|
4
4
|
|
|
5
5
|
<% if params[:secret_url] %>
|
|
6
6
|
<p> Your secret URL is: <strong><%= params[:secret_url] %></strong></p>
|
|
7
7
|
|
|
8
8
|
<p>
|
|
9
|
-
<strong>To register this
|
|
9
|
+
<strong>To register this sync adapter using your secret URL:</strong>
|
|
10
10
|
</p>
|
|
11
11
|
|
|
12
12
|
<ol>
|
|
13
13
|
<li>In the Standard Notes app, find and click "Account" in the lower left corner.</li>
|
|
14
14
|
<li>Click "Standard File Dashboard".</li>
|
|
15
|
-
<li>After logging in, click "
|
|
16
|
-
<li>In the add new
|
|
15
|
+
<li>After logging in, click "Sync Adapters" in the left panel.</li>
|
|
16
|
+
<li>In the add new section, paste in the secret URL, and submit.</li>
|
|
17
17
|
</ol>
|
|
18
18
|
|
|
19
19
|
<p>That's it! Now, whenever you make changes to a note or tag, it will automatically be synced to your Dropbox.<p>
|
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.8
|
|
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-
|
|
11
|
+
date: 2017-04-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|