ios_polyglot_cli 2.8.1 → 2.8.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: 8a2d3b371bed0807c83074709b3e4420f0683ad68a483e1eba2c7e14ef2c3d58
|
4
|
+
data.tar.gz: d48cfd6818d47164cf7cd2029562e5ea32618fb72262a86f748ef017aed5a6cb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9f5e2e3d56ee30417711581031eaf18a451d1884569cbd0383024969085b21270927f59f8c6369bebbfa7ecdc3b4b2189ccee13128c3dbd0dcf28f41650dbf6f
|
7
|
+
data.tar.gz: 2eb5ac2be00987cabaa96321744765313c021d6c4b9d95428db57abcc96dbe253d1f8ea3e393f867c723fc51e23ca18ed2b09f5dce7a57b655538b38234fea6a
|
data/Gemfile.lock
CHANGED
@@ -37,7 +37,7 @@ public struct Strings: Hashable, ExpressibleByStringLiteral, StringsProtocol, Se
|
|
37
37
|
|
38
38
|
public protocol StringsProtocol: RawRepresentable {
|
39
39
|
var localized: String { get }
|
40
|
-
func localized(with args: CVarArg...) -> String
|
40
|
+
func localized(with args: any CVarArg...) -> String
|
41
41
|
}
|
42
42
|
|
43
43
|
public extension StringsProtocol where RawValue == String {
|
@@ -45,7 +45,7 @@ public extension StringsProtocol where RawValue == String {
|
|
45
45
|
return self.rawValue.localized
|
46
46
|
}
|
47
47
|
|
48
|
-
func localized(with args: CVarArg...) -> String {
|
48
|
+
func localized(with args: any CVarArg...) -> String {
|
49
49
|
return String(format: self.rawValue.localized, arguments: args)
|
50
50
|
}
|
51
51
|
}
|
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.8.
|
4
|
+
version: 2.8.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: 2025-
|
11
|
+
date: 2025-07-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|