ios_polyglot_cli 2.6.1 → 2.6.2

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
  SHA256:
3
- metadata.gz: e5ef5b818b290d761b77c3f37edf48458999400543c94d5a9d4cc653da7f04dc
4
- data.tar.gz: 0fe76569b75cab810db5f9d6b11b574849539dc9d97fb4d7c43ccf6bd31d7add
3
+ metadata.gz: 01f24c6d35148c0b44fb149400ce207b92583458ab875f8df5e022c6686cc377
4
+ data.tar.gz: a3b6d13f4050f8f1989e51ea677c353669119033f487d67d126e53e81977ab6d
5
5
  SHA512:
6
- metadata.gz: 0af9226f9c4a90f44e477c2709fa5911c1ae7db8fefbcd87f0bd37c62a1a9f08d3cd6732a872dc2dae17fbee4288af525616615491fd9f2c0ed5f695384cef29
7
- data.tar.gz: 1758a78103cc0e357b766ba990bfffcdaa0af44e4ad54643def4b768dd2fa09f6811f6a643e5b757d3b7a1247229bb61f7cfa3710ea5dccdc92caa676672cf66
6
+ metadata.gz: 7a1689ddb1d0dd574d6388466fd32a6f6e08ed1ffc156fe321b653a503dca12a72a75739d0c163428cec8fa16cbb2c1617688d80126eed8e442dddff476a9c1e
7
+ data.tar.gz: c924592ba2460eebb45b2e880bd7ba4e6d33f2fed8209afbee480755a2b0072feebc25867a365f5ebcdaf0b0a60041fcce387bc17b79d530cbc9fe3edcabaa7c
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.2)
5
5
  activesupport
6
6
  commander
7
7
  json_api_client
@@ -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.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.6.1
4
+ version: 2.6.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: 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