wechat_public_api 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8a3c096dfbdce45f98fc5f76ea0681506702410a
4
- data.tar.gz: bdee8fb5d9c08e57c44c724e2a263006a0373bcc
3
+ metadata.gz: 6de72d197ebb705d01682e7b50885127c05c5aea
4
+ data.tar.gz: 7ad38379a5337b6988636fb2b339ec182ef8f8e6
5
5
  SHA512:
6
- metadata.gz: 8d9a56c7272421292cde50c5b703b8bcaa4fc109bb514eb86759e762dc43b9c2abee65cc8fb5ef06d9fcc7c99cf1a74402d466ae72df8576c69477e0805b4e0d
7
- data.tar.gz: 67511e46afa3b5fdf425a759b33b5db9864e5f2fb33ceb6fcec8b628a2f7802e439ede3c4e332a5fde1948816848e2486fcfcd4f1f11b315a8f991502ea08597
6
+ metadata.gz: 64fd34ef14e4224713d4855658d386a6c52a685f62c440b0a99610834f8ace978406100d26d65194b1f34201cc01925e6436f76934fb2ef63f61d91c6b6dfac7
7
+ data.tar.gz: 277e337d80af7d7dcb8085eba9361ac4b08b95a08d181618f263bd5232efdec12cd77d911bbb76fd96010006cae1ae0b591f32f6c27aa73f35ee6c4af273a94a
@@ -1,3 +1,3 @@
1
1
  class WechatPublicApi
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
3
3
  end
@@ -3,7 +3,7 @@ require "wechat_public_api/menu"
3
3
  require "wechat_public_api/kf_message"
4
4
  require "wechat_public_api/templet_message"
5
5
  require "wechat_public_api/access_token"
6
- require "wechat_public_api/accout"
6
+ require "wechat_public_api/account"
7
7
  require "wechat_public_api/aes"
8
8
  require "wechat_public_api/utils"
9
9
  require "wechat_public_api/user"
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.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - '张明鑫 wechat number: zmx119966'