pem 0.1.2 → 0.1.3

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 +2 -2
  3. data/lib/pem/version.rb +1 -1
  4. metadata +10 -9
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8b68718888e7043f9d2cf2fb97f318b900f44f09
4
- data.tar.gz: ab1ac18480d341c687f4912ddd0c98620c6609ef
3
+ metadata.gz: 4da99d132b8de3fb1c883fd7fd2f9807bfc4eeb8
4
+ data.tar.gz: 063b9dd7013b162ef0eb4a4b6bc100e7f3287a56
5
5
  SHA512:
6
- metadata.gz: 058c72a5c4c108f3404d8b0fcf2e90a4e67ba58782d5f34e7700dfaaa0e0b6f3d8a01346aaf98fa324829d537d9bb978bb512f1b87708a32e9dacd409c88e1bd
7
- data.tar.gz: bb0c1b25082185d261a75568d52200ce8a59f0b52c180107f43fd8b8149b10dbe823ebc6494d071922a4c298716d455f75ddad1ec292d3c0dfbc54ae9c299d40
6
+ metadata.gz: 5a0d450445fdf674665a4ac47a8bcde6bac5ac2be0f04f555fc8376f90b74e7802119e5bb743d33ea2583ebf5081d72a888eb0c90e41ed02bc172cad65e9038a
7
+ data.tar.gz: 15af5723d1880b3cdc72acd9a6fab3e927caa92aae4d868d72c81a9cd45d13f63eddcd2f403b8cf1036c2ce77fb802df9b049f6435a8d4fd7bba2155dff8ae5a
data/README.md CHANGED
@@ -22,8 +22,8 @@ Tired of manually creating and maintaining your push notification profiles? Tire
22
22
 
23
23
  ```PEM``` does all that for, just by running ```pem```.
24
24
 
25
- Follow the developer on Twitter: [@KrauseFx](https://twitter.com/KrauseFx)<br />
26
- Sebastian Mayr ([@sebmasterkde](https://twitter.com/sebmasterkde)) who implemented the download mechanism of signing certificates
25
+ Felix Krause ([@KrauseFx](https://twitter.com/KrauseFx)) the developer of ```PEM```<br />
26
+ Sebastian Mayr ([@sebmasterkde](https://twitter.com/sebmasterkde)) who implemented the download mechanism of signing certificates<br />
27
27
  Alexander Schuch ([@schuchalexander](https://twitter.com/schuchalexander)) who automated the generation of the signing request
28
28
 
29
29
 
@@ -1,3 +1,3 @@
1
1
  module PEM
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pem
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Felix Krause
@@ -84,16 +84,16 @@ dependencies:
84
84
  name: deliver
85
85
  requirement: !ruby/object:Gem::Requirement
86
86
  requirements:
87
- - - ~>
87
+ - - '>='
88
88
  - !ruby/object:Gem::Version
89
- version: '0.3'
89
+ version: '0'
90
90
  type: :runtime
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
- - - ~>
94
+ - - '>='
95
95
  - !ruby/object:Gem::Version
96
- version: '0.3'
96
+ version: '0'
97
97
  - !ruby/object:Gem::Dependency
98
98
  name: capybara
99
99
  requirement: !ruby/object:Gem::Requirement
@@ -220,7 +220,8 @@ dependencies:
220
220
  - - '>='
221
221
  - !ruby/object:Gem::Version
222
222
  version: '0'
223
- description: To be announced soon
223
+ description: Tired of creating and maintaining your push certification profiles? PEM
224
+ helps you creating and maintaining your iOS push notification certificates.
224
225
  email:
225
226
  - krausefx@gmail.com
226
227
  executables:
@@ -243,8 +244,7 @@ homepage: http://felixkrause.at
243
244
  licenses:
244
245
  - MIT
245
246
  metadata: {}
246
- post_install_message: This gem requires phantomjs. Install it using 'brew update &&
247
- brew install phantomjs'
247
+ post_install_message:
248
248
  rdoc_options: []
249
249
  require_paths:
250
250
  - lib
@@ -263,6 +263,7 @@ rubyforge_project:
263
263
  rubygems_version: 2.2.2
264
264
  signing_key:
265
265
  specification_version: 4
266
- summary: PEM
266
+ summary: Tired of creating and maintaining your push certification profiles? PEM does
267
+ all that for you.
267
268
  test_files: []
268
269
  has_rdoc: