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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5892402a24d2a0b084bfe7132bdddb2684303337
4
- data.tar.gz: 6b0a5ca44d41c45799771891db324acaa47e4ec0
3
+ metadata.gz: cf03b94677d492c771a393f051fc7e404ca61948
4
+ data.tar.gz: 18d0bc5e816de888b88b0f92129ee2f2427b7bc5
5
5
  SHA512:
6
- metadata.gz: 49ee6c7dace26aea67fb3e9772f8dd424f8e49a3ed228f9d12ca1dfeca0816cf20e04a7d3b37af07bbee891c31dabef118e6985f270b1dd77741092f53222ca7
7
- data.tar.gz: 2895c5e703a02c5604b556e20737002bccda6956a688c50635503c5f1b6cdaf74c90028ecdba9c6ad41118d281be7397bb372e981333ad2e66af7ea87d3c69ff
6
+ metadata.gz: 6fab8270bf039274035018f034c988883efe8ee9b737a247b80442ff2b53ab09efa31894b76798055afcc1cd1b9e8e7fb69abe6e1f3157c509f4713d02ba70e3
7
+ data.tar.gz: dbeac2f9be4e9a70b6c5a713d1c4aa0e2bdfc496c1be17da12a1fd86236e6c6848a2e8cbd846ed442f5c2c06919b1b6e3c187048452a433d684c11a686bd5a84
@@ -1,3 +1,3 @@
1
1
  class WechatPublicApi
2
- VERSION = "0.1.7"
2
+ VERSION = "0.1.8"
3
3
  end
@@ -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{开发者使用文档:https://yuque.com/qianlansedehei/wechat_public_api}
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.7
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: 开发者使用文档:https://yuque.com/qianlansedehei/wechat_public_api
111
+ description: 微信公众号开发API,包含对微信公众号菜单栏、客服消息、模板消息、帐号管理等接口的封装,API长期更新维护,建议使用最新版本,开发者使用文档:https://yuque.com/qianlansedehei/wechat_public_api
112
112
  email:
113
113
  - mnzmx_z@163.com
114
114
  executables: []