fastlane-plugin-google_sheet_localize 0.2.01 → 0.2.02

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bfa063fc91071abd90f3d4a0c8e332f2534a5cc43e4fcfbc7acd887e971af347
4
- data.tar.gz: 2bddc8adad134bc11c72823012241b030ed86b5d534bde3993908192e985b0f4
3
+ metadata.gz: 47e5f0f6ddd01bf64991e658451a1179b6e58013169442e44fd9738ff5fae9c6
4
+ data.tar.gz: 773c0a27ae7f3917f7d85677a025dd48ae4b9dfa6c093927796e65233495de75
5
5
  SHA512:
6
- metadata.gz: ae54db6f525255f77a3fc77d2ff6f321a127f67adf54a5306a44d21409c54e34802cf358e930942e8922ed5cc06c1f5cb40e0816002cd63606ecb70e71a5fde2
7
- data.tar.gz: 3deb8c4bcbb71580c0997b8c4c856fba6c43af17889dd94f6bf77d0cbce9f8c38835d3c70cf310181aa269ead5ea4f0f3f860934c790b6d553052eec5b9cff3b
6
+ metadata.gz: 6f393d8866330b991b1b10d301f801c6649404a88b28e3c5c0974db21221cc2d488a7658b5daa038bbd9946489fa767882b016a95d2d4a1f1d9b81d316ee38b9
7
+ data.tar.gz: af936ea44d8c37d997427ec0d0116c5bdbec3155cf9e9ec51372ee2e99d2cc154003088c38fa17e812731bc8e74c263f537b90bb206bd4959a6c4d031a628cb5
@@ -308,7 +308,7 @@ module Fastlane
308
308
  if wordIndex % 2 == 0
309
309
  plural = "\t\t<item quantity=\"#{word}\">"
310
310
  else
311
- plural = plural + "<![CDATA[\"#{word}\"]]></item>\n"
311
+ plural = plural + "<![CDATA[#{word}]]></item>\n"
312
312
  line = line + plural
313
313
  end
314
314
  }
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module GoogleSheetLocalize
3
- VERSION = "0.2.01"
3
+ VERSION = "0.2.02"
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.2.01
4
+ version: 0.2.02
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-02-08 00:00:00.000000000 Z
11
+ date: 2019-02-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google_drive