fastlane-plugin-google_sheet_localize 0.1.82 → 0.1.83

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: 4dc6285a771c92ad1e0b712d68c5357859bed9fabc9dbc590c1da1c06dca2b86
4
- data.tar.gz: 29c2089a93ea773cf3aad5296cf958d4899f5727976bb7a58cc9ea4b2fa1d5a3
3
+ metadata.gz: 3bcddf273efd4e581c51675e403d9e6deb10f69af4f8ba82a2039fbbba98dfaf
4
+ data.tar.gz: c1631bb5d16251bc3029596e23da641623940abab8e11b35a68f084e05453a2a
5
5
  SHA512:
6
- metadata.gz: 926e29ec71ce033efe1ec6e4646ad9b7480bc4317cf0214c8bf34bd037002d1aeeedcfafb38798c76be26b330962a28e0056ad3905eecd6e41ddc264b90108f3
7
- data.tar.gz: a04a7a94340908e804790eb103b87500ea60bc02c29f67214110318999da4443e6576f2118276c2e223c7bd84236511901febc6bcaf0d9fa56274a2057671d59
6
+ metadata.gz: 6976550256e396f5b846b5278f6dfb95691f8f07bf4a07513dcf3284bcaa24f8802fcf604422b0a9847827e9e5b5043da047491f66bc7f03123292d18a943fb0
7
+ data.tar.gz: c10a4de3ba7f8a6e6b0e682afa38c44e39c86470c6442931fb5af8c9acabedf66eda214cd20837f6d4af0f7308db71ec7d75c47a628e6ee4b599c21f6d912e44
@@ -240,7 +240,7 @@ module Fastlane
240
240
 
241
241
  text = text.gsub(/\\?'/, "\\\\'")
242
242
 
243
- if text.scan(/|/).length >= 2 && text.include?("\n")
243
+ if text.include?("one|")
244
244
 
245
245
  text = text.gsub("\n", "|")
246
246
 
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module GoogleSheetLocalize
3
- VERSION = "0.1.82"
3
+ VERSION = "0.1.83"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-google_sheet_localize
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.82
4
+ version: 0.1.83
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mario Hahn