pushr-core 1.0.3 → 1.0.4

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
- SHA1:
3
- metadata.gz: fe8abdefd3d9c9d53cfa0c456c78e0f897a5d9e6
4
- data.tar.gz: 120267550ff55c4b6d4915255d32e1fda6d2f2d8
2
+ SHA256:
3
+ metadata.gz: d796496da363829ca4ccbdf77044b7b091392a54717871d6cec168c0413dbce4
4
+ data.tar.gz: abc0435d73c288f343f9d34bc86edf59ebed7ed19fcd88057c0e05daee1df7fb
5
5
  SHA512:
6
- metadata.gz: b27387fb15c20ae1a6cc5e8da094f8b08fc0bda0d504d83ed8ff07025ef92ed9bee5272ef93fddc97f8a4a2ed6be0ddff5edf445a63635c671e4bc0c2166f677
7
- data.tar.gz: ef20aeddb2122159caf3019c38bbbb2554d151b1ade1f1618d305b562d377d9810d3d28439d207a7fa6b7c3b78c27ad8275984e0e4547a921d2dc82930384d79
6
+ metadata.gz: 7cace2417bb7dcfa77c3496f4b97018b77003735b999e01679c9a9d9825e82209023c533baa0efb23a89fc7899bd3b2e8d7501395af3c1b51978c4ef107726ff
7
+ data.tar.gz: bf37754b174865ba67a77635df9780709559f379567adc7b58729156df57a807fbcd80a817d4fd00d05f3a7c65ca44ac97c9e30fccebd227a5819cc76e3473a1
data/README.md CHANGED
@@ -10,7 +10,7 @@
10
10
  * Redis for queueing
11
11
  * Redis or YAML for configuration
12
12
  * Multi-App
13
- * Multi-Provider ([APNS](https://github.com/9to5/pushr-apns), [GCM](https://github.com/9to5/pushr-gcm))
13
+ * Multi-Provider ([APNS](https://github.com/9to5/pushr-apns), [APNS2](https://github.com/9to5/pushr-apns2), [GCM](https://github.com/9to5/pushr-gcm), [FCM](https://github.com/9to5/pushr-fcm), [WNS](https://github.com/9to5/pushr-wns))
14
14
  * Multi-process
15
15
  * Integrated feedback processing
16
16
 
@@ -45,7 +45,7 @@ module Pushr
45
45
 
46
46
  def error_notification(e)
47
47
  if do_error_notification?(e) && defined?(Airbrake)
48
- Airbrake.notify_or_ignore(e)
48
+ Airbrake.notify(e)
49
49
  end
50
50
  end
51
51
 
@@ -1,3 +1,3 @@
1
1
  module Pushr
2
- VERSION = '1.0.3'
2
+ VERSION = '1.0.4'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pushr-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Pesman
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-07-12 00:00:00.000000000 Z
11
+ date: 2018-10-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: redis
@@ -261,7 +261,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
261
261
  version: '0'
262
262
  requirements: []
263
263
  rubyforge_project:
264
- rubygems_version: 2.6.11
264
+ rubygems_version: 2.7.6
265
265
  signing_key:
266
266
  specification_version: 4
267
267
  summary: Core of the pushr daemon.