face_recognition 0.0.4 → 0.0.5

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: 2f501fc42d0d4e882d26ba1bbea27b1f54b2e5bb
4
- data.tar.gz: b4bfdf4d125160798f6a0da04da77bbc341c43d3
3
+ metadata.gz: de7fecadb76fef4fd38c43e543ae61921f5a8aad
4
+ data.tar.gz: 1085dedbe8ba72e3998c6f6a48130621b238e8f0
5
5
  SHA512:
6
- metadata.gz: a6eda0e73acc053a65a47315000b66b1579ed81b9ada275cd952cb981197399f44e71432629ae9a25e515ca4e991f4afb2528630b70fbb05a476afe9a2288b92
7
- data.tar.gz: 6b5c3fd790986e3bb7fe1b26af9c56ef1757b8f3a7af60b1cf51f1124da97c437b3e2f0801a97d93cb6ee811466d505093ad50b9b9c9763c6dfc8ad96b7d2ae1
6
+ metadata.gz: ff913f0470699328c69086c881ea32a4315798f457ed143abc34caf9dc6d36c02780ca552b89c7423d2af191bafc99285708530fe50eaf6a06533d631a025a37
7
+ data.tar.gz: e17fb81f0e6259525433c524066b2773d8833d8c0b1f6d9cdff7a6f2b9bebb20a08956cc5a8e2f32c39a4801c8172de3412ffac9da191a2a2e588022b998c3a3
@@ -64,8 +64,8 @@ module FaceRecognition
64
64
  user = FacebookUser.where(id: id).first
65
65
  return unless user
66
66
  fb_auth = FbGraph2::Auth.new(ENV['FACEBOOK_APP_ID'], ENV['FACEBOOK_SECRET'])
67
- fb_auth.fb_exchange_token=(user.fb_access_token)
68
- user.fb_access_token = fb_auth.access_token!.access_token
67
+ fb_auth.fb_exchange_token=(user.facebook_token)
68
+ user.facebook_token = fb_auth.access_token!.access_token
69
69
  user.save
70
70
  end
71
71
 
@@ -1,3 +1,3 @@
1
1
  module FaceRecognition
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: face_recognition
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Isaac Norman