scavin-weibo-oauth2 0.5.5 → 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: 71c6ac3d8281cf957b6b661ec73a9c935de5a3af8f4e52c3dc63fc405a71c0db
4
- data.tar.gz: 7e8541afa82c668c21cb4d62ad06970b899df630ac95600874c8c60de554f538
3
+ metadata.gz: 4411365d02b0462f81067ba7f645424e1ce519a2fa4e921620d936e924a05005
4
+ data.tar.gz: 72739c5305156059ba7ac83ff0fc45edd99cb12d60d1018d0801b15162df73e9
5
5
  SHA512:
6
- metadata.gz: 0d910da50f95629313e9d09cedc013ced1ef55d530c7c3744cbd9e95cb3f451f46531ac6bce54e2ec73b041a1bf2f9f3334051d1131a3577e29d236704aed8c7
7
- data.tar.gz: 0c3b77497b219e39347abc8276f6756533644f5a799108c3b9b1ed5ccb06441c6fee42ed7833677a4d4153ef1abfd266aba936f50d2f7891ffef7e1e4588da90
6
+ metadata.gz: dc3cb027d3b4467a01cfff389381525001d0349f00c748dfc8ad2940ae0dca066ec52ff2b3f103d8a637d212408c998cff798c4f79feda80990147f75261237e
7
+ data.tar.gz: cee56beb4a4b497d5963fdade1d40697f5695277da93ee1a644591b2790ee63ea805e13f1375ab55284462e50ecb7ddbb48ace0b3d059052484102f127b8a452
@@ -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,7 +14,7 @@ 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'
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.5
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.5"
4
- end
5
- end
@@ -1,2 +0,0 @@
1
- require "omniauth-weibo-oauth2/version"
2
- require 'omniauth/strategies/weibo'