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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 310b550d473dfbc4ff4934db76056982aad9018c
4
- data.tar.gz: d66a82de29214e157e0b279f1de5582e9b0bf07e
3
+ metadata.gz: 2fa6e7b18a45fcc9fcd883956e6b9ff057f4146e
4
+ data.tar.gz: b59cc48d9f34bf9084260ed15ac5355263895f20
5
5
  SHA512:
6
- metadata.gz: ec9089779c870da4f223fd06c9c3a1a1b7f5392d81987564211f376435e7ff9f4fdb68c7fa4e9eca9d705594d4da5c49188aae547c8179abcfcd9cf6756e20c5
7
- data.tar.gz: c951454d0a67230f0f7237bb1c9a6b9b39a29e58d1662d8d186fa53b62a17571942ef5c71887125404b70d87b5f62b14f3f3d8c2bb0482e1fe7e2cfa08ad72a9
6
+ metadata.gz: b30912514ae5c07767df9396ec2adce6b8de3ba965e89c0aab9b850e4beac189a7c8de97c313d94d6dfa80914a0ad7a8248ea4431abb428b03b70af64c5931e2
7
+ data.tar.gz: 7491eea410123a1b77cc89806afe1db71be926d7d9dd86deb89e937d6973ceed666d329b13225d491309f3d25b9421f5a9a059d5628cc0e548749fdca45acc42
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: push [--host host] [--port port] [--token string] [--alert string] [--badge num] [--sound string] [--category string] [--content_available] [--payload_yaml path] [--id num] [--expiry time] [--priority num]'
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
 
@@ -1,5 +1,5 @@
1
1
  module Apns
2
2
  module Persistent
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
  end
5
5
  end
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.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-09-11 00:00:00.000000000 Z
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
- - push
60
- - push_daemon
61
- - push_once
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/push
77
- - exe/push_daemon
78
- - exe/push_once
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: