scavin-weibo-oauth2 0.5.4 → 0.5.5
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 +12 -12
- data/lib/omniauth-weibo-oauth2/version.rb +1 -1
- data/scavin-weibo-oauth2.gemspec +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: 71c6ac3d8281cf957b6b661ec73a9c935de5a3af8f4e52c3dc63fc405a71c0db
|
4
|
+
data.tar.gz: 7e8541afa82c668c21cb4d62ad06970b899df630ac95600874c8c60de554f538
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0d910da50f95629313e9d09cedc013ced1ef55d530c7c3744cbd9e95cb3f451f46531ac6bce54e2ec73b041a1bf2f9f3334051d1131a3577e29d236704aed8c7
|
7
|
+
data.tar.gz: 0c3b77497b219e39347abc8276f6756533644f5a799108c3b9b1ed5ccb06441c6fee42ed7833677a4d4153ef1abfd266aba936f50d2f7891ffef7e1e4588da90
|
data/README.md
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
# Status
|
2
|
-
[][gem]
|
3
|
+
[][security]
|
4
|
+
[][OpenIssues]
|
5
|
+
[][IssueResolution]
|
6
|
+
[][travis]
|
7
7
|
|
8
|
-
[gem]: https://rubygems.org/gems/
|
9
|
-
[security]: https://hakiri.io/github/
|
10
|
-
[OpenIssues]: https://isitmaintained.com/project/
|
11
|
-
[IssueResolution]: https://isitmaintained.com/project/
|
12
|
-
[travis]: https://travis-ci.org/
|
8
|
+
[gem]: https://rubygems.org/gems/scavin-weibo-oauth2
|
9
|
+
[security]: https://hakiri.io/github/scavin/omniauth-weibo-oauth2/master
|
10
|
+
[OpenIssues]: https://isitmaintained.com/project/scavin/omniauth-weibo-oauth2
|
11
|
+
[IssueResolution]: https://isitmaintained.com/project/scavin/omniauth-weibo-oauth2
|
12
|
+
[travis]: https://travis-ci.org/scavin/omniauth-weibo-oauth2
|
13
13
|
|
14
14
|
|
15
15
|
|
@@ -28,14 +28,14 @@ Read Weibo OAuth2 docs for more details: https://open.weibo.com/wiki/授权机
|
|
28
28
|
Add to your `Gemfile`:
|
29
29
|
|
30
30
|
```ruby
|
31
|
-
gem '
|
31
|
+
gem 'scavin-weibo-oauth2'
|
32
32
|
```
|
33
33
|
|
34
34
|
Then `bundle install`.
|
35
35
|
|
36
36
|
Or install it yourself as:
|
37
37
|
|
38
|
-
$ gem install
|
38
|
+
$ gem install scavin-weibo-oauth2
|
39
39
|
|
40
40
|
## Usage
|
41
41
|
|
data/scavin-weibo-oauth2.gemspec
CHANGED