omniauth-withings2 0.1.0 → 0.1.1

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
  SHA256:
3
- metadata.gz: f2548e4dd3ea286bd7956e05ef9c23f9c85654a06cb92c6d2c22a95b1f33f8cf
4
- data.tar.gz: 4f453612db759c47a6ea899b2a6db1798e1f3d30dbc2eb164a6998a9546d7ff6
3
+ metadata.gz: 6df8505092d2d1c124a6a8057a211d9433484f6c9cc5960cd0905f722272a26d
4
+ data.tar.gz: 357f14af44988700fe7c30945694723494a4fe582e10d303454c5ca020f54f54
5
5
  SHA512:
6
- metadata.gz: e475ca68c31802af693d9f8594532b74200933167cbb1eeb568a537e71fe371d4221f64975c4c3ebbb9523b7b7a1684b840c425973d8bd0c2079f693c2e18083
7
- data.tar.gz: 4c8f3e4d2d77154a638f0c549681d1546182a7786c653270f1faa1f7a1c236102960910a20f364c0368a7a43c5f2785cd54cbc43291d524fcbe6f71fa7481d64
6
+ metadata.gz: 32a59aa1df6e4ef34ecb076171629474a449b0794573a7c6cc6aae5f91e9e4453540c7038b94b3a51a9298b7d55b5bdff4fb09266ea703745549ab5c930bafff
7
+ data.tar.gz: 5f54cf479c422981fa33c838babdc888c439f840ea588adb9dc74b07596756d656d873480a78f85df0f708cbca1ff5c9cb080d49128ab8c843abbe1de87dcd87
@@ -30,7 +30,7 @@ module OmniAuth
30
30
  end
31
31
 
32
32
  uid do
33
- access_token.params['user_id']
33
+ access_token.params['userid']
34
34
  end
35
35
  end
36
36
  end
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module Withings
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-withings2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Nelson