sigh 0.4.7 → 0.4.8

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: c69462790a36d0eeebc7fb0fd542a4dbe158fab6
4
- data.tar.gz: df807b7c6ebc88807942678b11fb1b099ea185c9
3
+ metadata.gz: 62a247bd8b4c26190ca272dff71401ec75a9754e
4
+ data.tar.gz: cc2e2378fd497c89a7813cb77d9017828ca23582
5
5
  SHA512:
6
- metadata.gz: 653a892eeeb04d30a807d0e5a620b752ee91f639c154fd54e119fcfd745ddb3a9ab61c1f99b9746881b919236ba334c59cd255251541cfe1aad9f27304ece22b
7
- data.tar.gz: 7558f441d0821108f27dab676609b7afcf21b17d53e9df3bd3606d81f1b578ad19ac1d368a3afd8e1f8d6da5b3156ee015bc1cb0189cc9d7ed34a94cc6443f25
6
+ metadata.gz: 15d9f70daaa24a4f9ab7107eb304812f4027867979e5e2723b7ba4eb17af57412ddcf8e0cac70a78707bdc02a527c35d88600ea69a5ff9a9016438a25a934f46
7
+ data.tar.gz: c726d2eb7daf53ff614f212d21b5b5dff89f441e37d47ac9a839049a9c2290fee2a043a131596a251ce6fcbf156821017ee757a7c0c122d4668276d32f126cbd
data/bin/sigh CHANGED
@@ -54,4 +54,9 @@ class SighApplication
54
54
 
55
55
  end
56
56
 
57
- SighApplication.new.run
57
+ begin
58
+ FastlaneCore::UpdateChecker.start_looking_for_update('sigh')
59
+ SighApplication.new.run
60
+ ensure
61
+ FastlaneCore::UpdateChecker.show_update_status('sigh', Sigh::VERSION)
62
+ end
data/lib/sigh.rb CHANGED
@@ -16,6 +16,5 @@ module Sigh
16
16
  ENV['FASTLANE_TEAM_ID'] ||= ENV["SIGH_TEAM_ID"]
17
17
  ENV['DELIVER_USER'] ||= ENV["SIGH_USERNAME"]
18
18
 
19
- FastlaneCore::UpdateChecker.verify_latest_version('sigh', Sigh::VERSION)
20
19
  DependencyChecker.check_dependencies
21
20
  end
@@ -49,7 +49,7 @@ module Sigh
49
49
  # list_certs_url will look like this: "https://developer.apple.com/services-account/..../account/ios/profile/listProvisioningProfiles.action?content-type=application/x-www-form-urlencoded&accept=application/json&requestId=id&userLocale=en_US&teamId=xy&includeInactiveProfiles=true&onlyCountLists=true"
50
50
  Helper.log.info "Fetching all available provisioning profiles..."
51
51
 
52
- certs = post_ajax(@list_certs_url)
52
+ certs = post_ajax(@list_certs_url, "{pageNumber: 1, pageSize: 500, sort: 'name%3dasc'}")
53
53
 
54
54
  profile_name = Sigh.config[:provisioning_name]
55
55
 
@@ -82,7 +82,7 @@ module Sigh
82
82
 
83
83
  predicates_str = " with #{predicates.join(', ')}"
84
84
 
85
- raise "Could not find a Certificate#{predicates_str}. Please open #{current_url} and make sure you have a signing profile created, which mathces the given filters".red
85
+ raise "Could not find a Certificate#{predicates_str}. Please open #{current_url} and make sure you have a signing profile created, which matches the given filters".red
86
86
  end
87
87
  end
88
- end
88
+ end
data/lib/sigh/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Sigh
2
- VERSION = "0.4.7"
2
+ VERSION = "0.4.8"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sigh
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.7
4
+ version: 0.4.8
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-03-26 00:00:00.000000000 Z
11
+ date: 2015-04-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fastlane_core
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '>='
18
18
  - !ruby/object:Gem::Version
19
- version: 0.3.1
19
+ version: 0.5.1
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '>='
25
25
  - !ruby/object:Gem::Version
26
- version: 0.3.1
26
+ version: 0.5.1
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: plist
29
29
  requirement: !ruby/object:Gem::Requirement