omniauth-dropbox2 1.0.3 → 1.0.4

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: be8bb00913046959986609063711ffa9e0959329
4
- data.tar.gz: da88e04987c2701fd06662418c6700fdd6fc2552
3
+ metadata.gz: dcd4c323a593ed19bf1b07090b02707195e34f5b
4
+ data.tar.gz: cf27405720eafa81aafd3dd2caa5a089e5673041
5
5
  SHA512:
6
- metadata.gz: 7a122290b07dcd6b291d7fb1e54477c1f007bcdce67e04d72428b8bbb1ecbfdf4d8aa0339948dd14abe332d57320dc0aa3fd0c4470c920135740d758d8b46063
7
- data.tar.gz: 799fc15065d9e18d72b615f4da86a286cf87ec7209c43e314c02bb473c80f8931c4f2142580a7eaec17bd4a0db1b129c566e01e116cf5cb2a64cde67c4f43c37
6
+ metadata.gz: 2b6e62180b87ce02d7a286fc0d06f68f30017d28b717a704bf91e0a5160c2759ab3dedb5ec2fd40f34e5c8dea3bc5c5f8981489f764efca4e35f6909f451a3db
7
+ data.tar.gz: 47113ca51f85f6009f58a2f7cddb090fff812804c6edc9491ddcf0162442654ac829097ec88c48a25da35459b9d1ac18d231211e2f9e0ca89e2cd0870318e840
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Box2
3
- VERSION = "1.0.3"
3
+ VERSION = "1.0.4"
4
4
  end
5
5
  end
@@ -19,7 +19,7 @@ module OmniAuth
19
19
  # additional calls (if the user id is returned with the token
20
20
  # or as a URI parameter). This may not be possible with all
21
21
  # providers.
22
- uid { aw_info['account_id'] }
22
+ uid { raw_info['account_id'] }
23
23
 
24
24
  info do
25
25
  {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-dropbox2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Claudio Poli
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-06-28 00:00:00.000000000 Z
11
+ date: 2016-12-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth
@@ -65,4 +65,3 @@ signing_key:
65
65
  specification_version: 4
66
66
  summary: OmniAuth strategy for Dropbox using OAuth2
67
67
  test_files: []
68
- has_rdoc: