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 +4 -4
- data/lib/gwtools/generate/swift.rb +2 -1
- data/lib/gwtools/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e3007bfd409959d80ace62d0c7f4d184fdc87aa5cdf99a0af9131c7178bc054f
|
4
|
+
data.tar.gz: f8d8e7aaf6b6883bc4840e55843a80d2642a0760448a9164dcbed5cf08a4b5da
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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)
|
data/lib/gwtools/version.rb
CHANGED