facebook_digit_auth 3.0.2 → 3.1.0

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: 6ce5d944ce3eef3e88516841fd961c7907b2d6cf
4
- data.tar.gz: b4da3ba0a46f88cb861228952e9ae599f5f13093
3
+ metadata.gz: f5cfc3de12b484d9687f6f3e62db56ec8b3d086a
4
+ data.tar.gz: 40ebd363f2028641f66f02555f3593da9149fd39
5
5
  SHA512:
6
- metadata.gz: dabd95ea3cd1d23e981715ee0841b1fdb89cbc16ab155e16c505df6b701700d2d4e8dfbd92bfad1bf0f324a23df4205e689d2c9bbc91422a7b19bf5c34fc9e3d
7
- data.tar.gz: a7900cf8d0c21eb95a2bdedd6f58c8809e18b4d69fa93fda56ae5b62cd4c63d199989d45f251b868ee8d6af8d99b32c36043aea395d8ddb0bfe6e1e60146abfa
6
+ metadata.gz: ec17f41acdc9814c34db88fd523b1a8f20e54e39b6d37cdaf975ddef9ad378c34067b266036692ad2c9219b9508f54363f7c5d8b2e8887a92ec3ee663ca57b88
7
+ data.tar.gz: c50de5a5f39e5ba64cd63127639cc5e68f4f8c8e6d78ddad7af19704855f162b375b885632dd7c70127b5ba9769b5a1b686402ab1ec42429636d05ed81033010
@@ -1,6 +1,7 @@
1
1
  require "facebook_digit_auth/version"
2
2
  require "facebook_client"
3
3
  require "digit_client"
4
+ require "google_auth_client"
4
5
 
5
6
  module FacebookDigitAuth
6
7
  class BestAuth
@@ -10,7 +11,6 @@ module FacebookDigitAuth
10
11
  elsif type == 'digit'
11
12
  DigitsClient.new(params).data
12
13
  elsif type == 'google'
13
-
14
14
  GoogleAuthClient.new(params).data
15
15
  end
16
16
  end
@@ -1,3 +1,3 @@
1
1
  module FacebookDigitAuth
2
- VERSION = "3.0.2"
2
+ VERSION = "3.1.0"
3
3
  end
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.2
4
+ version: 3.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - RaghavSingh