facebook_digit_auth 0.1.5 → 0.1.6

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: a2cc2aa182da9ff250b8356b8e090fd071b8c562
4
- data.tar.gz: 75eb3d52d5aa9aa23af31ae71125c3b2702b6bb3
3
+ metadata.gz: 12e1fac46bcc5145859331fd3f503d59f1b5ec59
4
+ data.tar.gz: 1f10616796066c9d3bd040e37765a28946f3c0e1
5
5
  SHA512:
6
- metadata.gz: feba76916ab7fca1e0295bd519c31950ca4866e1053fe7793e19e769001560300488df88fbd20cee208904b26cb74514f7648c8772f23028573f971b0fb36bbc
7
- data.tar.gz: 017390da9e4f033eb39ec0a66c4aa3e9e6bc2ddbf75514216b9a5505beeb36869acf12febffcbe566472ec093beeef6e7ea31b7f2e831815802ae7d76c3c2737
6
+ metadata.gz: e9e88fb40639cf2cb486953ba765bcea58ef0198a0e2db639bace821b4607840a883c98a6640975686efb5abe0d458b1bdd7c1af1efe891eaf020f0156285d55
7
+ data.tar.gz: ff381fc3290156a3def2d26c08f8f5f2f360451895baaaba930b682ba8a3d05395e8ac465d64a659b97a5a1c395e14340d469bb777a45822f55f2ec7c04f8ac4
@@ -1,12 +1,13 @@
1
1
  require "facebook_digit_auth/version"
2
2
  module FacebookDigitAuth
3
-
4
- def self.test_method(params,type)
5
- if type == 'facebook'
6
- FacebookClient.new(params).data
7
- elsif type == 'digit'
8
- DigitsClient.new(params).data
3
+ class Fd
4
+ def self.test_method(params,type)
5
+ if type == 'facebook'
6
+ FacebookClient.new(params).data
7
+ elsif type == 'digit'
8
+ DigitsClient.new(params).data
9
+ end
9
10
  end
10
- end
11
+ end
11
12
 
12
13
  end
@@ -1,3 +1,3 @@
1
1
  module FacebookDigitAuth
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
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: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - RaghavSingh