ios_polyglot_cli 2.2.1 → 2.2.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: 4d8abb15627edff0438ba802429131b45309681a9e6081cb0a35359feff688e3
4
- data.tar.gz: '090c37e7b8caa611d646766cd277bd3bdd0210626efaf73dd675656f240dffe0'
3
+ metadata.gz: f732e12b6a0d53d57530b7b1449daa454a14509968009eb96c7ce4e94e8eba74
4
+ data.tar.gz: ed86e8a6336bfd8d5dc32e50bd9ee49182f82dbe43b8a989d5a5bb6738c154b1
5
5
  SHA512:
6
- metadata.gz: 904d6aec162fc7ab30fe22e80d48be84aad5abc04e0fd3ff1b261a403b7313b815db23fe01863aa019f5af4df0996a4d63c4ff96a7ff842b2ae65488a51d7190
7
- data.tar.gz: a88ea229f41afc5411efef664defb7dd1bc9f8ca83e97993739a5cfafed97f61c80502035ced68d0d86412b9bb879a0b7549e5772a07e2d01eeddc64261b9e44
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.2.1)
4
+ ios_polyglot_cli (2.2.2)
5
5
  activesupport
6
6
  commander
7
7
  json_api_client
@@ -20,7 +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
23
+ // swiftlint:disable file_length type_body_length line_length superfluous_disable_command redundant_string_enum_value
24
24
  <%= @root_enum.serialized() %>
25
25
  public protocol StringsProtocol: RawRepresentable {
26
26
  var localized: String { get }
@@ -61,4 +61,4 @@ TEMPLATE
61
61
  end
62
62
  end
63
63
  end
64
- end
64
+ end
@@ -1,3 +1,3 @@
1
1
  module PolyglotIos
2
- VERSION = '2.2.1'
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.2.1
4
+ version: 2.2.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: 2021-07-22 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
@@ -186,7 +186,8 @@ 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.9
189
+ rubyforge_project:
190
+ rubygems_version: 2.7.6
190
191
  signing_key:
191
192
  specification_version: 4
192
193
  summary: A CLI for pulling polyglot translations and generating iOS Source Files