omniauth-dropbox2 0.0.1 → 0.0.2
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 +4 -4
- data/lib/omniauth-dropbox2/version.rb +1 -1
- data/omniauth-dropbox2.gemspec +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8e1aa1ae3e71cbf01820782c3cfe911eba3b0ff2
|
|
4
|
+
data.tar.gz: 8d6d200048dc6032c96c6aea3b934b143099f9fe
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6a711b6816b42bd1c956b3564c3e657623230024cbb8005a3a12fe39b19374aaaa32be089cd2130ac82e6369ab51b7fe4c3d657b8f27dfef53f873ef9eab4dc7
|
|
7
|
+
data.tar.gz: a47ef62888e19d1fdc9720f761f45a5bf5dfdcaa667916364e503e48f0228d8dba904272c140bcab4d0c5a504c461f02892720c4ac2d40d9b405d5af8cf97a2d
|
data/omniauth-dropbox2.gemspec
CHANGED
|
@@ -8,8 +8,8 @@ Gem::Specification.new do |gem|
|
|
|
8
8
|
gem.version = Omniauth::Box2::VERSION
|
|
9
9
|
gem.authors = ["Claudio Poli"]
|
|
10
10
|
gem.email = ["masterkain@gmail.com\n"]
|
|
11
|
-
gem.description = %q{OmniAuth strategy for
|
|
12
|
-
gem.summary = %q{OmniAuth strategy for
|
|
11
|
+
gem.description = %q{OmniAuth strategy for Dropbox using OAuth2}
|
|
12
|
+
gem.summary = %q{OmniAuth strategy for Dropbox using OAuth2}
|
|
13
13
|
gem.homepage = "https://github.com/masterkain/omniauth-dropbox2"
|
|
14
14
|
|
|
15
15
|
gem.files = `git ls-files`.split($/)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: omniauth-dropbox2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Claudio Poli
|
|
@@ -24,7 +24,7 @@ dependencies:
|
|
|
24
24
|
- - ~>
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: '1.0'
|
|
27
|
-
description: OmniAuth strategy for
|
|
27
|
+
description: OmniAuth strategy for Dropbox using OAuth2
|
|
28
28
|
email:
|
|
29
29
|
- |
|
|
30
30
|
masterkain@gmail.com
|
|
@@ -62,6 +62,6 @@ rubyforge_project:
|
|
|
62
62
|
rubygems_version: 2.0.5
|
|
63
63
|
signing_key:
|
|
64
64
|
specification_version: 4
|
|
65
|
-
summary: OmniAuth strategy for
|
|
65
|
+
summary: OmniAuth strategy for Dropbox using OAuth2
|
|
66
66
|
test_files: []
|
|
67
67
|
has_rdoc:
|