ios_polyglot_cli 2.2.1 → 2.2.2
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
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f732e12b6a0d53d57530b7b1449daa454a14509968009eb96c7ce4e94e8eba74
|
|
4
|
+
data.tar.gz: ed86e8a6336bfd8d5dc32e50bd9ee49182f82dbe43b8a989d5a5bb6738c154b1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0d2eef0ab5b63fb5c077f3a67d01f6594b97305f7ed35917ab8ef73ddd9f0f7522f8fcb0ff3404059a862b976132137aba091c2e9e5e6ed9d6fc39e566c9d2db
|
|
7
|
+
data.tar.gz: 65afae6af5f0b4c486d884f4bed31f8c0f635fff1a4ee60ce0c43dc4bbb4717379ed41bf930540563a188a8207c1b517a79150a0947c9f59029942869ddfb4b2
|
data/Gemfile.lock
CHANGED
|
@@ -20,7 +20,7 @@ module PolyglotIos
|
|
|
20
20
|
<<-TEMPLATE
|
|
21
21
|
import Foundation
|
|
22
22
|
|
|
23
|
-
// swiftlint:disable file_length type_body_length line_length superfluous_disable_command
|
|
23
|
+
// swiftlint:disable file_length type_body_length line_length superfluous_disable_command redundant_string_enum_value
|
|
24
24
|
<%= @root_enum.serialized() %>
|
|
25
25
|
public protocol StringsProtocol: RawRepresentable {
|
|
26
26
|
var localized: String { get }
|
|
@@ -61,4 +61,4 @@ TEMPLATE
|
|
|
61
61
|
end
|
|
62
62
|
end
|
|
63
63
|
end
|
|
64
|
-
end
|
|
64
|
+
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ios_polyglot_cli
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.2.
|
|
4
|
+
version: 2.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Filip Gulan
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2022-06-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -186,7 +186,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
186
186
|
- !ruby/object:Gem::Version
|
|
187
187
|
version: '0'
|
|
188
188
|
requirements: []
|
|
189
|
-
|
|
189
|
+
rubyforge_project:
|
|
190
|
+
rubygems_version: 2.7.6
|
|
190
191
|
signing_key:
|
|
191
192
|
specification_version: 4
|
|
192
193
|
summary: A CLI for pulling polyglot translations and generating iOS Source Files
|