apnd 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/apnd/version.rb +1 -1
- metadata +3 -21
data/lib/apnd/version.rb
CHANGED
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 0
|
8
|
-
-
|
9
|
-
version: 0.0.
|
8
|
+
- 2
|
9
|
+
version: 0.0.2
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Joshua Priddle
|
@@ -53,25 +53,7 @@ dependencies:
|
|
53
53
|
version: "0"
|
54
54
|
type: :runtime
|
55
55
|
version_requirements: *id003
|
56
|
-
description:
|
57
|
-
|
58
|
-
# APND
|
59
|
-
|
60
|
-
APND (Apple Push Notification Daemon) is a ruby library to send Apple Push
|
61
|
-
Notifications (APNs) to iPhones.
|
62
|
-
|
63
|
-
Apple recommends application developers create one connection to their
|
64
|
-
upstream push notification server, rather than creating one per notification.
|
65
|
-
|
66
|
-
APND acts as an intermediary between your application and Apple. Your
|
67
|
-
application's notifications are queued to APND, which are then sent to
|
68
|
-
Apple over a single connection.
|
69
|
-
|
70
|
-
Within ruby applications, `APND::Notification` can be used to send
|
71
|
-
notifications to a running APND instance or directly to Apple. A command
|
72
|
-
line utility, `apnd-push`, can be used to send single notifications for
|
73
|
-
testing purposes.
|
74
|
-
|
56
|
+
description: " APND (Apple Push Notification Daemon) is a ruby library to send Apple Push\n Notifications (APNs) to iPhones.\n"
|
75
57
|
email: jpriddle@nevercraft.net
|
76
58
|
executables:
|
77
59
|
- apnd
|