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: f0e9d2ad57caefd5801f7a24cb4152e61b76309bfc7a1a2b2854c09b5adf6b21
4
- data.tar.gz: a7fd0f0f98838de2ba7a657aad4f9a5e87b89b65df040690c3ca37dd9d7a9dbe
3
+ metadata.gz: e212c4364acd3ce209bcb89e3bf988c1dcc4b0fccd984a02b3c8daf2d1a3f4bd
4
+ data.tar.gz: ef896141f5fd95cc775f511dc7904a5ba3d8f858c56431c281f213897ccd8cff
5
5
  SHA512:
6
- metadata.gz: 2675ff5f470ee39d74861b6445d9df5ef4176a622269b1196fe33bf936ee586511f63cf45d66b654059718fa4e25fb70f2fe4662634aadb5fd733fdec7992fba
7
- data.tar.gz: f237f54b45bc8ea3030f016d88322fd4da030202b17bc3593207432546712140580d078d0a3d559c8307415d8b388fb66dc7d65eae59e550e75fcb1a8b17dbe1
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
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module GoogleSheetLocalize
3
- VERSION = "0.3.03"
3
+ VERSION = "0.3.04"
4
4
  end
5
5
  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.03
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-04-17 00:00:00.000000000 Z
11
+ date: 2019-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google_drive