ios_polyglot_cli 2.1.1 → 2.2.2

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: 8bda7ac5af513faa92b14f2f1bbd8a8a07ba40aba3abde2f4fc76db468ed5c41
4
- data.tar.gz: 3460d9c9c39dca48926d141a53f635baa10e869ac3b5dc2a39df59b4464d768b
3
+ metadata.gz: f732e12b6a0d53d57530b7b1449daa454a14509968009eb96c7ce4e94e8eba74
4
+ data.tar.gz: ed86e8a6336bfd8d5dc32e50bd9ee49182f82dbe43b8a989d5a5bb6738c154b1
5
5
  SHA512:
6
- metadata.gz: d099ebce623c7c29742c00ddf43b97e66fbd7351241fd3ece80f623e9fdf598de751709122c1993f2b543bf105831b491913d3a293f6cd305741093a7a5757e1
7
- data.tar.gz: e1976e09ca2e3a63ae42aacbc798b3f9f63f6b168f1b90f509a427f4872f1cd054c73a46e49751465db303a3e76d26dd5fdd0d934c7461c39d362c3f25af21a5
6
+ metadata.gz: 0d2eef0ab5b63fb5c077f3a67d01f6594b97305f7ed35917ab8ef73ddd9f0f7522f8fcb0ff3404059a862b976132137aba091c2e9e5e6ed9d6fc39e566c9d2db
7
+ data.tar.gz: 65afae6af5f0b4c486d884f4bed31f8c0f635fff1a4ee60ce0c43dc4bbb4717379ed41bf930540563a188a8207c1b517a79150a0947c9f59029942869ddfb4b2
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ios_polyglot_cli (2.1.1)
4
+ ios_polyglot_cli (2.2.2)
5
5
  activesupport
6
6
  commander
7
7
  json_api_client
@@ -11,72 +11,73 @@ PATH
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- RubyInline (3.12.4)
14
+ RubyInline (3.12.5)
15
15
  ZenTest (~> 4.3)
16
- ZenTest (4.11.2)
17
- activemodel (5.2.3)
18
- activesupport (= 5.2.3)
19
- activesupport (5.2.3)
16
+ ZenTest (4.12.0)
17
+ activemodel (6.0.0)
18
+ activesupport (= 6.0.0)
19
+ activesupport (6.0.0)
20
20
  concurrent-ruby (~> 1.0, >= 1.0.2)
21
21
  i18n (>= 0.7, < 2)
22
22
  minitest (~> 5.1)
23
23
  tzinfo (~> 1.1)
24
- addressable (2.6.0)
25
- public_suffix (>= 2.0.2, < 4.0)
24
+ zeitwerk (~> 2.1, >= 2.1.8)
25
+ addressable (2.7.0)
26
+ public_suffix (>= 2.0.2, < 5.0)
26
27
  byebug (11.0.1)
27
28
  coderay (1.1.2)
28
29
  commander (4.4.7)
29
30
  highline (~> 2.0.0)
30
- concurrent-ruby (1.1.5)
31
- equatable (0.5.0)
32
- faraday (0.15.4)
31
+ concurrent-ruby (1.1.6)
32
+ equatable (0.6.1)
33
+ faraday (0.17.0)
33
34
  multipart-post (>= 1.2, < 3)
34
35
  faraday_middleware (0.13.1)
35
36
  faraday (>= 0.7.4, < 1.0)
36
- highline (2.0.2)
37
- i18n (1.6.0)
37
+ highline (2.0.3)
38
+ i18n (1.7.0)
38
39
  concurrent-ruby (~> 1.0)
39
- json_api_client (1.9.0)
40
+ json_api_client (1.16.1)
40
41
  activemodel (>= 3.2.0)
41
42
  activesupport (>= 3.2.0)
42
43
  addressable (~> 2.2)
43
44
  faraday (~> 0.15, >= 0.15.2)
44
45
  faraday_middleware (~> 0.9)
46
+ rack (>= 0.2)
45
47
  method_source (0.9.2)
46
- minitest (5.11.3)
47
- multipart-post (2.0.0)
48
- necromancer (0.4.0)
48
+ minitest (5.14.1)
49
+ multipart-post (2.1.1)
50
+ necromancer (0.5.0)
49
51
  osx_keychain (1.0.2)
50
52
  RubyInline (~> 3)
