scavin-weibo-oauth2 0.5.4 → 0.5.6

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: 5e0c655a2145f13220a8c286ff1a128cd262bdfde397f7ac482b175895ebdc3d
4
- data.tar.gz: 30dac80901303f5caad9a8a2d4b7acd11d6a5b12d34076b5a781ccfca827a4d3
3
+ metadata.gz: 4411365d02b0462f81067ba7f645424e1ce519a2fa4e921620d936e924a05005
4
+ data.tar.gz: 72739c5305156059ba7ac83ff0fc45edd99cb12d60d1018d0801b15162df73e9
5
5
  SHA512:
6
- metadata.gz: 19817e49c88de075a14fdd759fa8d1765d7e0036436c63ef393fb5895c8c786233d8401ce3f6a6c4513f843feada836bbdb34b3e9b704da6543eec6939676513
7
- data.tar.gz: baf25f8f6453974f8e5bac93a109a61566c18318eb460f9050c31bdf107a5bdc1c5e1b408ff2a19b66cd9940dc504fa1bd34aedf52e9441576206f9063922d8e
6
+ metadata.gz: dc3cb027d3b4467a01cfff389381525001d0349f00c748dfc8ad2940ae0dca066ec52ff2b3f103d8a637d212408c998cff798c4f79feda80990147f75261237e
7
+ data.tar.gz: cee56beb4a4b497d5963fdade1d40697f5695277da93ee1a644591b2790ee63ea805e13f1375ab55284462e50ecb7ddbb48ace0b3d059052484102f127b8a452
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
 
@@ -0,0 +1,5 @@
1
+ module OmniAuth
2
+ module ScavinWeiboOauth2
3
+ VERSION = "0.5.6"
4
+ end
5
+ end
@@ -0,0 +1,2 @@
1
+ require "scavin-weibo-oauth2/version"
2
+ require 'omniauth/strategies/weibo'
Binary file
Binary file
Binary file
@@ -1,5 +1,5 @@
1
1
  # -*- encoding: utf-8 -*-
2
- require File.expand_path('../lib/omniauth-weibo-oauth2/version', __FILE__)
2
+ require File.expand_path('../lib/scavin-weibo-oauth2/version', __FILE__)
3
3
 
4
4
  Gem::Specification.new do |gem|
5
5
  gem.authors = "Scavin"
@@ -14,8 +14,8 @@ Gem::Specification.new do |gem|
14
14
  gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
15
15
  gem.name = "scavin-weibo-oauth2"
16
16
  gem.require_paths = ["lib"]
17
- gem.version = OmniAuth::WeiboOauth2::VERSION
17
+ gem.version = OmniAuth::ScavinWeiboOauth2::VERSION
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.4
4
+ version: 0.5.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Scavin
@@ -56,11 +56,14 @@ files:
56
56
  - LICENSE.md
57
57
  - README.md
58
58
  - Rakefile
59
- - lib/omniauth-weibo-oauth2.rb
60
- - lib/omniauth-weibo-oauth2/version.rb
61
59
  - lib/omniauth/.DS_Store
62
60
  - lib/omniauth/strategies/weibo.rb
63
61
  - lib/omniauth/strategies/weibo_post_middleware.rb
62
+ - lib/scavin-weibo-oauth2.rb
63
+ - lib/scavin-weibo-oauth2/version.rb
64
+ - scavin-weibo-oauth2-0.5.3.gem
65
+ - scavin-weibo-oauth2-0.5.4.gem
66
+ - scavin-weibo-oauth2-0.5.5.gem
64
67
  - scavin-weibo-oauth2.gemspec
65
68
  homepage: https://github.com/scavin/omniauth-weibo-oauth2
66
69
  licenses:
@@ -1,5 +0,0 @@
1
- module OmniAuth
2
- module WeiboOauth2
3
- VERSION = "0.5.4"
4
- end
5
- end
@@ -1,2 +0,0 @@
1
- require "omniauth-weibo-oauth2/version"
2
- require 'omniauth/strategies/weibo'