facebook_digit_auth 3.0.1 → 3.0.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 42b4e945aec72d30879dd99f90505b085b143e99
4
- data.tar.gz: 879edad2cb8a7f97ae5845e44ef173b84e7ea298
3
+ metadata.gz: 6ce5d944ce3eef3e88516841fd961c7907b2d6cf
4
+ data.tar.gz: b4da3ba0a46f88cb861228952e9ae599f5f13093
5
5
  SHA512:
6
- metadata.gz: 5d010e45b614182295f70a290581f785615ad7d8d6796b03553c1f42825564d1c5421fce205d267d794bc0bebcfbbdeeebbad59b425f8aa0afe483de279f6c13
7
- data.tar.gz: 5e978b420ef235b15d81cd65a5a3f5a15b97392ad8ed45dedf1bebef10ac2bd31628d8c645e89a7e808511391e608f87132ee47148f3321b05fbef98ecf5ccd7
6
+ metadata.gz: dabd95ea3cd1d23e981715ee0841b1fdb89cbc16ab155e16c505df6b701700d2d4e8dfbd92bfad1bf0f324a23df4205e689d2c9bbc91422a7b19bf5c34fc9e3d
7
+ data.tar.gz: a7900cf8d0c21eb95a2bdedd6f58c8809e18b4d69fa93fda56ae5b62cd4c63d199989d45f251b868ee8d6af8d99b32c36043aea395d8ddb0bfe6e1e60146abfa
@@ -1,3 +1,3 @@
1
1
  module FacebookDigitAuth
2
- VERSION = "3.0.1"
2
+ VERSION = "3.0.2"
3
3
  end
@@ -10,7 +10,8 @@ module FacebookDigitAuth
10
10
  elsif type == 'digit'
11
11
  DigitsClient.new(params).data
12
12
  elsif type == 'google'
13
- GoogleAuth.new(params).data
13
+
14
+ GoogleAuthClient.new(params).data
14
15
  end
15
16
  end
16
17
  end
@@ -1,4 +1,4 @@
1
- class GoogleAuth
1
+ class GoogleAuthClient
2
2
 
3
3
  def initialize(auth_token)
4
4
  @auth_token = auth_token
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: facebook_digit_auth
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1
4
+ version: 3.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - RaghavSingh
@@ -100,7 +100,7 @@ files:
100
100
  - lib/facebook_client.rb
101
101
  - lib/facebook_digit_auth.rb
102
102
  - lib/facebook_digit_auth/version.rb
103
- - lib/google_auth.rb
103
+ - lib/google_auth_client.rb
104
104
  homepage: https://github.com/RaghavVishnoi/test_gem.git
105
105
  licenses:
106
106
  - MIT