pem 0.7.1 → 0.7.2
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 +4 -4
 - data/README.md +5 -18
 - data/bin/pem +0 -2
 - data/lib/pem/options.rb +1 -1
 - data/lib/pem/version.rb +1 -1
 - metadata +3 -3
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA1:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: 3d03a2096c7084f9c3b8c37bcbe0abc5d77bf5be
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 372d18aa4001848475a313df68f04142d8dd6cf6
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 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> •
         
     | 
| 
       17 
17 
     | 
    
         
             
              <a href="https://github.com/fastlane/spaceship">spaceship</a> •
         
     | 
| 
       18 
18 
     | 
    
         
             
              <a href="https://github.com/fastlane/pilot">pilot</a> •
         
     | 
| 
       19 
     | 
    
         
            -
              <a href="https://github.com/fastlane/boarding">boarding</a>
         
     | 
| 
      
 19 
     | 
    
         
            +
              <a href="https://github.com/fastlane/boarding">boarding</a> •
         
     | 
| 
      
 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 
     | 
    
         
            -
             
     | 
| 
       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
    
    
    
        data/lib/pem/options.rb
    CHANGED
    
    | 
         @@ -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: "- 
     | 
| 
      
 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,
         
     | 
    
        data/lib/pem/version.rb
    CHANGED
    
    
    
        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. 
     | 
| 
      
 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 
     | 
    
         
            +
            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. 
     | 
| 
      
 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
         
     |