sf-gdrive 0.1.0 → 0.1.1

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: 5b4055f67e3ba5e6c5f2de05ad020751fc51ef7d
4
- data.tar.gz: 006aa241b5e0e22456bfdaeaed6aff83195cc2a5
3
+ metadata.gz: f581a9dcbaf8740237de550b6ccf77fcb453c62d
4
+ data.tar.gz: 9c4b135bf0092efc8d4691fc582ecce4ecb9d0af
5
5
  SHA512:
6
- metadata.gz: ea9d2d23d9ad9ad822941dc95dbb6bebeeb382487e2a7c7bf724adbac65bf3358fa25dcded385afc6081295d0ae404050da35b6e5ffa870cbf3c5434faac3d8e
7
- data.tar.gz: 71df6aab9f2617604644af92f7f95c5bf7e44ed922c039ba435de0a58da7a0a8d0cf363eda7bf224e627758b81965a9bcf51f10d9c422df7309dba8a39dd39c4
6
+ metadata.gz: ea000a1a6698970b96edcc9e69175317963697e920c7c1a85c96c9d9fb4bdc6f3cf95c14e838580156ee717140964d7fa8d2a4d5200a9570330b1c51c6ed894c
7
+ data.tar.gz: e53f9a8da31ee600dbf50d8a910a1a1c23d0206b1d983b30f400fa3296bff6319f5864d1e488a637604ec0ecadb685088c14eb3948d52fd93c7aaff12eda736f
@@ -1,19 +1,19 @@
1
1
  <h1> Google Drive Data Backup </h1>
2
2
 
3
- <p> This extension creates real-time backups of your Standard File data to your Google Drive.</p>
3
+ <p> This Standard File sync adapter creates real-time backups of your data to your Google Drive.</p>
4
4
 
5
5
  <% if @secret_url %>
6
6
  <p> Your secret URL is: <strong><%= @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 Drive.<p>
@@ -1,3 +1,3 @@
1
1
  module Gdrive
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sf-gdrive
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
- - ''
7
+ - "@StandardNotes"
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-04-11 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
@@ -38,7 +38,7 @@ dependencies:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
- description: Google Drive Ext
41
+ description: Google Drive Extension for Standard File/Standard Notes.
42
42
  email:
43
43
  - mo@standardnotes.org
44
44
  executables: []
@@ -69,7 +69,7 @@ files:
69
69
  - lib/tasks/gdrive_tasks.rake
70
70
  homepage: https://standardnotes.org
71
71
  licenses:
72
- - MIT
72
+ - GPLv3
73
73
  metadata: {}
74
74
  post_install_message:
75
75
  rdoc_options: []
@@ -90,5 +90,5 @@ rubyforge_project:
90
90
  rubygems_version: 2.4.8
91
91
  signing_key:
92
92
  specification_version: 4
93
- summary: Google Drive Ext
93
+ summary: Google Drive Extension for Standard File/Standard Notes.
94
94
  test_files: []