fastlane-plugin-translation 1.1.3 → 1.1.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: e968fe7f8b8001ec7ac3ffccc7fcf7aebcab49dc
4
- data.tar.gz: e5614faf25ce478d2493a4eff45908c3dd1842ec
3
+ metadata.gz: 8c8437c17e44f6c3a879307083d3ec7393f805de
4
+ data.tar.gz: d3582cb48e890b1099340af4067fef5c794de003
5
5
  SHA512:
6
- metadata.gz: caa3d44f748e2b14f6fc4b43f086ad5a6455e926e407cf843f06a53667aeb81b1a582c0e19125ba5c7d229af6c392a3fcf2617cb8a2aa74f7fc1df25c96bf213
7
- data.tar.gz: 5c5a23b092bbc57f0f8228461cf49db982b3b2741358bc555f8c9f41c6ee2785ff1c5f760e58d70bad24a4752ceeb4410e9ce040e039d87f2d2205ad3003ba56
6
+ metadata.gz: 148109a03a2969140bf5c5cfc82b9c0852ef8aaaf609de2fac777ee2d5097520caa988485e464f64314bc6bf1f59267cb31b604ba218de01eb958fdfcffbb641
7
+ data.tar.gz: c814b9cdc78b30442b876d0d12818c6c1a3cff4029119767b74516c0c8c4551ce9bde7a9c106121bb69849ca3cec8c8a8ff8d01951fd48a62f83f14b09a5745d
@@ -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 superfluous_disable_command\n")
73
+ file.write("// swiftlint:disable identifier_name line_length file_length type_body_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.1.3"
3
+ VERSION = "1.1.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.1.3
4
+ version: 1.1.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-29 00:00:00.000000000 Z
11
+ date: 2018-10-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google_drive