spaceship 0.38.4 → 0.38.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -3
- data/lib/spaceship/babosa_fix.rb +2 -0
- data/lib/spaceship/client.rb +1 -1
- data/lib/spaceship/update_checker.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: 9e2d0423843f2bf21256f59a2703893b78836bb8
|
4
|
+
data.tar.gz: 538db633652b1b2bb6adb9018a5800208720eda1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 25dcdb5312db9d7efd4a886ef26e195cc7214cf2c10b54f5a6031fef186ade6d2638bb7497444384b4e78e794bcbea3e557ca5e59d870dd8fd89656da3067e1d
|
7
|
+
data.tar.gz: 04565a1c6d91b4560d1963fc9154d891d1b4a724852000126cdc32d0be65b89c16f8bc74902e2ddcba0cad21aa834274ba7b9cac05bbbaaf73d4fbed5a19718e
|
data/README.md
CHANGED
@@ -147,12 +147,11 @@ Advantages of `spaceship` (HTTP client) over web scraping:
|
|
147
147
|
|
148
148
|
## API Endpoints
|
149
149
|
|
150
|
-
|
150
|
+
Overview of the used API endpoints
|
151
151
|
|
152
152
|
- `https://idmsa.apple.com`: Used to authenticate to get a valid session
|
153
153
|
- `https://developerservices2.apple.com`:
|
154
|
-
- Get a
|
155
|
-
- This API returns the devices, certificates and app for each of the profiles
|
154
|
+
- Get a list of all available provisioning profiles
|
156
155
|
- Register new devices
|
157
156
|
- `https://developer.apple.com`:
|
158
157
|
- List all devices, certificates, apps and app groups
|
data/lib/spaceship/babosa_fix.rb
CHANGED
@@ -7,6 +7,8 @@
|
|
7
7
|
# This works around the possibility that the unicode-string_width gem may already be
|
8
8
|
# loaded by temporarily undefining the `Unicode` constant while we load Babosa,
|
9
9
|
# then restoring it to its previous state if necessary.
|
10
|
+
#
|
11
|
+
# Can be removed once https://github.com/norman/babosa/pull/42 is merged and released
|
10
12
|
class BabosaFix
|
11
13
|
def apply
|
12
14
|
unicode_removed = false
|
data/lib/spaceship/client.rb
CHANGED
@@ -303,7 +303,7 @@ module Spaceship
|
|
303
303
|
end
|
304
304
|
|
305
305
|
# get woinst, wois, and itctx cookie values
|
306
|
-
request(:get, "https://itunesconnect.apple.com/WebObjects/iTunesConnect.woa/wa
|
306
|
+
request(:get, "https://itunesconnect.apple.com/WebObjects/iTunesConnect.woa/wa")
|
307
307
|
|
308
308
|
case response.status
|
309
309
|
when 403
|
@@ -35,7 +35,7 @@ module Spaceship
|
|
35
35
|
puts "or `bundle update` if you use bundler."
|
36
36
|
puts ""
|
37
37
|
puts "You're on spaceship version: #{local_version}".yellow
|
38
|
-
puts "Latest spaceship version
|
38
|
+
puts "Latest spaceship version : #{live_version}".yellow
|
39
39
|
puts ""
|
40
40
|
end
|
41
41
|
end
|
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.38.
|
4
|
+
version: 0.38.5
|
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-12-05 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: credentials_manager
|
@@ -417,7 +417,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
417
417
|
version: '0'
|
418
418
|
requirements: []
|
419
419
|
rubyforge_project:
|
420
|
-
rubygems_version: 2.
|
420
|
+
rubygems_version: 2.6.6
|
421
421
|
signing_key:
|
422
422
|
specification_version: 4
|
423
423
|
summary: Ruby library to access the Apple Dev Center and iTunes Connect
|