fastlane-plugin-google_sheet_localize 0.3.03 → 0.3.04
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e212c4364acd3ce209bcb89e3bf988c1dcc4b0fccd984a02b3c8daf2d1a3f4bd
|
|
4
|
+
data.tar.gz: ef896141f5fd95cc775f511dc7904a5ba3d8f858c56431c281f213897ccd8cff
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0eb92e7d0ef452b6ad3f522b86cb5adafc6877e7b304059ad0e7826a6675056e4af4e4210b64245c591c8b21f51d8fb695401790d5b424b8a4dc6ea196f8d0d8
|
|
7
|
+
data.tar.gz: 0ae0c1f89d48a4317c1c5bc84bba7ed21b90aae48d6c50a714fb01bd2020abc13f1bf01a611dbfc9d433422c77129d74721421e8a733205bf7f4d51280dd9bff
|
|
@@ -192,7 +192,7 @@ module Fastlane
|
|
|
192
192
|
|
|
193
193
|
identifier = item['identifier']
|
|
194
194
|
|
|
195
|
-
values = identifier.dup.split(
|
|
195
|
+
values = identifier.dup.split(/\.|_/)
|
|
196
196
|
|
|
197
197
|
constantName = ""
|
|
198
198
|
|
|
@@ -238,24 +238,19 @@ module Fastlane
|
|
|
238
238
|
if comment.to_s.empty?
|
|
239
239
|
return %Q(
|
|
240
240
|
/**
|
|
241
|
-
- Example:
|
|
242
|
-
````
|
|
243
241
|
#{example}
|
|
244
|
-
````
|
|
245
242
|
*/
|
|
246
243
|
)
|
|
247
244
|
end
|
|
248
245
|
|
|
249
246
|
return %Q(
|
|
250
247
|
/**
|
|
248
|
+
#{example}
|
|
249
|
+
|
|
251
250
|
- Sheet comment:
|
|
252
251
|
````
|
|
253
252
|
#{comment}
|
|
254
253
|
````
|
|
255
|
-
- Example:
|
|
256
|
-
````
|
|
257
|
-
#{example}
|
|
258
|
-
````
|
|
259
254
|
*/
|
|
260
255
|
)
|
|
261
256
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fastlane-plugin-google_sheet_localize
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.04
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mario Hahn
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-06-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google_drive
|