cert 1.4.0 → 1.4.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +42 -42
  3. data/lib/cert/version.rb +1 -1
  4. metadata +18 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4890626fc51ac7deafb1d14fe15d67ed2f7cc38c
4
- data.tar.gz: 37d2c4b4834a9195865868574339355b429ab14a
3
+ metadata.gz: 9b5b5061d77b2cea8cb2b3736733d906007c2f45
4
+ data.tar.gz: cfbd4b3e70c934d8adf620131a66b978708e3e66
5
5
  SHA512:
6
- metadata.gz: 22bf615b35044d0605fe8cae8fc837a2b8861c11d40653a7179748c35910bb68219ba17c0eea1cdf58173fa2263f382205df2b9bc71d5f762ab73508eeab4614
7
- data.tar.gz: 98cc677404b938f2c4636cf7994be50e1e3b8dda9d8de728020334e4bab71eafbe3b4acaf6a45c2a51b5a25a05830b95d2c0b0528855879fd7da9b9e3251fbdf
6
+ metadata.gz: 41ceff00f88dd178b0a994c5495bcd8ea096021612bd2fbff076ba0a85752a7ce15ec98d62b842a2b24fe048b06b7c627a3e435e4fedb05340f32ce88d58744c
7
+ data.tar.gz: 91ad1535d8d44f0eb9a0deaf8c6982599b3510c1f2eadf88d0b0593c6094ea5057cecd90bf0e1ee08a60426ee59ca6051fdebb150420c275d503fda941c44011
data/README.md CHANGED
@@ -1,24 +1,24 @@
1
1
  <h3 align="center">
2
- <a href="https://github.com/fastlane/fastlane">
3
- <img src="assets/fastlane.png" width="150" />
2
+ <a href="https://github.com/fastlane/fastlane/tree/master/fastlane">
3
+ <img src="../fastlane/assets/fastlane.png" width="150" />
4
4
  <br />
5
5
  fastlane
6
6
  </a>
7
7
  </h3>
8
8
  <p align="center">
9
- <a href="https://github.com/fastlane/deliver">deliver</a> &bull;
10
- <a href="https://github.com/fastlane/snapshot">snapshot</a> &bull;
11
- <a href="https://github.com/fastlane/frameit">frameit</a> &bull;
12
- <a href="https://github.com/fastlane/pem">pem</a> &bull;
13
- <a href="https://github.com/fastlane/sigh">sigh</a> &bull;
14
- <a href="https://github.com/fastlane/produce">produce</a> &bull;
9
+ <a href="https://github.com/fastlane/fastlane/tree/master/deliver">deliver</a> &bull;
10
+ <a href="https://github.com/fastlane/fastlane/tree/master/snapshot">snapshot</a> &bull;
11
+ <a href="https://github.com/fastlane/fastlane/tree/master/frameit">frameit</a> &bull;
12
+ <a href="https://github.com/fastlane/fastlane/tree/master/pem">pem</a> &bull;
13
+ <a href="https://github.com/fastlane/fastlane/tree/master/sigh">sigh</a> &bull;
14
+ <a href="https://github.com/fastlane/fastlane/tree/master/produce">produce</a> &bull;
15
15
  <b>cert</b> &bull;
16
- <a href="https://github.com/fastlane/spaceship">spaceship</a> &bull;
17
- <a href="https://github.com/fastlane/pilot">pilot</a> &bull;
16
+ <a href="https://github.com/fastlane/fastlane/tree/master/spaceship">spaceship</a> &bull;
17
+ <a href="https://github.com/fastlane/fastlane/tree/master/pilot">pilot</a> &bull;
18
18
  <a href="https://github.com/fastlane/boarding">boarding</a> &bull;
19
- <a href="https://github.com/fastlane/gym">gym</a> &bull;
20
- <a href="https://github.com/fastlane/scan">scan</a> &bull;
21
- <a href="https://github.com/fastlane/match">match</a>
19
+ <a href="https://github.com/fastlane/fastlane/tree/master/gym">gym</a> &bull;
20
+ <a href="https://github.com/fastlane/fastlane/tree/master/scan">scan</a> &bull;
21
+ <a href="https://github.com/fastlane/fastlane/tree/master/match">match</a>
22
22
  </p>
