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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 01f24c6d35148c0b44fb149400ce207b92583458ab875f8df5e022c6686cc377
|
4
|
+
data.tar.gz: a3b6d13f4050f8f1989e51ea677c353669119033f487d67d126e53e81977ab6d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7a1689ddb1d0dd574d6388466fd32a6f6e08ed1ffc156fe321b653a503dca12a72a75739d0c163428cec8fa16cbb2c1617688d80126eed8e442dddff476a9c1e
|
7
|
+
data.tar.gz: c924592ba2460eebb45b2e880bd7ba4e6d33f2fed8209afbee480755a2b0072feebc25867a365f5ebcdaf0b0a60041fcce387bc17b79d530cbc9fe3edcabaa7c
|
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.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-
|
11
|
+
date: 2024-03-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|