spaceship 0.38.4 → 0.38.5

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: 5a0b40b9749f12ba27a122c73293eca70cbd3126
4
- data.tar.gz: a7e094dd79ed180c483b6dcf311d09c8d1321aa4
3
+ metadata.gz: 9e2d0423843f2bf21256f59a2703893b78836bb8
4
+ data.tar.gz: 538db633652b1b2bb6adb9018a5800208720eda1
5
5
  SHA512:
6
- metadata.gz: 9505aee9d3c1cd29fb389d22cad898c21d4c044b0061f5d6e842064bdc26d8aeb52a0f5c72586894f10910e4c79f0fa019289499872c3b07cda46fb7cc253bd0
7
- data.tar.gz: 19be4b30b6ddf123b5b6794f288d3e44570862a5ed8fe9283f5dbe29d97d13ea9f7d07059913a049e16bf70584ac450234ffc39f76c42558ff7a170ccae56e0f
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
- I won't go into too much technical details about the various API endpoints, but just to give you an idea:
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 detailed list of all available provisioning profiles
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
@@ -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
@@ -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/route?noext")
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 : #{live_version}".yellow
38
+ puts "Latest spaceship version : #{live_version}".yellow
39
39
  puts ""
40
40
  end
41
41
  end
@@ -1,4 +1,4 @@
1
1
  module Spaceship
2
- VERSION = "0.38.4".freeze
2
+ VERSION = "0.38.5".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.38.4
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-11-29 00:00:00.000000000 Z
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.5.1
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