sf-gdrive 0.1.15 → 0.1.16

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: 40ac1c88d5fb618314cec0d8f9188231243fd4259a321528ddb8020f5048fbb6
4
- data.tar.gz: bdce612fb5f1a442870c04fa1ff82917ab6536529e90f6975363a39a92fa2687
3
+ metadata.gz: fb178b930ad9073cfaab265f1f5a4ec88888d527cdfd5ddaeba0aeafc0a94228
4
+ data.tar.gz: 37f90c7fe20e8c8bfd39673a1d44c455016853fe2730f0f811699251245bcd08
5
5
  SHA512:
6
- metadata.gz: 7457b58412d7b80973ff17b370f551dc5f665ec9c26e85787847872c836968d671cecf671a880ece5bcd19f615896e80d40341dc835c38137d803c895f6fae15
7
- data.tar.gz: a34ddfcc7664618aea259ebffa9cca5d8e7ec2fa0e2a0db8d30e430477567e58199af9e264fe53d163079020ab24688301fa9adaeb59878757cce56cbeb4f3d3
6
+ metadata.gz: 8471d5da6288c218fbed80daab32d9cb633488f25440027c9a3b14dbffae2c70f23763763b913d95ca14fd8fe617e79935cf2e35e8f41f4e58bdc8e1df1798ca
7
+ data.tar.gz: c5220ce96f4c27b7736c90dad1982111863ab6b3aacfe22dbea0c5d82d8b7afc208918566f6912237d4cb4d1b6f6fbe9a5a360e2753cfaf97731412a8e7a48ce
@@ -24,7 +24,7 @@ module Gdrive
24
24
  auth_client.fetch_access_token!
25
25
  secret_hash = auth_client.as_json.slice("expiry", "refresh_token", "access_token")
26
26
  if secret_hash["refresh_token"] == nil
27
- @error = 'You have already authorized this application. In order to re-configure, go to <a href="https://myaccount.google.com/permissions">https://myaccount.google.com/permissions</a> and revoke access to "Standard File".'
27
+ @error = 'You have already authorized this application. In order to re-configure, go to <a href="https://myaccount.google.com/permissions">https://myaccount.google.com/permissions</a> and revoke access to "Standard Notes".'
28
28
  else
29
29
  secret_hash[:expires_at] = auth_client.expires_at
30
30
  secret = Base64.encode64(secret_hash.to_json)
@@ -1,23 +1,9 @@
1
1
  <h1> Google Drive Data Backup </h1>
2
2
 
3
- <p> This Standard File sync adapter creates real-time backups of your data to your Google Drive.</p>
3
+ <p> This extension 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
-
8
- <p>
9
- <strong>To register this sync adapter using your secret URL:</strong>
10
- </p>
11
-
12
- <ol>
13
- <li>In the Standard Notes app, find and click "Account" in the lower left corner.</li>
14
- <li>Click "Standard File Dashboard".</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
- </ol>
18
-
19
- <p>That's it! Now, whenever you make changes to a note or tag, it will automatically be synced to your Drive.<p>
20
-
21
7
  <% elsif @error %>
22
8
  <strong style="color: red;">Error:</strong> <%= @error.html_safe %>
23
9
  <% else %>
@@ -1,7 +1,7 @@
1
1
  <!DOCTYPE html>
2
2
  <html>
3
3
  <head>
4
- <title>Standard File Google Drive Extension</title>
4
+ <title>Standard Notes Google Drive Extension</title>
5
5
  <%= stylesheet_link_tag "gdrive/application", media: "all" %>
6
6
  <%= javascript_include_tag "gdrive/application" %>
7
7
  <%= csrf_meta_tags %>
@@ -1,3 +1,3 @@
1
1
  module Gdrive
2
- VERSION = '0.1.15'
2
+ VERSION = '0.1.16'
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.15
4
+ version: 0.1.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - "@StandardNotes"
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-02-11 00:00:00.000000000 Z
11
+ date: 2022-02-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -38,9 +38,9 @@ dependencies:
38
38
  - - '='
39
39
  - !ruby/object:Gem::Version
40
40
  version: 0.53.0
41
- description: Google Drive Extension for Standard File/Standard Notes.
41
+ description: Google Drive Extension for Standard Notes.
42
42
  email:
43
- - mo@standardnotes.org
43
+ - help@standardnotes.com
44
44
  executables: []
45
45
  extensions: []
46
46
  extra_rdoc_files: []
@@ -67,11 +67,11 @@ files:
67
67
  - lib/gdrive/engine.rb
68
68
  - lib/gdrive/version.rb
69
69
  - lib/tasks/gdrive_tasks.rake
70
- homepage: https://standardnotes.org
70
+ homepage: https://standardnotes.com
71
71
  licenses:
72
72
  - GPL-3.0
73
73
  metadata: {}
74
- post_install_message:
74
+ post_install_message:
75
75
  rdoc_options: []
76
76
  require_paths:
77
77
  - lib
@@ -86,8 +86,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
86
86
  - !ruby/object:Gem::Version
87
87
  version: '0'
88
88
  requirements: []
89
- rubygems_version: 3.0.3
90
- signing_key:
89
+ rubygems_version: 3.0.6
90
+ signing_key:
91
91
  specification_version: 4
92
- summary: Google Drive Extension for Standard File/Standard Notes.
92
+ summary: Google Drive Extension for Standard Notes.
93
93
  test_files: []