ios_polyglot_cli 2.6.1 → 2.6.3
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cbf65168fa336647874134dad8a81a0554b7bd98ee674a7a7eb1764d611b3d94
|
4
|
+
data.tar.gz: 1ee9b4e11181b47de8486e68e8ca3e055a1100e2d5997ba7a79ad8b5ba781322
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 893f8c0f382084b2d4d520854c68a598584a823fa6072ab78f552b96dcc90267f7e4b2613c755cb705481de60969ae9e9105517fca28fa8f239674e0707d4c69
|
7
|
+
data.tar.gz: eb2b12f270a44f675f6d01374212a5b94cfaf39714bd3d41178757951065c1577e1608a1d4c99a9a3631188c8ad6c2f51bd57b527ed35889c178ba54a0ddab88
|
data/Gemfile.lock
CHANGED
@@ -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) {
|
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.
|
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-
|
11
|
+
date: 2024-03-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|