p8_pusher 0.1.0 → 0.1.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.
- checksums.yaml +4 -4
- data/lib/p8_pusher/version.rb +1 -1
- data/p8_pusher.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3872727dc97450e2297219392cdd92de2c155769199b53e1d1311ece3d624a73
|
|
4
|
+
data.tar.gz: f492a5c7e4a5ad7d7cadec6c4afd2b3001f1d7c983b2a2c8b27f88a686511053
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 429064222a675fef9689927f79790df0cd9d2c5cfdfb759e84caff96dbeecd6ae3e65ed160834211b94773663063f44dabbc69ee4f96087e538b939952c9d816
|
|
7
|
+
data.tar.gz: 5f537298b047b0dbce4a5fb15519271bdbed6d769977534a989a2eae91177e7dc0ee957c9e492e25c9ad5f94b8dcb7486c3156c62e2ef0d8253c828d5dce448e
|
data/lib/p8_pusher/version.rb
CHANGED
data/p8_pusher.gemspec
CHANGED
|
@@ -3,7 +3,7 @@ require_relative 'lib/p8_pusher/version'
|
|
|
3
3
|
Gem::Specification.new do |spec|
|
|
4
4
|
spec.name = 'p8_pusher'
|
|
5
5
|
spec.version = P8Pusher::VERSION
|
|
6
|
-
spec.authors = ['sumar7']
|
|
6
|
+
spec.authors = ['Sajjad Umar (sumar7)']
|
|
7
7
|
spec.email = ['sajjadumardev@gmail.com']
|
|
8
8
|
|
|
9
9
|
spec.summary = 'Apple push notifications using the new p8 format instead of pemfile'
|