wechat_public_api 0.1.7 → 0.1.8
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/lib/wechat_public_api/version.rb +1 -1
- data/wechat_public_api.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cf03b94677d492c771a393f051fc7e404ca61948
|
|
4
|
+
data.tar.gz: 18d0bc5e816de888b88b0f92129ee2f2427b7bc5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6fab8270bf039274035018f034c988883efe8ee9b737a247b80442ff2b53ab09efa31894b76798055afcc1cd1b9e8e7fb69abe6e1f3157c509f4713d02ba70e3
|
|
7
|
+
data.tar.gz: dbeac2f9be4e9a70b6c5a713d1c4aa0e2bdfc496c1be17da12a1fd86236e6c6848a2e8cbd846ed442f5c2c06919b1b6e3c187048452a433d684c11a686bd5a84
|
data/wechat_public_api.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ["mnzmx_z@163.com"]
|
|
11
11
|
|
|
12
12
|
spec.summary = %q{微信公众号开发API,包含对微信公众号菜单栏、客服消息、模板消息、帐号管理等接口的封装,API长期更新维护,建议使用最新版本.}
|
|
13
|
-
spec.description = %q{
|
|
13
|
+
spec.description = %q{微信公众号开发API,包含对微信公众号菜单栏、客服消息、模板消息、帐号管理等接口的封装,API长期更新维护,建议使用最新版本,开发者使用文档:https://yuque.com/qianlansedehei/wechat_public_api}
|
|
14
14
|
spec.homepage = "https://github.com/Diyilou/wechat_public_api.git"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: wechat_public_api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- '张明鑫 wechat number: zmx119966'
|
|
@@ -108,7 +108,7 @@ dependencies:
|
|
|
108
108
|
- - "~>"
|
|
109
109
|
- !ruby/object:Gem::Version
|
|
110
110
|
version: 0.0.7.5
|
|
111
|
-
description:
|
|
111
|
+
description: 微信公众号开发API,包含对微信公众号菜单栏、客服消息、模板消息、帐号管理等接口的封装,API长期更新维护,建议使用最新版本,开发者使用文档:https://yuque.com/qianlansedehei/wechat_public_api
|
|
112
112
|
email:
|
|
113
113
|
- mnzmx_z@163.com
|
|
114
114
|
executables: []
|