apnd 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/apnd/version.rb +1 -1
  2. metadata +3 -21
@@ -2,7 +2,7 @@ module APND
2
2
  class Version
3
3
  MAJOR = 0
4
4
  MINOR = 0
5
- TINY = 1
5
+ TINY = 2
6
6
 
7
7
  def self.to_s
8
8
  [MAJOR, MINOR, TINY].join('.')
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 1
9
- version: 0.0.1
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