51
- pastel (0.7.2)
52
- equatable (~> 0.5.0)
53
- tty-color (~> 0.4.0)
53
+ pastel (0.7.3)
54
+ equatable (~> 0.6)
55
+ tty-color (~> 0.5)
54
56
  pry (0.12.2)
55
57
  coderay (~> 1.1.0)
56
58
  method_source (~> 0.9.0)
57
59
  pry-byebug (3.7.0)
58
60
  byebug (~> 11.0)
59
61
  pry (~> 0.10)
60
- public_suffix (3.0.3)
62
+ public_suffix (4.0.1)
63
+ rack (2.0.7)
61
64
  rake (10.5.0)
62
65
  thread_safe (0.3.6)
63
- timers (4.3.0)
64
- tty-color (0.4.3)
65
- tty-cursor (0.6.1)
66
- tty-prompt (0.18.1)
67
- necromancer (~> 0.4.0)
66
+ tty-color (0.5.0)
67
+ tty-cursor (0.7.0)
68
+ tty-prompt (0.19.0)
69
+ necromancer (~> 0.5.0)
68
70
  pastel (~> 0.7.0)
69
- timers (~> 4.0)
70
- tty-cursor (~> 0.6.0)
71
- tty-reader (~> 0.5.0)
72
- tty-reader (0.5.0)
73
- tty-cursor (~> 0.6.0)
74
- tty-screen (~> 0.6.4)
71
+ tty-reader (~> 0.6.0)
72
+ tty-reader (0.6.0)
73
+ tty-cursor (~> 0.7)
74
+ tty-screen (~> 0.7)
75
75
  wisper (~> 2.0.0)
76
- tty-screen (0.6.5)
77
- tzinfo (1.2.5)
76
+ tty-screen (0.7.0)
77
+ tzinfo (1.2.7)
78
78
  thread_safe (~> 0.1)
79
- wisper (2.0.0)
79
+ wisper (2.0.1)
80
+ zeitwerk (2.3.1)
80
81
 
81
82
  PLATFORMS
82
83
  ruby
@@ -3,7 +3,7 @@ module PolyglotIos
3
3
  class Base < JsonApiClient::Resource
4
4
  extend PolyglotIos::Helper::Depaginate
5
5
 
6
- self.site = 'https://polyglot.infinum.co/api/v2/'
6
+ self.site = 'https://infinum.polyglothq.com/api/v2/'
7
7
 
8
8
  def self.token(token)
9
9
  self.connection_options = { headers: { 'X-Auth-Token' => token } }
@@ -20,6 +20,7 @@ module PolyglotIos
20
20
  <<-TEMPLATE
21
21
  import Foundation
22
22
 
23
+ // swiftlint:disable file_length type_body_length line_length superfluous_disable_command redundant_string_enum_value
23
24
  <%= @root_enum.serialized() %>
24
25
  public protocol StringsProtocol: RawRepresentable {
25
26
  var localized: String { get }
@@ -60,4 +61,4 @@ TEMPLATE
60
61
  end
61
62
  end
62
63
  end
63
- end
64
+ end
@@ -1,3 +1,3 @@
1
1
  module PolyglotIos
2
- VERSION = '2.1.1'.freeze
2
+ VERSION = '2.2.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.1.1
4
+ version: 2.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Filip Gulan
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-05-21 00:00:00.000000000 Z
11
+ date: 2022-06-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -122,7 +122,7 @@ dependencies:
122
122
  - - ">="
123
123
  - !ruby/object:Gem::Version
124
124
  version: '0'
125
- description:
125
+ description:
126
126
  email:
127
127
  - filip.gulan@infinum.hr
128
128
  executables:
@@ -171,7 +171,7 @@ licenses:
171
171
  - MIT
172
172
  metadata:
173
173
  allowed_push_host: https://rubygems.org
174
- post_install_message:
174
+ post_install_message:
175
175
  rdoc_options: []
176
176
  require_paths:
177
177
  - lib
@@ -186,8 +186,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
186
186
  - !ruby/object:Gem::Version
187
187
  version: '0'
188
188
  requirements: []
189
- rubygems_version: 3.0.3
190
- signing_key:
189
+ rubyforge_project:
190
+ rubygems_version: 2.7.6
191
+ signing_key:
191
192
  specification_version: 4
192
193
  summary: A CLI for pulling polyglot translations and generating iOS Source Files
193
194
  test_files: []