google-oauth2-installed 0.0.3 → 0.0.4

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: 95b5c8efb29171eafe7639e80724f2aa13c1b964
4
- data.tar.gz: 587b84d73dec719055cdb7112cacb835bf5f9d5a
3
+ metadata.gz: 8981ccb26bd2fbe7a74bb96675ad1910e5097e7d
4
+ data.tar.gz: 97336e4de7ea18273ea05d560373c9f295375324
5
5
  SHA512:
6
- metadata.gz: 30bcc8f5453dc332138c80dc67c7b04c17e3b17038f42d85a49bf9797c35ababd5ffb827027b9c0fe7a38436eccff61a629fa9b96ae7ec2ab38d31055e6c816c
7
- data.tar.gz: 1d3d68b22cd22e1c68870de111bd07ddc55bb3c333163d0d4b3589d2d5c058b64f53746a58a2ee328f1ec94c9a93bf1465d39f0806154408e7ffd08f8b9e9af5
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
@@ -1,3 +1,5 @@
1
+ require 'forwardable'
2
+
1
3
  module GoogleOauth2Installed
2
4
  # To be used interactively.
3
5
  # See `GoogleOauth2Installed.get_access_token`
@@ -1,3 +1,3 @@
1
1
  module GoogleOauth2Installed
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
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.3
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: 2014-04-15 00:00:00.000000000 Z
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: