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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/ios_polyglot_cli/api/base.rb +1 -1
- data/lib/ios_polyglot_cli/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5f6a8763eb1f757b7f7a68d2c97a7118ca588ec3112795bb09c7f3ed44856056
|
4
|
+
data.tar.gz: 7117a4de4030d17bf17136728bd19f72fca78c189437d6e72c8c6eb0d866cb55
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d06c77b605a3d1d072ae5b15ffe85680a19367ebd7ab2f430aaf94ec0beb0da597a1c1e40764b49cd85f583c06f79bfb140d8753ed81fb644f17b32cf69be613
|
7
|
+
data.tar.gz: cc6b760dfc47711b350fc98b6540f246a8b3d3ce69064ba8aa48d8c1a7fe0aea88b2cc8cea8634f4b36a16118d727680e1f4dbc0b1ab590366c8ebe075be95a2
|
data/Gemfile.lock
CHANGED
@@ -3,7 +3,7 @@ module PolyglotIos
|
|
3
3
|
class Base < JsonApiClient::Resource
|
4
4
|
extend PolyglotIos::Helper::Depaginate
|
5
5
|
|
6
|
-
self.site = 'https://
|
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 } }
|
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.
|
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:
|
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
|
-
|
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
|