spaceship 0.32.0 → 0.32.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/spaceship/client.rb +1 -1
- data/lib/spaceship/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 91c8fab433e489c87af8e8e137f0406fb1cbb50a
|
4
|
+
data.tar.gz: ff5d2b43c1720dbe615587fe7a57648a2dfc3837
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0d75a95ac10c05f533f0af832ca655c0482b511b6ee55d7fcd3da49553b937072eb36aa9d7c4d7f8c6f6ed01972f2ebfaf7002e11f95f77a6c9c5550be9ab1c9
|
7
|
+
data.tar.gz: dcc9bdc089b6774be783fb4768ce4cb7b40ed12610921a211dcafcabae4bd9b37abfc10fc3187e64ab125a413b0d5f2aee9ad416b5c77e8926ca541a07228b05
|
data/lib/spaceship/client.rb
CHANGED
@@ -312,7 +312,7 @@ module Spaceship
|
|
312
312
|
return @service_key if @service_key
|
313
313
|
|
314
314
|
# Check if we have a local cache of the key
|
315
|
-
itc_service_key_path =
|
315
|
+
itc_service_key_path = "/tmp/spaceship_itc_service_key.txt"
|
316
316
|
return File.read(itc_service_key_path) if File.exist?(itc_service_key_path)
|
317
317
|
|
318
318
|
# Some customers in Asia have had trouble with the CDNs there that cache and serve this content, leading
|
data/lib/spaceship/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: spaceship
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.32.
|
4
|
+
version: 0.32.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Felix Krause
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2016-
|
12
|
+
date: 2016-09-01 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: credentials_manager
|
@@ -392,7 +392,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
392
392
|
version: '0'
|
393
393
|
requirements: []
|
394
394
|
rubyforge_project:
|
395
|
-
rubygems_version: 2.
|
395
|
+
rubygems_version: 2.5.1
|
396
396
|
signing_key:
|
397
397
|
specification_version: 4
|
398
398
|
summary: Ruby library to access the Apple Dev Center and iTunes Connect
|