notification-pusher 1.2.2 → 1.2.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -6
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 78c103233a1e82bc76ab7a0203ffec4f483d87f018083736dea8f6781056e97c
|
4
|
+
data.tar.gz: 44d8ac9559afd8e4f4b65e564775f545323bc4fb885505d8e6f0e6faf1eedb76
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fd424cb5e1d0155517ec0d749820fac1ed4cb816b8afa17e5c803581cf608b498b7aacc48c5a267e3d76c5f203de69fe14b5c2306c7f9299b6282a3736ab0a51
|
7
|
+
data.tar.gz: 91e972f8e2275ef9606e795728fdaab742ecc2abbe4a015e6b594bc01723db8b5fb08cffd225fd89b459a9e36ca8ee409f74c2060d376bb0d1b1a590304efa0d
|
data/CHANGELOG.md
CHANGED
@@ -4,33 +4,33 @@
|
|
4
4
|
|
5
5
|
* nothing yet
|
6
6
|
|
7
|
-
### 1.0.0 - 2017
|
7
|
+
### 1.0.0 - 2017/12/28
|
8
8
|
|
9
9
|
* bugfixes
|
10
10
|
|
11
|
-
### 1.0.0.beta6 - 2017
|
11
|
+
### 1.0.0.beta6 - 2017/12/28
|
12
12
|
|
13
13
|
* bugfixes
|
14
14
|
* fix lib loading problems
|
15
15
|
|
16
|
-
### 1.0.0.beta5 - 2017
|
16
|
+
### 1.0.0.beta5 - 2017/12/28
|
17
17
|
|
18
18
|
* bugfixes
|
19
19
|
* fix generators
|
20
20
|
* fix lib loading problems
|
21
21
|
* fix syntax errors
|
22
22
|
|
23
|
-
### 1.0.0.beta3 - 2017
|
23
|
+
### 1.0.0.beta3 - 2017/12/25
|
24
24
|
|
25
25
|
* features
|
26
26
|
* add `Pusher` class and allow definition in configuration
|
27
27
|
|
28
|
-
### 1.0.0.beta2 - 2017
|
28
|
+
### 1.0.0.beta2 - 2017/12/23
|
29
29
|
|
30
30
|
* enhancements
|
31
31
|
* add `NotificationPusher::NotificationLibrary` module to extend `NotificationHandler::Notification` model
|
32
32
|
* drop Rails dependency
|
33
33
|
|
34
|
-
### 1.0.0.beta1 - 2017
|
34
|
+
### 1.0.0.beta1 - 2017/12/22
|
35
35
|
|
36
36
|
* initial release
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: notification-pusher
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jonas Hübotter
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-01-
|
11
|
+
date: 2018-01-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -30,14 +30,14 @@ dependencies:
|
|
30
30
|
requirements:
|
31
31
|
- - '='
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 1.2.
|
33
|
+
version: 1.2.3
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - '='
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 1.2.
|
40
|
+
version: 1.2.3
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: rspec
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
@@ -68,7 +68,7 @@ dependencies:
|
|
68
68
|
version: '0.52'
|
69
69
|
description: Push your notifications to various services. Including Email, ActionCable,
|
70
70
|
OneSignal (cross-platform notifications).
|
71
|
-
email:
|
71
|
+
email: me@jonhue.me
|
72
72
|
executables: []
|
73
73
|
extensions: []
|
74
74
|
extra_rdoc_files: []
|