omniauth-dropbox-oauth2-sv 0.4.0 → 0.4.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
  SHA1:
3
- metadata.gz: d122df67eecf7e258ca117e18b414da769f1853e
4
- data.tar.gz: 57ab2e901c56efb18ed09673690027e331938874
3
+ metadata.gz: 1f44252dc74744de94fa148dfb9e87655737d094
4
+ data.tar.gz: 97b94e2c7d60fee662ffddd3dc98fc75b237224a
5
5
  SHA512:
6
- metadata.gz: 516a25c659c6b9240bb6854bc57d98b25e2bbfa520036c28981ac5a4f7255e75c2aba3244e3e0df8bcf2bcc60560ebcff96204eba949d4b16e6e9fd8d2ce40c9
7
- data.tar.gz: 7529820109b72ce6403618355ef38cb5b6d27c9c2665e6e4e3da768d60d8457801a57e63773b0ab069099f6293970540c1f7e862a8abe65950f6772cacf9f1af
6
+ metadata.gz: 0f2bbe1b41d23942247ef1b6d2a1a984ebcfc68fdd8bce520309df44fc6db94ecf163de7ace48e8bc6ead1611cacec473cc2eab34c1dd6ef6f7186e075e22e66
7
+ data.tar.gz: f101a3b59d24cf3c2174ab070d1cedb9c8bf5c4d2ff5a170e24d421055a75a139f87158b32fad3c744129d047202afaa3a9c22ae4c32c9ee71f7c9bfee3f7223
data/Gemfile.lock ADDED
@@ -0,0 +1,40 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ omniauth-dropbox-oauth2-sv (0.4.0)
5
+ omniauth-oauth2 (~> 1.3.1)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ faraday (0.12.1)
11
+ multipart-post (>= 1.2, < 3)
12
+ hashie (3.5.5)
13
+ jwt (1.5.6)
14
+ multi_json (1.12.1)
15
+ multi_xml (0.6.0)
16
+ multipart-post (2.0.0)
17
+ oauth2 (1.4.0)
18
+ faraday (>= 0.8, < 0.13)
19
+ jwt (~> 1.0)
20
+ multi_json (~> 1.3)
21
+ multi_xml (~> 0.5)
22
+ rack (>= 1.2, < 3)
23
+ omniauth (1.6.1)
24
+ hashie (>= 3.4.6, < 3.6.0)
25
+ rack (>= 1.6.2, < 3)
26
+ omniauth-oauth2 (1.3.1)
27
+ oauth2 (~> 1.0)
28
+ omniauth (~> 1.2)
29
+ rack (2.0.3)
30
+ rake (12.0.0)
31
+
32
+ PLATFORMS
33
+ ruby
34
+
35
+ DEPENDENCIES
36
+ omniauth-dropbox-oauth2-sv!
37
+ rake
38
+
39
+ BUNDLED WITH
40
+ 1.14.6
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module DropboxOauth2
3
- VERSION = "0.4.0"
3
+ VERSION = "0.4.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-dropbox-oauth2-sv
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Small Victories
@@ -45,8 +45,9 @@ extensions: []
45
45
  extra_rdoc_files: []
46
46
  files:
47
47
  - Gemfile
48
+ - Gemfile.lock
48
49
  - README.md
49
- - lib/omniauth-dropbox-oauth2.rb
50
+ - lib/omniauth-dropbox-oauth2-sv.rb
50
51
  - lib/omniauth/dropbox_oauth2.rb
51
52
  - lib/omniauth/dropbox_oauth2/version.rb
52
53
  - lib/omniauth/strategies/dropbox_oauth2.rb