sf-dropbox-ext 0.1.7 → 0.1.8

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
  SHA1:
3
- metadata.gz: 2dc19e790b42bc3ed0b2c84034f59a6df677954a
4
- data.tar.gz: ebac973722b14bc9f60ad066e383e96b66c41ae1
3
+ metadata.gz: 438b4a182a844a7fe7c446f801eca87154643934
4
+ data.tar.gz: 68ddb560bb5131c5f53bb5109a820cc8c5d941e0
5
5
  SHA512:
6
- metadata.gz: 42e2ee04d9ae96371b2cc071763115aea0202546e8f2db1b5548fc3e22cefa21d7dab6c49fd26d841157fb4960927910706bcbc82f49b3683538e03ccc6bb4c7
7
- data.tar.gz: 87b3ff9d2f19ea556024d437750e3c4b7d84be85e8a4ada48fcff9471bc000bc470760473ffee33c0f262623bd757bfc5112f81b9ae89c5ce8c03c358e1dfff1
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 extension creates real-time backups of your Standard File data to your Dropbox.</p>
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 extension using your secret URL:</strong>
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 "Extensions" in the left panel.</li>
16
- <li>In the add new extension section, paste in the secret URL, and submit.</li>
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>
@@ -1,3 +1,3 @@
1
1
  module DropboxExt
2
- VERSION = '0.1.7'
2
+ VERSION = '0.1.8'
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.1.7
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-02-21 00:00:00.000000000 Z
11
+ date: 2017-04-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails