pem 0.7.1 → 0.7.2

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: d6d20f25149b6078c967bd5a3cc87ad1663ef523
4
- data.tar.gz: 0b78b2d7ed716bdc835930fdc18724b9f746ba09
3
+ metadata.gz: 3d03a2096c7084f9c3b8c37bcbe0abc5d77bf5be
4
+ data.tar.gz: 372d18aa4001848475a313df68f04142d8dd6cf6
5
5
  SHA512:
6
- metadata.gz: 5f6940181d86d32087a67e357a95ec6d6003e6deda3e6cd96a638702c05f09f7d689cc5eb8a0072a9309ee8b18cbec42ce195ba19a814876349ff5bd4ab63794
7
- data.tar.gz: 325f35b60c3b332a8851e46357007c48ad92462c30df96e6dc718e84f27100df3fab4aa17b6eea79a2e0af0f522cdbd2bafa2ba4e3bb54b39f0fff7a832f0023
6
+ metadata.gz: fbb106cf6d2465fb226641dd6bb58939c3ab8ba9d9cd712d5ddb35c9ac15a1afb8e3b1b6a84d41911900399c84ff3c0467505ef41e216c1abd944d8bf4fa8505
7
+ data.tar.gz: dcaaf4326beef23212591670796d0cf4a3caa7528866d23e1a1f6e1ba4289221621213e508c6c72aeb39b9695abc5e351fd30f1a3203b437e87dc27210731406
data/README.md CHANGED
@@ -16,7 +16,8 @@
16
16
  <a href="https://github.com/KrauseFx/codes">codes</a> &bull;
17
17
  <a href="https://github.com/fastlane/spaceship">spaceship</a> &bull;
18
18
  <a href="https://github.com/fastlane/pilot">pilot</a> &bull;
19
- <a href="https://github.com/fastlane/boarding">boarding</a>
19
+ <a href="https://github.com/fastlane/boarding">boarding</a> &bull;
20
+ <a href="https://github.com/fastlane/gym">gym</a>
20
21
  </p>
21
22
  -------
22
23
 
@@ -121,12 +122,8 @@ In case you prefer environment variables:
121
122
  - ```PEM_SAVE_PRIVATEKEY``` - Set to "1" to save the private RSA key
122
123
 
123
124
  # How does it work?
124
- There are 2 actions involved:
125
-
126
- - Accessing the ```iOS Dev Center``` to download the latest ```aps_production.cer```. See: [developer_center.rb](https://github.com/KrauseFx/PEM/blob/master/lib/pem/developer_center.rb).
127
- - Generating all the necessary profiles and files to prepare the finished ```.pem``` file. See: [cert_manager.rb](https://github.com/KrauseFx/PEM/blob/master/lib/pem/cert_manager.rb).
128
- - The ```.certSigningRequest``` file will be generated in [signing_request.rb](https://github.com/KrauseFx/PEM/blob/master/lib/pem/signing_request.rb)
129
125
 
126
+ `PEM` uses [spaceship](https://spaceship.airforce) to communicate with the Apple Developer Portal to request a new push certificate for you.
130
127
 
131
128
  ## How is my password stored?
132
129
  ```PEM``` uses the [password manager](https://github.com/KrauseFx/CredentialsManager) from `fastlane`. Take a look the [CredentialsManager README](https://github.com/KrauseFx/CredentialsManager) for more information.
@@ -146,7 +143,7 @@ There are 2 actions involved:
146
143
  - [`spaceship`](https://github.com/fastlane/spaceship): Ruby library to access the Apple Dev Center and iTunes Connect
147
144
  - [`pilot`](https://github.com/fastlane/pilot): The best way to manage your TestFlight testers and builds from your terminal
148
145
  - [`boarding`](https://github.com/fastlane/boarding): The easiest way to invite your TestFlight beta testers
149
-
146
+ - [`gym`](https://github.com/fastlane/gym): Building your iOS app has never been easier
150
147
 
151
148
  ##### [Like this tool? Be the first to know about updates and new fastlane tools](https://tinyletter.com/krausefx)
152
149
 
@@ -158,19 +155,9 @@ It will show you the ```pem``` files like this:
158
155
 
159
156
 
160
157
  # Need help?
161
- - If there is a technical problem with ```PEM```, submit an issue.
162
- - I'm available for contract work - drop me an email: pem@krausefx.com
158
+ Please submit an issue on GitHub and provide information about your setup
163
159
 
164
160
  # License
165
161
  This project is licensed under the terms of the MIT license. See the LICENSE file.
166
162
 
167
163
  > This project and all fastlane tools are in no way affiliated with Apple Inc. This project is open source under the MIT license, which means you have full access to the source code and can modify it to fit your own needs. All fastlane tools run on your own computer or server, so your credentials or other sensitive information will never leave your own computer. You are responsible for how you use fastlane tools.
168
-
169
- # Contributing
170
-
171
- 1. Create an issue to discuss about your idea
172
- 2. Fork it (https://github.com/KrauseFx/pem/fork)
173
- 3. Create your feature branch (`git checkout -b my-new-feature`)
174
- 4. Commit your changes (`git commit -am 'Add some feature'`)
175
- 5. Push to the branch (`git push origin my-new-feature`)
176
- 6. Create a new Pull Request
data/bin/pem CHANGED
@@ -21,8 +21,6 @@ class PemApplication
21
21
  program :help, 'GitHub', 'https://github.com/krausefx/PEM'
22
22
  program :help_formatter, :compact
23
23
 
24
- always_trace!
25
-
26
24
  FastlaneCore::CommanderGenerator.new.generate(PEM::Options.available_options)
27
25
 
28
26
  command :renew do |c|
@@ -39,7 +39,7 @@ module PEM
39
39
  CredentialsManager::PasswordManager.shared_manager(value)
40
40
  end),
41
41
  FastlaneCore::ConfigItem.new(key: :team_id,
42
- short_option: "-t",
42
+ short_option: "-b",
43
43
  env_name: "PEM_TEAM_ID",
44
44
  description: "The ID of your team if you're in multiple teams",
45
45
  optional: true,
@@ -1,3 +1,3 @@
1
1
  module PEM
2
- VERSION = "0.7.1"
2
+ VERSION = "0.7.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pem
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.1
4
+ version: 0.7.2
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-08-11 00:00:00.000000000 Z
11
+ date: 2015-08-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fastlane_core
@@ -172,7 +172,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
172
172
  version: '0'
173
173
  requirements: []
174
174
  rubyforge_project:
175
- rubygems_version: 2.4.8
175
+ rubygems_version: 2.4.6
176
176
  signing_key:
177
177
  specification_version: 4
178
178
  summary: Automatically generate and renew your push notification profiles