gahh 0.0.1 → 0.0.2

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/gahh/handler.rb +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a4c9880350355318938dedd4e066156f5e6d8649
4
- data.tar.gz: 9c6bec92a9c6ba2a2c216948d8b674ad018d4881
3
+ metadata.gz: 87426afb67f4d35cd8744abd5033342ffac7bc60
4
+ data.tar.gz: c888e4ebb71c968831a2274cedf6e46a55ca7867
5
5
  SHA512:
6
- metadata.gz: 3a9cff85cee37d2084f2c5b1b0654ba89002cedf28418ad6430f14d667a7c51ea233dc3660ef37e2f80a617200307c757b0129cbb5f0c3a4c06b7aba25e03479
7
- data.tar.gz: f2b2aa96a90e6e0f7a9c4074b0943665e5cff6c4b25cc7db54b29ccee151f300ad2391440754e4eebe667ee5f6826ec5121863bdf19ef43a8d909e4f840fa0ac
6
+ metadata.gz: d34a1ea9890be64604ab1f81e81ef3ff875083fa0f771fa1cb61a5ba4c651ff56de6418272eab920c63f87008958be1a57a806c1bd1d18d14fa7c86d210e6813
7
+ data.tar.gz: 481816bcd645fb8a660f9797a9df205603deae73b39054e1541ff93f725e737c33a2b5bd7e7843136815141f942061b0cd0264080bd7a0de388b3a117ca096d9
@@ -14,7 +14,7 @@ class Gahh::Handler
14
14
  # options expecting scopes organized in hash with api and expectation
15
15
  # ie {"analytics" => "read"}
16
16
 
17
- scope = Gah::ApiScopeParser::convert_api_scope_to_uri(scopes)
17
+ scope = Gahh::ApiScopeParser::convert_api_scope_to_uri(scopes)
18
18
 
19
19
  client = Signet::OAuth2::Client.new(
20
20
  :authorization_uri => 'https://accounts.google.com/o/oauth2/auth',
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gahh
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yaniv Savir