wechat-gate 0.1.0 → 0.1.1
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/Gemfile.lock +1 -1
- data/lib/wechat_gate/version.rb +1 -1
- data/wechat-gate.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: fb3332818e8a45fd3e1ac100356619d8681e2747
|
4
|
+
data.tar.gz: 4c485ae946db0bcf9c3359bcfce6bc4fa03136af
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c9e1155c4aabd8805c90d534acdcea07966c87c6cdc30bb2fc809a7fb0c54093b2a8d41c4f63c2b04f03992d169d490f6ebf87b0ef727b0f5f4c023ce5fe5c5a
|
7
|
+
data.tar.gz: ff2a0a08bbcfff3f269065323d44af7c887fe6d7a12088f70ac7a2cc362fd9e286c871b86b9ddc89ec6f7f0409ce4a2e1cea2f53efafa3f5ffd0915264f552ac
|
data/Gemfile.lock
CHANGED
data/lib/wechat_gate/version.rb
CHANGED
data/wechat-gate.gemspec
CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
11
11
|
|
12
12
|
spec.summary = %q{另一个微信开发的Ruby Gem}
|
13
13
|
spec.description = %q{接口简单易用,实在是微信开发必备之好Gem}
|
14
|
-
spec.homepage = "https://
|
14
|
+
spec.homepage = "https://github.com/eggmantv/wechat_gate"
|
15
15
|
spec.license = "MIT"
|
16
16
|
|
17
17
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: wechat-gate
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Lei Lee
|
@@ -101,7 +101,7 @@ files:
|
|
101
101
|
- lib/wechat_gate/user.rb
|
102
102
|
- lib/wechat_gate/version.rb
|
103
103
|
- wechat-gate.gemspec
|
104
|
-
homepage: https://
|
104
|
+
homepage: https://github.com/eggmantv/wechat_gate
|
105
105
|
licenses:
|
106
106
|
- MIT
|
107
107
|
metadata: {}
|