gwtools 0.0.21 → 0.0.23

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
  SHA256:
3
- metadata.gz: d29bb1373b8036ccfb0e33ad26350560ccfe4feb7e744991a59437703a7a8e02
4
- data.tar.gz: f5290fcebddecca4067169b25991383dead2f6fa343eca8cef5817a4b39819f0
3
+ metadata.gz: f50b6075af8abb67c5ea9ebfa675825f3cf75e84b42cfc76b4e0c5942a7ec985
4
+ data.tar.gz: 7e5743ff2ee91c1ceb733211db47152f12948c2190f983f9b5c8e0975a871c58
5
5
  SHA512:
6
- metadata.gz: c654cf2878b82f65890b64d2b28e8af80d55d6a5a33829dbddd951fd487101c2c9d08fa4bbab78fda365688a37e96f785052e284376a9e8feca90503728dae60
7
- data.tar.gz: b54ef2c9e2865354b95b1f03e1e9dcd1e459e37e12c319f0dac7591ef2b94ef98ab7207734801594869f0a5a270a3dafcfe55833707a9d6ba72bd5bb4268278d
6
+ metadata.gz: 3b1c9195c336cd62fb02fd08ca0fe595e4c18274ad535f45ed8e6a4b007186855a3a37a411d80178ce0a09729a9755670142e54ecf444327375eb2dd33d8ae80
7
+ data.tar.gz: 2c705516ed426d4ac9c9400d1b7f284c06a65573884dff5ae061eb2eba7caa66f5d4681f4800af465a27394d1c8cc1f2d773e67e2f7d64973f2ad42f4f81350b
@@ -22,6 +22,7 @@ module Gwtools
22
22
  getBody
23
23
  getResponse
24
24
 
25
+
25
26
  # puts """
26
27
  # URL: #{@url}
27
28
  # HEADERS: #{@header}
@@ -21,6 +21,8 @@ module Gwtools
21
21
  import RxSwift
22
22
  import SwiftyUserDefaults
23
23
  import HandyJSON
24
+ import GWNetWork
25
+ import GWUserCenterBase
24
26
 
25
27
  /** 参考代码
26
28
  <%="#{@readme}"%>
@@ -94,7 +96,7 @@ public extension <%="#{@api_name}"%> {
94
96
 
95
97
  def self.getPrefixPath(dir_path)
96
98
  prefixPaths = %w[app-api/api/v1.0 app-api/api/v2.0 community-app-api/app-api/api/v1.0 app-api/api/haval/v2.0
97
- bt-cpsp-api/cpsp-api/v1]
99
+ bt-cpsp-api/cpsp-api/v1 bt-cpsp-api/v2]
98
100
 
99
101
  prefixPaths.each do |prefix_path|
100
102
  return prefix_path.gsub(/^\/|\/$/, "") if dir_path.start_with?(prefix_path)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Gwtools
4
- VERSION = "0.0.21"
4
+ VERSION = "0.0.23"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gwtools
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.21
4
+ version: 0.0.23
5
5
  platform: ruby
6
6
  authors:
7
7
  - chenglq
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-09 00:00:00.000000000 Z
11
+ date: 2023-03-14 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Write a longer description or delete this line.
14
14
  email: