google-oauth2-installed 0.0.3 → 0.0.4
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/README.md +3 -0
- data/lib/google-oauth2-installed/setup.rb +2 -0
- data/lib/google-oauth2-installed/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8981ccb26bd2fbe7a74bb96675ad1910e5097e7d
|
|
4
|
+
data.tar.gz: 97336e4de7ea18273ea05d560373c9f295375324
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1503e781fb2f6af802dafe1d69b872ba59be8cb5d5e4f5bfd5bf8dcda9b86e9f6db35c0daa11dadb05f1171d2bbde02dc89c127ad51f9e351fbb7bbcd28ebee0
|
|
7
|
+
data.tar.gz: 052ffb1fa0c774549c6cb0e230fa5944d97ea8192433711f5a0b126cb5def80f30a416157d0ea6f4eb21478d9dceb443a6cf68da12abe3b70abec2a5a62455f9
|
data/README.md
CHANGED
|
@@ -62,6 +62,9 @@ lovingly copied (and only slightly altered) from the
|
|
|
62
62
|
>
|
|
63
63
|
> The Client ID and secret values are the parameters you will need in the next step.
|
|
64
64
|
|
|
65
|
+
Then go to **Concent screen** and make sure **Email addresses* and **Product name** are filled in
|
|
66
|
+
or you will get a `no application name` error.
|
|
67
|
+
|
|
65
68
|
### Set up your credentials in order to retrieve an access token
|
|
66
69
|
|
|
67
70
|
Define the following environment variables. I recommend using the
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-oauth2-installed
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amiel Martin
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2016-02-24 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: oauth2
|
|
@@ -100,3 +100,4 @@ signing_key:
|
|
|
100
100
|
specification_version: 4
|
|
101
101
|
summary: Configure and authenticate to google with OAuth2 as an installed application
|
|
102
102
|
test_files: []
|
|
103
|
+
has_rdoc:
|