fastlane-plugin-translation 1.1.2 → 1.1.3

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
  SHA1:
3
- metadata.gz: 0632ab178f9f91392c1b3c3dd7a97bbad33bd57c
4
- data.tar.gz: 56baffbd964318bc916e2daf9adb8f5d6cf5455a
3
+ metadata.gz: e968fe7f8b8001ec7ac3ffccc7fcf7aebcab49dc
4
+ data.tar.gz: e5614faf25ce478d2493a4eff45908c3dd1842ec
5
5
  SHA512:
6
- metadata.gz: 34f98b80134a4081606fba4c1f57b1764ac4159079f706ab2a48645a89de822b843c5f7c6a3209125d95c0da118dc66da2b383ecd83bbf1e3fe26bffe1bc0c55
7
- data.tar.gz: 2bdaaf86f7c814ccffbd5f27c0c9b12ff0d804f4f19a8efc425ff057610a7bec7af302ae75c492646ccffb565b878346763943d8ce3b23d3a0c44bbc649de47b
6
+ metadata.gz: caa3d44f748e2b14f6fc4b43f086ad5a6455e926e407cf843f06a53667aeb81b1a582c0e19125ba5c7d229af6c392a3fcf2617cb8a2aa74f7fc1df25c96bf213
7
+ data.tar.gz: 5c5a23b092bbc57f0f8228461cf49db982b3b2741358bc555f8c9f41c6ee2785ff1c5f760e58d70bad24a4752ceeb4410e9ce040e039d87f2d2205ad3003ba56
@@ -41,7 +41,7 @@ module Fastlane
41
41
  key_row = row[key]
42
42
  value_row = row[index].gsub("\"", "\\\"")
43
43
  value_row = value_row.gsub("\n", "\\n")
44
- file.write("#{key_row} = \"#{value_row}\";\n")
44
+ file.write("\"#{key_row}\" = \"#{value_row}\";\n")
45
45
  end
46
46
  end
47
47
  file.close
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Translation
3
- VERSION = "1.1.2"
3
+ VERSION = "1.1.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-translation
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jakob Jensen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-09-28 00:00:00.000000000 Z
11
+ date: 2017-11-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google_drive