scavin-weibo-oauth2 0.5.3 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '083f92de3768df8a8d555578e960323c4d9703eb3b4fcbd8de6305de8c701269'
4
- data.tar.gz: 5260aa704d6ace7722c2332cf8912a61926528c80064ffc3ab834d532d0d95a7
3
+ metadata.gz: 71c6ac3d8281cf957b6b661ec73a9c935de5a3af8f4e52c3dc63fc405a71c0db
4
+ data.tar.gz: 7e8541afa82c668c21cb4d62ad06970b899df630ac95600874c8c60de554f538
5
5
  SHA512:
6
- metadata.gz: 6aeebccf9159930199f3168c301499e8889433f5ffd0ba6b7b826a6cbd4d3c277154d9c61c9235245ca63354ee776fe781913a44f5d4fc651515595aea86c853
7
- data.tar.gz: 22c81db39c2d89f43ac2e3f6e0b231df40c817a2f5cd3b4d0c4eb2b15fe1a10fc17c47e6867617d9326cf8677cc8e35a46f624143f8c68d8ddb6db848640eb82
6
+ metadata.gz: 0d910da50f95629313e9d09cedc013ced1ef55d530c7c3744cbd9e95cb3f451f46531ac6bce54e2ec73b041a1bf2f9f3334051d1131a3577e29d236704aed8c7
7
+ data.tar.gz: 0c3b77497b219e39347abc8276f6756533644f5a799108c3b9b1ed5ccb06441c6fee42ed7833677a4d4153ef1abfd266aba936f50d2f7891ffef7e1e4588da90
data/README.md CHANGED
@@ -1,15 +1,15 @@
1
1
  # Status
2
- [![Gem Version](https://img.shields.io/gem/v/omniauth-weibo-oauth2.svg)][gem]
3
- [![Security Check](https://hakiri.io/github/beenhero/omniauth-weibo-oauth2/master.svg)][security]
4
- [![Percentage of issues still open](https://isitmaintained.com/badge/open/beenhero/omniauth-weibo-oauth2.svg)][OpenIssues]
5
- [![Average time to resolve an issue](https://isitmaintained.com/badge/resolution/beenhero/omniauth-weibo-oauth2.svg)][IssueResolution]
6
- [![Build Status](https://travis-ci.org/NeverMin/omniauth-weibo-oauth2.svg?branch=master)][travis]
2
+ [![Gem Version](https://img.shields.io/gem/v/scavin-weibo-oauth2.svg)][gem]
3
+ [![Security Check](https://hakiri.io/github/scavin/omniauth-weibo-oauth2/master.svg)][security]
4
+ [![Percentage of issues still open](https://isitmaintained.com/badge/open/scavin/omniauth-weibo-oauth2.svg)][OpenIssues]
5
+ [![Average time to resolve an issue](https://isitmaintained.com/badge/resolution/scavin/omniauth-weibo-oauth2.svg)][IssueResolution]
6
+ [![Build Status](https://travis-ci.org/scavin/omniauth-weibo-oauth2.svg?branch=master)][travis]
7
7
 
8
- [gem]: https://rubygems.org/gems/omniauth-weibo-oauth2
9
- [security]: https://hakiri.io/github/beenhero/omniauth-weibo-oauth2/master
10
- [OpenIssues]: https://isitmaintained.com/project/beenhero/omniauth-weibo-oauth2
11
- [IssueResolution]: https://isitmaintained.com/project/beenhero/omniauth-weibo-oauth2
12
- [travis]: https://travis-ci.org/NeverMin/omniauth-weibo-oauth2
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 'omniauth-weibo-oauth2'
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 omniauth-weibo-oauth2
38
+ $ gem install scavin-weibo-oauth2
39
39
 
40
40
  ## Usage
41
41
 
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module WeiboOauth2
3
- VERSION = "0.5.3"
3
+ VERSION = "0.5.5"
4
4
  end
5
5
  end
@@ -1,2 +1,2 @@
1
1
  require "omniauth-weibo-oauth2/version"
2
- require 'omniauth/strategies/weibo'
2
+ require 'omniauth/strategies/weibo'
@@ -18,4 +18,4 @@ Gem::Specification.new do |gem|
18
18
 
19
19
  gem.add_dependency 'omniauth', '~> 2.0'
20
20
  gem.add_dependency 'omniauth-oauth2', '~> 1.4', '>= 1.4.0'
21
- end
21
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scavin-weibo-oauth2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.3
4
+ version: 0.5.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Scavin