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: 3374881eeb767e53761655ffe1d720b48ee2a7f3b3e323e0b732c9809583c027
4
- data.tar.gz: e283c2b7386f09bd40ccb435d0194d5703ccb624b20fac030fdb8b7fc5795582
3
+ metadata.gz: 8a2d3b371bed0807c83074709b3e4420f0683ad68a483e1eba2c7e14ef2c3d58
4
+ data.tar.gz: d48cfd6818d47164cf7cd2029562e5ea32618fb72262a86f748ef017aed5a6cb
5
5
  SHA512:
6
- metadata.gz: 0247f84e318ac505a3fa6c596d0177f7e8ba7f37336e041480b12c58f6abb73315bd2afe1a5a44609fc7bd08adf5a121cd642b66e47fcaa8757534e4bc7b8f55
7
- data.tar.gz: 8a80dd1854c325bde438874ee825b8fe9052b0fcc68e8066ee522bd2a58040e911f21d1d1a8f3a7150e87fb2933bf35ff5dce719290af924d983db3826b8b3a7
6
+ metadata.gz: 9f5e2e3d56ee30417711581031eaf18a451d1884569cbd0383024969085b21270927f59f8c6369bebbfa7ecdc3b4b2189ccee13128c3dbd0dcf28f41650dbf6f
7
+ data.tar.gz: 2eb5ac2be00987cabaa96321744765313c021d6c4b9d95428db57abcc96dbe253d1f8ea3e393f867c723fc51e23ca18ed2b09f5dce7a57b655538b38234fea6a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ios_polyglot_cli (2.8.1)
4
+ ios_polyglot_cli (2.8.2)
5
5
  activesupport
6
6
  commander
7
7
  json_api_client
@@ -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
  }
@@ -1,3 +1,3 @@
1
1
  module PolyglotIos
2
- VERSION = '2.8.1'
2
+ VERSION = '2.8.2'
3
3
  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.8.1
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-03-19 00:00:00.000000000 Z
11
+ date: 2025-07-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler