fastlane-plugin-translation 1.0.3 → 1.0.4
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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2f4401469818753f0c18ad67a600f3fb3456d829
|
4
|
+
data.tar.gz: 3bca54ca2f9d85a0d11fc0b7282938ebf63e1149
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a0b606ba635c25361603b185130f591f4406f8507148cbac5f12c38a5484cc412f490ffb702986cea4dd6128c3f0a75a840c386e0ee19bc26d47f7cd0b26c1d5
|
7
|
+
data.tar.gz: 8ff215e4569c46ec2e2f0ba558381e8d069196e0246903d43a98706521d55012a322daf5e233dea3677a388cb6324fd54b0c24de247c161fd1aae0a6ea5c829c
|
@@ -70,7 +70,7 @@ module Fastlane
|
|
70
70
|
FileUtils.mkdir_p(File.dirname(swift_path))
|
71
71
|
file = open(swift_path, 'w')
|
72
72
|
file.write("import Foundation\n")
|
73
|
-
file.write("// swiftlint:disable identifier_name line_length file_length\n")
|
73
|
+
file.write("// swiftlint:disable identifier_name line_length file_length superfluous_disable_command\n")
|
74
74
|
file.write("struct Translations {\n")
|
75
75
|
|
76
76
|
CSV.foreach(cvs_path) do |row|
|
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.0.
|
4
|
+
version: 1.0.4
|
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-
|
11
|
+
date: 2017-09-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-api-client
|