ios_polyglot_cli 2.6.1 → 2.6.3

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: e5ef5b818b290d761b77c3f37edf48458999400543c94d5a9d4cc653da7f04dc
4
- data.tar.gz: 0fe76569b75cab810db5f9d6b11b574849539dc9d97fb4d7c43ccf6bd31d7add
3
+ metadata.gz: cbf65168fa336647874134dad8a81a0554b7bd98ee674a7a7eb1764d611b3d94
4
+ data.tar.gz: 1ee9b4e11181b47de8486e68e8ca3e055a1100e2d5997ba7a79ad8b5ba781322
5
5
  SHA512:
6
- metadata.gz: 0af9226f9c4a90f44e477c2709fa5911c1ae7db8fefbcd87f0bd37c62a1a9f08d3cd6732a872dc2dae17fbee4288af525616615491fd9f2c0ed5f695384cef29
7
- data.tar.gz: 1758a78103cc0e357b766ba990bfffcdaa0af44e4ad54643def4b768dd2fa09f6811f6a643e5b757d3b7a1247229bb61f7cfa3710ea5dccdc92caa676672cf66
6
+ metadata.gz: 893f8c0f382084b2d4d520854c68a598584a823fa6072ab78f552b96dcc90267f7e4b2613c755cb705481de60969ae9e9105517fca28fa8f239674e0707d4c69
7
+ data.tar.gz: eb2b12f270a44f675f6d01374212a5b94cfaf39714bd3d41178757951065c1577e1608a1d4c99a9a3631188c8ad6c2f51bd57b527ed35889c178ba54a0ddab88
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ios_polyglot_cli (2.6.1)
4
+ ios_polyglot_cli (2.6.3)
5
5
  activesupport
6
6
  commander
7
7
  json_api_client
@@ -15,7 +15,7 @@ module PolyglotIos
15
15
  <<-TEMPLATE
16
16
  import Foundation
17
17
 
18
- public struct Language {
18
+ public struct Language: Sendable {
19
19
 
20
20
  public let name: String
21
21
  public let localName: String
@@ -22,7 +22,7 @@ import Foundation
22
22
 
23
23
  // swiftlint:disable all
24
24
  <%= @root_enum.serialized() %>
25
- public struct Strings: Hashable, ExpressibleByStringLiteral, StringsProtocol {
25
+ public struct Strings: Hashable, ExpressibleByStringLiteral, StringsProtocol, Sendable {
26
26
  public let rawValue: String
27
27
 
28
28
  public init(rawValue: String) {
@@ -1,3 +1,3 @@
1
1
  module PolyglotIos
2
- VERSION = '2.6.1'
2
+ VERSION = '2.6.3'
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.6.1
4
+ version: 2.6.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Filip Gulan
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-03-18 00:00:00.000000000 Z
11
+ date: 2024-03-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler