fusion_tables_v2 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/fusion_tables_v2.rb +1 -1
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c12d23a44f6379b9841f97de1682dadfe8a81acb
4
- data.tar.gz: 3c0b18a6a25e5869e5960ba323b727e4f5182f2b
3
+ metadata.gz: 2f370a683b5e315a50c83c40124c29c24fec3cef
4
+ data.tar.gz: c6fe4c6ab3020b381fcac036d1d64149b40b46e8
5
5
  SHA512:
6
- metadata.gz: 187ba521d19e4cc5ee9eaad51d5b2154607b57d6e0186c064f11d289ca45c461fe3faf810b27d96d783581b1a4c91df8cc9a76a9ef5d75e4b665b2031bf31df7
7
- data.tar.gz: c078ed980b637d7ff6023bb23029d893de04310f4bd1586c6c7f28175b6fcb0dea873647d4b3e49f9cbb1439d2ba47ae66d22f9d15f12a9af505e099644d1d96
6
+ metadata.gz: 8c871985d597fd86b3524771b573ed485e66cde98bfa70f463deb6a2d441b5429e8d5ab644b6c26bc44b8bdd6314c2f9d6f1c424b9230e2951b290b0e4f20658
7
+ data.tar.gz: 0fe1b0ae9220e10794e131c63c9b8c3e5023607e6d4c61948c681ac86d31493b1d247669958e0369c7e42b5fe5f33a2bfb4609be49d634d96873c294725403b2
@@ -76,7 +76,7 @@ class FusionTablesV2
76
76
 
77
77
  def get_authorization(key_path)
78
78
  ENV['GOOGLE_APPLICATION_CREDENTIALS'] = key_path
79
- scopes = ['https://www.googleapis.com/auth/fusiontables']
79
+ scopes = ['https://www.googleapis.com/auth/drive', 'https://www.googleapis.com/auth/fusiontables']
80
80
  authorization = Google::Auth.get_application_default(scopes)
81
81
  authorization.fetch_access_token!
82
82
  authorization
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fusion_tables_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rozenkin Denis
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.pre2
19
+ version: '0.9'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 0.9.pre2
26
+ version: '0.9'
27
27
  description: This gem adding methods to interact with Fusion Tables like DB
28
28
  email: rozenkin@gmail.com
29
29
  executables: []