23
23
  -------
24
24
 
@@ -30,7 +30,7 @@ cert
30
30
  ============
31
31
 
32
32
  [![Twitter: @FastlaneTools](https://img.shields.io/badge/contact-@FastlaneTools-blue.svg?style=flat)](https://twitter.com/fastlanetools)
33
- [![License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/fastlane/cert/blob/master/LICENSE)
33
+ [![License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/fastlane/fastlane/blob/master/cert/LICENSE)
34
34
  [![Gem](https://img.shields.io/gem/v/cert.svg?style=flat)](http://rubygems.org/gems/cert)
35
35
 
36
36
  ###### Automatically create and maintain iOS code signing certificates.
@@ -39,23 +39,23 @@ Get in contact with the developers on Twitter: [@FastlaneTools](https://twitter.
39
39
 
40
40
  -------
41
41
  <p align="center">
42
- <a href="#installation">Installation</a> &bull;
43
- <a href="#why">Why?</a> &bull;
44
- <a href="#usage">Usage</a> &bull;
45
- <a href="#how-does-it-work">How does it work?</a> &bull;
46
- <a href="#tips">Tips</a> &bull;
42
+ <a href="#installation">Installation</a> &bull;
43
+ <a href="#why">Why?</a> &bull;
44
+ <a href="#usage">Usage</a> &bull;
45
+ <a href="#how-does-it-work">How does it work?</a> &bull;
46
+ <a href="#tips">Tips</a> &bull;
47
47
  <a href="#need-help">Need help?</a>
48
48
  </p>
49
49
 
50
50
  -------
51
51
 
52
- <h5 align="center"><code>cert</code> is part of <a href="https://fastlane.tools">fastlane</a>: connect all deployment tools into one streamlined workflow.</h5>
52
+ <h5 align="center"><code>cert</code> is part of <a href="https://fastlane.tools">fastlane</a>: The easiest way to automate building and releasing your iOS and Android apps.</h5>
53
53
 
54
54
 
55
55
 
56
56
  # Installation
57
57
 
58
- **Note**: It is recommended to use [match](https://github.com/fastlane/match) according to the [codesigning.guide](https://codesigning.guide) for generating and maintaining your certificates. Use `cert` directly only if you want full control over what's going on and know more about codesigning.
58
+ **Note**: It is recommended to use [match](https://github.com/fastlane/fastlane/tree/master/match) according to the [codesigning.guide](https://codesigning.guide) for generating and maintaining your certificates. Use `cert` directly only if you want full control over what's going on and know more about codesigning.
59
59
 
60
60
  sudo gem install cert
61
61
 
@@ -65,11 +65,11 @@ Make sure, you have the latest version of the Xcode command line tools installed
65
65
 
66
66
  # Why?
67
67
 
68
- Please check out [this guide](https://github.com/fastlane/cert/blob/master/ManualSteps.md) which shows how to manually create an iOS code signing profile and a provisioning profile using the Apple Developer Portal.
68
+ Please check out [this guide](https://github.com/fastlane/fastlane/blob/master/cert/ManualSteps.md) which shows how to manually create an iOS code signing profile and a provisioning profile using the Apple Developer Portal.
69
69
 
70
- **After** checking out the [guide](https://github.com/fastlane/cert/blob/master/ManualSteps.md), take a look how `cert` and [`sigh`](https://github.com/fastlane/sigh) do all that for you.
70
+ **After** checking out the [guide](https://github.com/fastlane/fastlane/blob/master/cert/ManualSteps.md), take a look how `cert` and [`sigh`](https://github.com/fastlane/fastlane/tree/master/sigh) do all that for you.
71
71
 
72
- ![assets/cert.gif](assets/cert.gif)
72
+ ![assets/cert.gif](assets/cert.gif)
73
73
 
74
74
  In the gif I used `cert && sigh`, which will first create an iOS code signing certificate and then a provisioning profile for your app if `cert` succeeded.
75
75
 
@@ -100,15 +100,15 @@ For a list of available commands run
100
100
 
101
101
  cert --help
102
102
 
103
- Keep in mind, there is no way for `cert` to download existing certificates + private keys from the Apple Developer Portal, as the private key never leaves your computer.
103
+ Keep in mind, there is no way for `cert` to download existing certificates + private keys from the Apple Developer Portal, as the private key never leaves your computer.
104
104
 
105
105
  ## Environment Variables
106
106
 
107
107
  Run `cert --help` to get a list of all available environment variables.
108
108
 
109
- ## Use with [`sigh`](https://github.com/fastlane/sigh)
109
+ ## Use with [`sigh`](https://github.com/fastlane/fastlane/tree/master/sigh)
110
110
 
111
- `cert` becomes really interesting when used in [`fastlane`](https://github.com/fastlane/fastlane) in combination with [`sigh`](https://github.com/fastlane/sigh).
111
+ `cert` becomes really interesting when used in [`fastlane`](https://github.com/fastlane/fastlane/tree/master/fastlane) in combination with [`sigh`](https://github.com/fastlane/fastlane/tree/master/sigh).
112
112
 
113
113
  Update your `Fastfile` to contain the following code:
114
114
 
@@ -124,25 +124,25 @@ This will result in `sigh` always using the correct signing certificate, which i
124
124
 
125
125
 
126
126
  ## How is my password stored?
127
- `cert` uses the [password manager](https://github.com/fastlane/credentials_manager) from `fastlane`. Take a look the [CredentialsManager README](https://github.com/fastlane/credentials_manager) for more information.
127
+ `cert` uses the [password manager](https://github.com/fastlane/fastlane/tree/master/credentials_manager) from `fastlane`. Take a look the [CredentialsManager README](https://github.com/fastlane/fastlane/blob/master/credentials_manager/README.md) for more information.
128
128
 
129
129
  # Tips
130
130
 
131
131
  ## [`fastlane`](https://fastlane.tools) Toolchain
132
132
 
133
- - [`fastlane`](https://fastlane.tools): Connect all deployment tools into one streamlined workflow
134
- - [`deliver`](https://github.com/fastlane/deliver): Upload screenshots, metadata and your app to the App Store
135
- - [`snapshot`](https://github.com/fastlane/snapshot): Automate taking localized screenshots of your iOS app on every device
136
- - [`frameit`](https://github.com/fastlane/frameit): Quickly put your screenshots into the right device frames
137
- - [`pem`](https://github.com/fastlane/pem): Automatically generate and renew your push notification profiles
138
- - [`sigh`](https://github.com/fastlane/sigh): Because you would rather spend your time building stuff than fighting provisioning
139
- - [`produce`](https://github.com/fastlane/produce): Create new iOS apps on iTunes Connect and Dev Portal using the command line
140
- - [`spaceship`](https://github.com/fastlane/spaceship): Ruby library to access the Apple Dev Center and iTunes Connect
141
- - [`pilot`](https://github.com/fastlane/pilot): The best way to manage your TestFlight testers and builds from your terminal
142
- - [`boarding`](https://github.com/fastlane/boarding): The easiest way to invite your TestFlight beta testers
143
- - [`gym`](https://github.com/fastlane/gym): Building your iOS apps has never been easier
144
- - [`scan`](https://github.com/fastlane/scan): The easiest way to run tests of your iOS and Mac app
145
- - [`match`](https://github.com/fastlane/match): Easily sync your certificates and profiles across your team using git
133
+ - [`fastlane`](https://fastlane.tools): The easiest way to automate building and releasing your iOS and Android apps
134
+ - [`deliver`](https://github.com/fastlane/fastlane/tree/master/deliver): Upload screenshots, metadata and your app to the App Store
135
+ - [`snapshot`](https://github.com/fastlane/fastlane/tree/master/snapshot): Automate taking localized screenshots of your iOS app on every device
136
+ - [`frameit`](https://github.com/fastlane/fastlane/tree/master/frameit): Quickly put your screenshots into the right device frames
137
+ - [`pem`](https://github.com/fastlane/fastlane/tree/master/pem): Automatically generate and renew your push notification profiles
138
+ - [`sigh`](https://github.com/fastlane/fastlane/tree/master/sigh): Because you would rather spend your time building stuff than fighting provisioning
139
+ - [`produce`](https://github.com/fastlane/fastlane/tree/master/produce): Create new iOS apps on iTunes Connect and Dev Portal using the command line
140
+ - [`spaceship`](https://github.com/fastlane/fastlane/tree/master/spaceship): Ruby library to access the Apple Dev Center and iTunes Connect
141
+ - [`pilot`](https://github.com/fastlane/fastlane/tree/master/pilot): The best way to manage your TestFlight testers and builds from your terminal
142
+ - [`boarding`](https://github.com/fastlane/boarding): The easiest way to invite your TestFlight beta testers
143
+ - [`gym`](https://github.com/fastlane/fastlane/tree/master/gym): Building your iOS apps has never been easier
144
+ - [`scan`](https://github.com/fastlane/fastlane/tree/master/scan): The easiest way to run tests of your iOS and Mac app
145
+ - [`match`](https://github.com/fastlane/fastlane/tree/master/match): Easily sync your certificates and profiles across your team using git
146
146
 
147
147
  ##### [Like this tool? Be the first to know about updates and new fastlane tools](https://tinyletter.com/krausefx)
148
148
 
@@ -153,7 +153,7 @@ Download and install the [Provisioning Plugin](https://github.com/chockenberry/P
153
153
  Please submit an issue on GitHub and provide information about your setup
154
154
 
155
155
  # Code of Conduct
156
- Help us keep `cert` open and inclusive. Please read and follow our [Code of Conduct](https://github.com/fastlane/code-of-conduct).
156
+ Help us keep `cert` open and inclusive. Please read and follow our [Code of Conduct](https://github.com/fastlane/fastlane/blob/master/CODE_OF_CONDUCT.md).
157
157
 
158
158
  # License
159
159
  This project is licensed under the terms of the MIT license. See the LICENSE file.
data/lib/cert/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Cert
2
- VERSION = "1.4.0"
2
+ VERSION = "1.4.1"
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: 1.4.0
4
+ version: 1.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Felix Krause
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-03 00:00:00.000000000 Z
11
+ date: 2016-05-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fastlane_core
@@ -92,6 +92,20 @@ dependencies:
92
92
  - - "~>"
93
93
  - !ruby/object:Gem::Version
94
94
  version: 3.1.0
95
+ - !ruby/object:Gem::Dependency
96
+ name: rspec_junit_formatter
97
+ requirement: !ruby/object:Gem::Requirement
98
+ requirements:
99
+ - - "~>"
100
+ - !ruby/object:Gem::Version
101
+ version: 0.2.3
102
+ type: :development
103
+ prerelease: false
104
+ version_requirements: !ruby/object:Gem::Requirement
105
+ requirements:
106
+ - - "~>"
107
+ - !ruby/object:Gem::Version
108
+ version: 0.2.3
95
109
  - !ruby/object:Gem::Dependency
96
110
  name: pry
97
111
  requirement: !ruby/object:Gem::Requirement
@@ -168,14 +182,14 @@ dependencies:
168
182
  requirements:
169
183
  - - "~>"
170
184
  - !ruby/object:Gem::Version
171
- version: 0.35.1
185
+ version: 0.38.0
172
186
  type: :development
173
187
  prerelease: false
174
188
  version_requirements: !ruby/object:Gem::Requirement
175
189
  requirements:
176
190
  - - "~>"
177
191
  - !ruby/object:Gem::Version
178
- version: 0.35.1
192
+ version: 0.38.0
179
193
  description: Create new iOS code signing certificates
180
194
  email:
181
195
  - cert@krausefx.com