ios_polyglot_cli 2.1.1 → 2.2.0

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: 8bda7ac5af513faa92b14f2f1bbd8a8a07ba40aba3abde2f4fc76db468ed5c41
4
- data.tar.gz: 3460d9c9c39dca48926d141a53f635baa10e869ac3b5dc2a39df59b4464d768b
3
+ metadata.gz: 5f6a8763eb1f757b7f7a68d2c97a7118ca588ec3112795bb09c7f3ed44856056
4
+ data.tar.gz: 7117a4de4030d17bf17136728bd19f72fca78c189437d6e72c8c6eb0d866cb55
5
5
  SHA512:
6
- metadata.gz: d099ebce623c7c29742c00ddf43b97e66fbd7351241fd3ece80f623e9fdf598de751709122c1993f2b543bf105831b491913d3a293f6cd305741093a7a5757e1
7
- data.tar.gz: e1976e09ca2e3a63ae42aacbc798b3f9f63f6b168f1b90f509a427f4872f1cd054c73a46e49751465db303a3e76d26dd5fdd0d934c7461c39d362c3f25af21a5
6
+ metadata.gz: d06c77b605a3d1d072ae5b15ffe85680a19367ebd7ab2f430aaf94ec0beb0da597a1c1e40764b49cd85f583c06f79bfb140d8753ed81fb644f17b32cf69be613
7
+ data.tar.gz: cc6b760dfc47711b350fc98b6540f246a8b3d3ce69064ba8aa48d8c1a7fe0aea88b2cc8cea8634f4b36a16118d727680e1f4dbc0b1ab590366c8ebe075be95a2
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.0)
5
5
  activesupport
6
6
  commander
7
7
  json_api_client
@@ -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 } }
@@ -1,3 +1,3 @@
1
1
  module PolyglotIos
2
- VERSION = '2.1.1'.freeze
2
+ VERSION = '2.2.0'.freeze
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.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Filip Gulan
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-05-21 00:00:00.000000000 Z
11
+ date: 2020-05-05 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.3
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