gfd_wechat 0.0.1 → 0.0.2
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 +5 -5
- metadata +9 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 258d3f7ea50c986351c69ef4b8384d1892d6a21085111d849b0d16b836406245
|
|
4
|
+
data.tar.gz: 6c106418e00f209bfc585cd79cf4b473028c3f20c70c81dcdc432e1315d4ff11
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 56b50f029789b82adae258f8fdfc503c5fd947fb7d448b134f522218ae19eb84780dadfb063aa462f7f42c11a709b7b2af12c1b06bc2163441ffc2dbe53c3559
|
|
7
|
+
data.tar.gz: e2df90bf31b7644471b770e337cd1df9e4aabb70fdb820faecd8a841547be8c8401a2ef1983118e80df7d25d8fa624bdd04960be2f9f3ea15b00bfb2d1b84e80
|
metadata
CHANGED
|
@@ -1,15 +1,16 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gfd_wechat
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
8
|
-
-
|
|
7
|
+
- Skinnyworm
|
|
8
|
+
- Eric Guo
|
|
9
|
+
- zcy
|
|
9
10
|
autorequire:
|
|
10
11
|
bindir: bin
|
|
11
12
|
cert_chain: []
|
|
12
|
-
date: 2018-11-
|
|
13
|
+
date: 2018-11-08 00:00:00.000000000 Z
|
|
13
14
|
dependencies:
|
|
14
15
|
- !ruby/object:Gem::Dependency
|
|
15
16
|
name: activesupport
|
|
@@ -122,8 +123,9 @@ dependencies:
|
|
|
122
123
|
- !ruby/object:Gem::Version
|
|
123
124
|
version: '0'
|
|
124
125
|
description: API, command and message handling for WeChat in Rails
|
|
125
|
-
email:
|
|
126
|
-
executables:
|
|
126
|
+
email: zhouchunyu20xx@163.com
|
|
127
|
+
executables:
|
|
128
|
+
- wechat
|
|
127
129
|
extensions: []
|
|
128
130
|
extra_rdoc_files: []
|
|
129
131
|
files:
|
|
@@ -188,7 +190,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
188
190
|
version: '0'
|
|
189
191
|
requirements: []
|
|
190
192
|
rubyforge_project:
|
|
191
|
-
rubygems_version: 2.6
|
|
193
|
+
rubygems_version: 2.7.6
|
|
192
194
|
signing_key:
|
|
193
195
|
specification_version: 4
|
|
194
196
|
summary: DSL for wechat message handling and API
|