cert 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1c142f32abd8752f4626a16f170b99bdf0012944
4
- data.tar.gz: 3612130fd4c7162a723b87a78f5d046cd5e8af5e
3
+ metadata.gz: 3ac00b824c6782cf255baf82f00ae98ae7853960
4
+ data.tar.gz: 14a3492b19d9780e7ff8b4f4bad316467744ef01
5
5
  SHA512:
6
- metadata.gz: c7b54058b74768425f68a5790cbeaf98ddfc227c8fd2371067de20c036f4d14aae8e3f0f7067bf55dcf3a912139ea47c1abf5fbd488aba395b843f590f6d7bb5
7
- data.tar.gz: 6b0dbb04b3a864af0e47b0b2cd4301cb0f2ba54c470c4bc9e3281416c588c3be171f8c2fab4bc2bc11a34cdefd5114d5bdbfafa8fb9599457e576d081138177e
6
+ metadata.gz: e4824f361f826afeb50f75ece465902c8c98f747bbac6030257c090d51a01a23c8b67fc0fe62640f66f560e332dc9b7e6e9a87959d43e7d9af78b835caab2bb5
7
+ data.tar.gz: 7f52f15a5c829bf12d762e53b0bde4d1e46db71be5aa4a1b2544f9b5f023357c932aee26034002f32cd9fc814f6ac520c5ca4fd780300eaf8f40b3e9da86b881
@@ -5,6 +5,7 @@ module Cert
5
5
  end
6
6
 
7
7
  def self.check_xcode_select
8
+ return if Helper.is_test?
8
9
  unless `xcode-select -v`.include?"xcode-select version "
9
10
  Helper.log.fatal '#############################################################'
10
11
  Helper.log.fatal "# You have to install the Xcode commdand line tools to use cert"
@@ -160,8 +160,9 @@ module Cert
160
160
  certificateStatuses = wait_for_variable('certificateStatuses')
161
161
 
162
162
  url = [certificateDataURL, certificateRequestTypes, certificateStatuses].join('')
163
+ url += "&pageSize=50&pageNumber=1&sort=name=asc"
163
164
 
164
- # https://developer.apple.com/services-account/.../account/ios/certificate/listCertRequests.action?content-type=application/x-www-form-urlencoded&accept=application/json&requestId=...&userLocale=en_US&teamId=...&types=...&status=4&certificateStatus=0&type=distribution
165
+ # https://developer.apple.com/services-account/.../account/ios/certificate/listCertRequests.action?content-type=application/x-www-form-urlencoded&accept=application/json&requestId=...&userLocale=en_US&teamId=...&types=...&status=4&certificateStatus=0&type=distribution&pageSize=50&pageNumber=1&sort=name=asc
165
166
 
166
167
  available = []
167
168
 
data/lib/cert/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Cert
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.5"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cert
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Felix Krause
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-12 00:00:00.000000000 Z
11
+ date: 2015-04-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fastlane_core