ios_polyglot_cli 2.8.2 → 2.9.0
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 +4 -4
- data/.ruby-version +1 -1
- data/Gemfile.lock +32 -32
- data/lib/ios_polyglot_cli/version.rb +1 -1
- metadata +3 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ace260a2a0032f563f6c8f6e76e6a95de79c4b44c1eada6683bf292413ec5753
|
|
4
|
+
data.tar.gz: 31c38ec95a96f8131e595aa160df01c84dcc490fbd43797ef845b76d376276dd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6f6cc77c56cb96bdca5915fc975e9eff8e6110a0262a0f99580acf4e0086b8d7474b57405b038e3c7c388463170c243ad1b723616739f2bf4affc8b9234dc07e
|
|
7
|
+
data.tar.gz: 237260a88d77e7151a579388b113f4334d28192a3ef91e3301a0308ae19f9d485f6c43192c1e15d2c245a2a00e8fd8eb32cd8008ae8750dda487587f3984b443
|
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.
|
|
1
|
+
3.4.7
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
ios_polyglot_cli (2.
|
|
4
|
+
ios_polyglot_cli (2.9.0)
|
|
5
5
|
activesupport
|
|
6
6
|
commander
|
|
7
7
|
json_api_client
|
|
@@ -11,9 +11,9 @@ PATH
|
|
|
11
11
|
GEM
|
|
12
12
|
remote: https://rubygems.org/
|
|
13
13
|
specs:
|
|
14
|
-
activemodel (
|
|
15
|
-
activesupport (=
|
|
16
|
-
activesupport (
|
|
14
|
+
activemodel (8.0.3)
|
|
15
|
+
activesupport (= 8.0.3)
|
|
16
|
+
activesupport (8.0.3)
|
|
17
17
|
base64
|
|
18
18
|
benchmark (>= 0.3)
|
|
19
19
|
bigdecimal
|
|
@@ -25,31 +25,32 @@ GEM
|
|
|
25
25
|
minitest (>= 5.1)
|
|
26
26
|
securerandom (>= 0.3)
|
|
27
27
|
tzinfo (~> 2.0, >= 2.0.5)
|
|
28
|
+
uri (>= 0.13.1)
|
|
28
29
|
addressable (2.8.7)
|
|
29
30
|
public_suffix (>= 2.0.2, < 7.0)
|
|
30
|
-
base64 (0.
|
|
31
|
-
benchmark (0.4.
|
|
32
|
-
bigdecimal (3.
|
|
33
|
-
byebug (
|
|
31
|
+
base64 (0.3.0)
|
|
32
|
+
benchmark (0.4.1)
|
|
33
|
+
bigdecimal (3.2.3)
|
|
34
|
+
byebug (12.0.0)
|
|
34
35
|
coderay (1.1.3)
|
|
35
36
|
commander (5.0.0)
|
|
36
37
|
highline (~> 3.0.0)
|
|
37
|
-
concurrent-ruby (1.3.
|
|
38
|
-
connection_pool (2.4
|
|
39
|
-
drb (2.2.
|
|
40
|
-
faraday (2.
|
|
38
|
+
concurrent-ruby (1.3.5)
|
|
39
|
+
connection_pool (2.5.4)
|
|
40
|
+
drb (2.2.3)
|
|
41
|
+
faraday (2.14.0)
|
|
41
42
|
faraday-net_http (>= 2.0, < 3.5)
|
|
42
43
|
json
|
|
43
44
|
logger
|
|
44
45
|
faraday-gzip (2.0.1)
|
|
45
46
|
faraday (>= 1.0)
|
|
46
47
|
zlib (~> 3.0)
|
|
47
|
-
faraday-net_http (3.4.
|
|
48
|
+
faraday-net_http (3.4.1)
|
|
48
49
|
net-http (>= 0.5.0)
|
|
49
50
|
highline (3.0.1)
|
|
50
|
-
i18n (1.14.
|
|
51
|
+
i18n (1.14.7)
|
|
51
52
|
concurrent-ruby (~> 1.0)
|
|
52
|
-
json (2.
|
|
53
|
+
json (2.15.0)
|
|
53
54
|
json_api_client (1.23.0)
|
|
54
55
|
activemodel (>= 6.0.0)
|
|
55
56
|
activesupport (>= 6.0.0)
|
|
@@ -57,24 +58,24 @@ GEM
|
|
|
57
58
|
faraday (>= 1.10, < 3.0)
|
|
58
59
|
faraday-gzip (>= 1.0, < 3.0)
|
|
59
60
|
rack (>= 0.2)
|
|
60
|
-
logger (1.
|
|
61
|
+
logger (1.7.0)
|
|
61
62
|
method_source (1.1.0)
|
|
62
|
-
minitest (5.25.
|
|
63
|
-
net-http (0.
|
|
63
|
+
minitest (5.25.5)
|
|
64
|
+
net-http (0.6.0)
|
|
64
65
|
uri
|
|
65
|
-
parallel (1.
|
|
66
|
+
parallel (1.27.0)
|
|
66
67
|
pastel (0.8.0)
|
|
67
68
|
tty-color (~> 0.5)
|
|
68
|
-
pry (0.
|
|
69
|
+
pry (0.15.2)
|
|
69
70
|
coderay (~> 1.1)
|
|
70
71
|
method_source (~> 1.0)
|
|
71
|
-
pry-byebug (3.
|
|
72
|
-
byebug (~>
|
|
73
|
-
pry (>= 0.13, < 0.
|
|
74
|
-
public_suffix (6.0.
|
|
75
|
-
rack (3.1
|
|
76
|
-
rake (13.
|
|
77
|
-
securerandom (0.
|
|
72
|
+
pry-byebug (3.11.0)
|
|
73
|
+
byebug (~> 12.0)
|
|
74
|
+
pry (>= 0.13, < 0.16)
|
|
75
|
+
public_suffix (6.0.2)
|
|
76
|
+
rack (3.2.1)
|
|
77
|
+
rake (13.3.0)
|
|
78
|
+
securerandom (0.4.1)
|
|
78
79
|
tty-color (0.6.0)
|
|
79
80
|
tty-cursor (0.7.1)
|
|
80
81
|
tty-prompt (0.23.1)
|
|
@@ -87,14 +88,13 @@ GEM
|
|
|
87
88
|
tty-screen (0.8.2)
|
|
88
89
|
tzinfo (2.0.6)
|
|
89
90
|
concurrent-ruby (~> 1.0)
|
|
90
|
-
uri (1.0.
|
|
91
|
+
uri (1.0.3)
|
|
91
92
|
wisper (2.0.1)
|
|
92
|
-
zlib (3.2.
|
|
93
|
+
zlib (3.2.1)
|
|
93
94
|
|
|
94
95
|
PLATFORMS
|
|
95
|
-
arm64-darwin-22
|
|
96
|
-
arm64-darwin-23
|
|
97
96
|
arm64-darwin-24
|
|
97
|
+
ruby
|
|
98
98
|
|
|
99
99
|
DEPENDENCIES
|
|
100
100
|
bundler
|
|
@@ -103,4 +103,4 @@ DEPENDENCIES
|
|
|
103
103
|
rake
|
|
104
104
|
|
|
105
105
|
BUNDLED WITH
|
|
106
|
-
2.
|
|
106
|
+
2.7.2
|
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ios_polyglot_cli
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.9.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Filip Gulan
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: exe
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
14
13
|
name: bundler
|
|
@@ -122,7 +121,6 @@ dependencies:
|
|
|
122
121
|
- - ">="
|
|
123
122
|
- !ruby/object:Gem::Version
|
|
124
123
|
version: '0'
|
|
125
|
-
description:
|
|
126
124
|
email:
|
|
127
125
|
- filip.gulan@infinum.hr
|
|
128
126
|
executables:
|
|
@@ -179,7 +177,6 @@ licenses:
|
|
|
179
177
|
- MIT
|
|
180
178
|
metadata:
|
|
181
179
|
allowed_push_host: https://rubygems.org
|
|
182
|
-
post_install_message:
|
|
183
180
|
rdoc_options: []
|
|
184
181
|
require_paths:
|
|
185
182
|
- lib
|
|
@@ -194,8 +191,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
194
191
|
- !ruby/object:Gem::Version
|
|
195
192
|
version: '0'
|
|
196
193
|
requirements: []
|
|
197
|
-
rubygems_version: 3.
|
|
198
|
-
signing_key:
|
|
194
|
+
rubygems_version: 3.6.9
|
|
199
195
|
specification_version: 4
|
|
200
196
|
summary: A CLI for pulling polyglot translations and generating iOS Source Files
|
|
201
197
|
test_files: []
|