spaceship 0.32.0 → 0.32.1

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
  SHA1:
3
- metadata.gz: 446e6df28c4691d7dea2ecb1d0e9ef8543c418a7
4
- data.tar.gz: 7ea38ddea78ce1183853b9e619b724ada951a8da
3
+ metadata.gz: 91c8fab433e489c87af8e8e137f0406fb1cbb50a
4
+ data.tar.gz: ff5d2b43c1720dbe615587fe7a57648a2dfc3837
5
5
  SHA512:
6
- metadata.gz: 27fc2dd359daf036dc9e0d22274ccf99ff9336239a765d9ba1c0ff18a23f7d2062498e345f4d74cc08d29a9c52ed24ad82ebe7a09c72df7fb7635f90d4031f1c
7
- data.tar.gz: e28fd65e2a39cac2d175a3f615bde469ba0f30b00c0af1700345fd9046ec93bba459c157dbbfe39ea323e2f16d9c6dec58ff2818274d1dc35e94e5cc3800d0e7
6
+ metadata.gz: 0d75a95ac10c05f533f0af832ca655c0482b511b6ee55d7fcd3da49553b937072eb36aa9d7c4d7f8c6f6ed01972f2ebfaf7002e11f95f77a6c9c5550be9ab1c9
7
+ data.tar.gz: dcc9bdc089b6774be783fb4768ce4cb7b40ed12610921a211dcafcabae4bd9b37abfc10fc3187e64ab125a413b0d5f2aee9ad416b5c77e8926ca541a07228b05
@@ -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 = File.expand_path("~/Library/Caches/spaceship_itc_service_key.txt")
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
@@ -1,4 +1,4 @@
1
1
  module Spaceship
2
- VERSION = "0.32.0".freeze
2
+ VERSION = "0.32.1".freeze
3
3
  DESCRIPTION = "Ruby library to access the Apple Dev Center and iTunes Connect".freeze
4
4
  end
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.0
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-08-29 00:00:00.000000000 Z
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.2.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