omniauth-wework-oauth2 1.0.2 → 1.0.3
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 +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: faa705f1da973f170eb7fdfc57fdc9c01d16ceb2
|
4
|
+
data.tar.gz: 115169082fddcad4fe579d27674c0ce83bc47f3a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 938b2e96dfff21ae268773ec8f574ea186f30dc049c13195ed4eae78352f517f5d0443ea477d660040a044aa2ca4f3a669e36097c6395ef9a4d88bdbc9e31448
|
7
|
+
data.tar.gz: 629130e6b35e93cf076aaf4c2b6ca07a84f88bace9417148e4c323fd1b5e75b8592261569569892358df9cf91191f61a1dad26314cf742c8e8a8c600c9e1a716
|
data/README.md
CHANGED
@@ -5,7 +5,7 @@ Omniauth Strategy for https://work.weixin.qq.com
|
|
5
5
|
|
6
6
|
## 安装
|
7
7
|
```ruby
|
8
|
-
gem "omniauth-wework-oauth2", git: 'git@luckyzune.com:
|
8
|
+
gem "omniauth-wework-oauth2", git: 'git@luckyzune.com:wechat/omniauth-wework-oauth2.git'
|
9
9
|
```
|
10
10
|
|
11
11
|
## 使用
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: omniauth-wework-oauth2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Luckyzune Inc., luckyqm
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-02-
|
11
|
+
date: 2017-02-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: omniauth
|
@@ -52,7 +52,7 @@ dependencies:
|
|
52
52
|
- - ~>
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '2.7'
|
55
|
-
description: 使用OAuth2认证微信企业用户
|
55
|
+
description: Omniauth strategy for open.work.weixin.qq.com, 使用OAuth2认证微信企业用户
|
56
56
|
email: mq@luckyzune.com
|
57
57
|
executables: []
|
58
58
|
extensions: []
|
@@ -61,7 +61,7 @@ files:
|
|
61
61
|
- README.md
|
62
62
|
- lib/omniauth/strategies/wework.rb
|
63
63
|
- lib/omniauth-wechat-oauth2.rb
|
64
|
-
homepage: https://luckyzune.com/
|
64
|
+
homepage: https://luckyzune.com/wexin/omniauth-wework-oauth2
|
65
65
|
licenses:
|
66
66
|
- MIT
|
67
67
|
metadata: {}
|