gwtools 0.0.10 → 0.0.11

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: cd2b37aeec182ef52a494b197f0eb4abfe9405e440efa2e2ab3b79b9c810e044
4
- data.tar.gz: 3734ca2671df99c5a879ec5a5a5a336fab43f6e96028900f9ecf68baaffa9081
3
+ metadata.gz: e3007bfd409959d80ace62d0c7f4d184fdc87aa5cdf99a0af9131c7178bc054f
4
+ data.tar.gz: f8d8e7aaf6b6883bc4840e55843a80d2642a0760448a9164dcbed5cf08a4b5da
5
5
  SHA512:
6
- metadata.gz: 259ec36cc9e7cb1ea91f86ac6c646a69375103ccd005e5c9d86629a91ac442cd642804b0c04807c81d5ac0878a541b7eedbafd70417ee2a68910ae0aa914aeab
7
- data.tar.gz: ed034226ac174115a66b2e16173b33afb0057c1797453c292010759fa190e4804b55d6f174c1743d35b069a9adcb4cdac303dbaba3091e0f3b6964c22e442b23
6
+ metadata.gz: 714fb8b942c4e0c2be8cf56a07dc2850cd9899e9ea57eed850900cb9edfa9ccf008a0bc346afb681a497acf78f79b76d927a61beb4fa45b561475bdcc52a8029
7
+ data.tar.gz: b1b9a19753e711bf0fa15b7168debcbd05158b750a854b55de20ca60cdf5bd7384e71fcdc885cd50a6f5888de18d9f9d818b9141a6a3f8944d3dbad9d60feb11
@@ -116,7 +116,8 @@ public extension <%="#{@api_name}"%> {
116
116
  end
117
117
 
118
118
  def self.getPrefixPath(dir_path)
119
- prefixPaths = %w[app-api/api/v1.0 app-api/api/v2.0 community-app-api/app-api/api/v1.0]
119
+ 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
120
+ bt-cpsp-api/cpsp-api/v1]
120
121
 
121
122
  prefixPaths.each do |prefix_path|
122
123
  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.10"
4
+ VERSION = "0.0.11"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gwtools
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.10
4
+ version: 0.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - chenglq