fastlane-plugin-translation 1.0.3 → 1.0.4

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: 13810020d9c0b6c99f1dbe3c3201cf168af8898d
4
- data.tar.gz: f05dd7f3ccdd8459124c7ff7e678c0d61dfff696
3
+ metadata.gz: 2f4401469818753f0c18ad67a600f3fb3456d829
4
+ data.tar.gz: 3bca54ca2f9d85a0d11fc0b7282938ebf63e1149
5
5
  SHA512:
6
- metadata.gz: 825e1b78c24dfa05ec11e928f3c54aca9fcb85e1bbe94757c1fdf71a52e8973ad28670e4c1339d789f7a7fd8f92c15058d476b85b3b80c9b42fa9ad20fb19fa5
7
- data.tar.gz: cf283f70239b87f99a89d60ba4598b43300dc343ecee895137b75525d365a7b1617a99ca437af44febd4412f6feda3cf93fa83ade50426e02deda433776eedf3
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|
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Translation
3
- VERSION = "1.0.3"
3
+ VERSION = "1.0.4"
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.0.3
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-08-01 00:00:00.000000000 Z
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