apns-persistent 0.1.1 → 0.1.2
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/exe/{push → push_noti} +0 -0
- data/exe/{push_daemon → push_noti_daemon} +0 -0
- data/exe/{push_once → push_noti_once} +1 -1
- data/lib/apns/persistent/version.rb +1 -1
- metadata +9 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2fa6e7b18a45fcc9fcd883956e6b9ff057f4146e
|
|
4
|
+
data.tar.gz: b59cc48d9f34bf9084260ed15ac5355263895f20
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b30912514ae5c07767df9396ec2adce6b8de3ba965e89c0aab9b850e4beac189a7c8de97c313d94d6dfa80914a0ad7a8248ea4431abb428b03b70af64c5931e2
|
|
7
|
+
data.tar.gz: 7491eea410123a1b77cc89806afe1db71be926d7d9dd86deb89e937d6973ceed666d329b13225d491309f3d25b9421f5a9a059d5628cc0e548749fdca45acc42
|
data/exe/{push → push_noti}
RENAMED
|
File without changes
|
|
File without changes
|
|
@@ -23,7 +23,7 @@ params = Hash[ARGV.getopts('',
|
|
|
23
23
|
'priority:').map { |k, v| [k.to_sym, v] }]
|
|
24
24
|
|
|
25
25
|
if params.delete(:help)
|
|
26
|
-
puts 'Usage:
|
|
26
|
+
puts 'Usage: push_once [--pemfile path] [--passphrase string] [--sandbox] [--token string] [--alert string] [--badge num] [--sound string] [--category string] [--content_available] [--payload_yaml path] [--id num] [--expiry time] [--priority num]'
|
|
27
27
|
exit
|
|
28
28
|
end
|
|
29
29
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: apns-persistent
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- malt03
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-10-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -56,9 +56,9 @@ description: 'apns-persistent is a gem for sending APNs and easy to manage conne
|
|
|
56
56
|
email:
|
|
57
57
|
- malt.koji@gmail.com
|
|
58
58
|
executables:
|
|
59
|
-
-
|
|
60
|
-
-
|
|
61
|
-
-
|
|
59
|
+
- push_noti
|
|
60
|
+
- push_noti_daemon
|
|
61
|
+
- push_noti_once
|
|
62
62
|
extensions: []
|
|
63
63
|
extra_rdoc_files: []
|
|
64
64
|
files:
|
|
@@ -73,9 +73,9 @@ files:
|
|
|
73
73
|
- apns-persistent.gemspec
|
|
74
74
|
- bin/console
|
|
75
75
|
- bin/setup
|
|
76
|
-
- exe/
|
|
77
|
-
- exe/
|
|
78
|
-
- exe/
|
|
76
|
+
- exe/push_noti
|
|
77
|
+
- exe/push_noti_daemon
|
|
78
|
+
- exe/push_noti_once
|
|
79
79
|
- lib/apns/persistent.rb
|
|
80
80
|
- lib/apns/persistent/client.rb
|
|
81
81
|
- lib/apns/persistent/connection.rb
|
|
@@ -107,3 +107,4 @@ signing_key:
|
|
|
107
107
|
specification_version: 4
|
|
108
108
|
summary: Send Apple Push Notifications
|
|
109
109
|
test_files: []
|
|
110
|
+
has_rdoc:
|