third_party_wxa 0.2.4 → 0.2.5

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
  SHA256:
3
- metadata.gz: 299ad55c809a181eb2edf05fdb1a42853cc00b1f90f47a5974b47e2446e33e27
4
- data.tar.gz: 63351888433ff85ff07a469898ca46414c5a53713c782617ee7a8f5d357530d8
3
+ metadata.gz: 9cfb9b68f7286bf6c23413f590edca75960b6ad16336191d5380d8dbe7ecc2aa
4
+ data.tar.gz: 71cb776611d8db6f837579b5ad6b023fe200a1aaa30d30e2d9793b5867fe688b
5
5
  SHA512:
6
- metadata.gz: 3477aa284f073b0840edc5bd378e52cf369e14e234bd75eecf1234765154052a8e8346b0bbdc34db468c7f5f912a918227fb0e7abc0c44da10fee350cfce4093
7
- data.tar.gz: 01c7338901b34f371b63bd65250771d575c7bea6ae2aca941009de8adc43da95e11291446d7443d3c61522a712ab35be2f642666677a163ff7f6d3499f7f6481
6
+ metadata.gz: bc52bc17a9453ee6e79e3fcd6de3d719385a7df9b9a8784170a1f03d16b0e5e8d0b196031fa13f87972d6b95e66bdc1a384a238a40cb70f4f9235425bd645368
7
+ data.tar.gz: dad6795052192fafa7320dd908b25aff7e5ce1ac05b00ee0885d483195b2c0146fba57f09c97ab6535a3f7da31fc131096ee380d03afad780ae427d3aec9d1ab
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- third_party_wxa (0.2.4)
4
+ third_party_wxa (0.2.5)
5
5
  activesupport
6
6
  json (>= 1.8.6)
7
7
  redis
@@ -1,6 +1,8 @@
1
+ require 'singleton'
1
2
  module ThirdPartyWxa
2
3
  class Plugin
3
-
4
+
5
+ include Singleton
4
6
  include Api::Authorize
5
7
  include Api::Code
6
8
  include Api::Login
@@ -1,3 +1,3 @@
1
1
  module ThirdPartyWxa
2
- VERSION = "0.2.4"
2
+ VERSION = "0.2.5"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: third_party_wxa
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - hzy
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-06-27 00:00:00.000000000 Z
11
+ date: 2019-07-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rest-client