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.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/lib/pem/version.rb +1 -1
- metadata +10 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4da99d132b8de3fb1c883fd7fd2f9807bfc4eeb8
|
4
|
+
data.tar.gz: 063b9dd7013b162ef0eb4a4b6bc100e7f3287a56
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
|
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
|
|
data/lib/pem/version.rb
CHANGED
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.
|
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
|
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
|
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:
|
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:
|
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:
|