omniauth-dropbox2 2.0.0 → 2.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/README.md +3 -0
- data/lib/omniauth/dropbox2/version.rb +1 -1
- data/lib/omniauth/strategies/dropbox.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4a6349d9df69cc57527820672cc6e6ba312dceaa4d73a7cc55dbfd56c864c7ae
|
|
4
|
+
data.tar.gz: 7433fb5e3023623ab7320ce6cafbfa78bd4a2670203f86bcfb7d13b85545e26b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fc4b2958475984fdb4555d55b1f8d62eda6d76b47fdfa0d5ddd350786524752af1a52c4aa2d3a21deeaba48bd067b87eed96d287aa73a879b35fce4983183fd5
|
|
7
|
+
data.tar.gz: 49f4cfed9ed5a94361f5553a63f4cb1ae97e3198cc55e481fe084fe10ffffe07cb05d0206c992957616a4f10e016d4728149493ccaeaf0a91468717bffe9321c
|
data/README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# OmniAuth Dropbox2 Strategy
|
|
2
2
|
|
|
3
|
+
[](https://github.com/icoretech/omniauth-dropbox2/actions/workflows/test.yml?query=branch%3Amain)
|
|
4
|
+
[](https://rubygems.org/gems/omniauth-dropbox2)
|
|
5
|
+
|
|
3
6
|
`omniauth-dropbox2` provides a Dropbox OAuth2 strategy for OmniAuth.
|
|
4
7
|
|
|
5
8
|
## Installation
|