notifications-rails 1.2.6 → 2.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +11 -9
- metadata +69 -14
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c00f58505ef2af495a1e7c3ce279bffd43492c49e9436600961f75dd6bd7fd7c
|
4
|
+
data.tar.gz: 6b2db9ec719f45cab30007e2cbbcede8d86b392bcb3cb8924f63bd9ab6736684
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6e1df29020f66bd52c77b8cbc90e3c03fc9677d3b4e47dbfe7af3d7d61babd343a346681c8b7e462667bad7c0789d29c38460b18d27d3438a703db299982a885
|
7
|
+
data.tar.gz: a1779c54826365c2a35599d5795e8e717fd8f0a81a976f9eb14401e784ab4462af03bd5b38c5385eea5c8493a382901a45c3b0258414dcdc56415b6d816e646b
|
data/README.md
CHANGED
@@ -1,11 +1,9 @@
|
|
1
1
|
# Notifications Rails
|
2
2
|
|
3
|
-
[![Gem Version](https://badge.fury.io/rb/notifications-rails.svg)](https://badge.fury.io/rb/notifications-rails) ![Travis](https://travis-ci.
|
3
|
+
[![Gem Version](https://badge.fury.io/rb/notifications-rails.svg)](https://badge.fury.io/rb/notifications-rails) ![Travis](https://travis-ci.com/jonhue/notifications-rails.svg?branch=master)
|
4
4
|
|
5
5
|
The most powerful notification solution for Rails. Notifications Rails simplifies the handling, rendering, user-integration and cross-platform pushing of notifications through its simple API.
|
6
6
|
|
7
|
-
It integrates with the [Native](https://github.com/NativeGap/nativegap-rails) gem to allow you to create a cross platform Rails app.
|
8
|
-
|
9
7
|
---
|
10
8
|
|
11
9
|
## Table of Contents
|
@@ -28,7 +26,7 @@ Notifications Rails has been built with modularity in mind. It currently consist
|
|
28
26
|
|
29
27
|
**[NotificationRenderer](notification-renderer):** Render your notifications on multiple platforms by specifying notification types.
|
30
28
|
|
31
|
-
**[NotificationPusher](notification-pusher):** Push your notifications to various services. Including [Email](notification-pusher/notification-pusher-actionmailer)
|
29
|
+
**[NotificationPusher](notification-pusher):** Push your notifications to various services. Including [Email](notification-pusher/notification-pusher-actionmailer) & [OneSignal](notification-pusher/notification-pusher-onesignal).
|
32
30
|
|
33
31
|
**[NotificationSettings](notification-settings):** Integrates with your authentication solution to craft a personalized user notification platform.
|
34
32
|
|
@@ -62,7 +60,7 @@ gem 'notifications-rails', github: 'jonhue/notifications-rails'
|
|
62
60
|
|
63
61
|
## Testing
|
64
62
|
|
65
|
-
Tests are written with RSpec.
|
63
|
+
Tests are written with RSpec. Integration tests are located in `/spec`, unit tests can be found in `<module>/spec`.
|
66
64
|
|
67
65
|
1. Fork this repository
|
68
66
|
2. Clone your forked git locally
|
@@ -72,7 +70,7 @@ Tests are written with RSpec.
|
|
72
70
|
|
73
71
|
4. Run tests
|
74
72
|
|
75
|
-
`$
|
73
|
+
`$ scripts/rspec`
|
76
74
|
|
77
75
|
5. Run RuboCop
|
78
76
|
|
@@ -82,10 +80,14 @@ Tests are written with RSpec.
|
|
82
80
|
|
83
81
|
## Release
|
84
82
|
|
85
|
-
1.
|
86
|
-
2.
|
83
|
+
1. Review breaking changes and deprecations in CHANGELOG.md
|
84
|
+
2. Change the gem version [here](VERSION)
|
85
|
+
3. Publish to https://rubygems.org
|
86
|
+
|
87
|
+
`$ release <version>`
|
87
88
|
|
88
|
-
|
89
|
+
4. Create a new release and include breaking changes and deprecations from CHANGELOG.md
|
90
|
+
5. Reset CHANGELOG.md
|
89
91
|
|
90
92
|
---
|
91
93
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: notifications-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 2.0.0
|
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:
|
11
|
+
date: 2019-06-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: notification-handler
|
@@ -16,58 +16,100 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version:
|
19
|
+
version: 2.0.0
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version:
|
26
|
+
version: 2.0.0
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: notification-pusher
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
31
|
- - '='
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version:
|
33
|
+
version: 2.0.0
|
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:
|
40
|
+
version: 2.0.0
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: notification-renderer
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
45
|
- - '='
|
46
46
|
- !ruby/object:Gem::Version
|
47
|
-
version:
|
47
|
+
version: 2.0.0
|
48
48
|
type: :runtime
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
52
|
- - '='
|
53
53
|
- !ruby/object:Gem::Version
|
54
|
-
version:
|
54
|
+
version: 2.0.0
|
55
55
|
- !ruby/object:Gem::Dependency
|
56
56
|
name: notification-settings
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
58
58
|
requirements:
|
59
59
|
- - '='
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version:
|
61
|
+
version: 2.0.0
|
62
62
|
type: :runtime
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
66
|
- - '='
|
67
67
|
- !ruby/object:Gem::Version
|
68
|
-
version:
|
68
|
+
version: 2.0.0
|
69
69
|
- !ruby/object:Gem::Dependency
|
70
|
-
name:
|
70
|
+
name: factory_bot
|
71
|
+
requirement: !ruby/object:Gem::Requirement
|
72
|
+
requirements:
|
73
|
+
- - ">="
|
74
|
+
- !ruby/object:Gem::Version
|
75
|
+
version: '0'
|
76
|
+
type: :development
|
77
|
+
prerelease: false
|
78
|
+
version_requirements: !ruby/object:Gem::Requirement
|
79
|
+
requirements:
|
80
|
+
- - ">="
|
81
|
+
- !ruby/object:Gem::Version
|
82
|
+
version: '0'
|
83
|
+
- !ruby/object:Gem::Dependency
|
84
|
+
name: pry
|
85
|
+
requirement: !ruby/object:Gem::Requirement
|
86
|
+
requirements:
|
87
|
+
- - ">="
|
88
|
+
- !ruby/object:Gem::Version
|
89
|
+
version: '0'
|
90
|
+
type: :development
|
91
|
+
prerelease: false
|
92
|
+
version_requirements: !ruby/object:Gem::Requirement
|
93
|
+
requirements:
|
94
|
+
- - ">="
|
95
|
+
- !ruby/object:Gem::Version
|
96
|
+
version: '0'
|
97
|
+
- !ruby/object:Gem::Dependency
|
98
|
+
name: rails
|
99
|
+
requirement: !ruby/object:Gem::Requirement
|
100
|
+
requirements:
|
101
|
+
- - ">="
|
102
|
+
- !ruby/object:Gem::Version
|
103
|
+
version: '0'
|
104
|
+
type: :development
|
105
|
+
prerelease: false
|
106
|
+
version_requirements: !ruby/object:Gem::Requirement
|
107
|
+
requirements:
|
108
|
+
- - ">="
|
109
|
+
- !ruby/object:Gem::Version
|
110
|
+
version: '0'
|
111
|
+
- !ruby/object:Gem::Dependency
|
112
|
+
name: rspec-rails
|
71
113
|
requirement: !ruby/object:Gem::Requirement
|
72
114
|
requirements:
|
73
115
|
- - ">="
|
@@ -108,6 +150,20 @@ dependencies:
|
|
108
150
|
- - ">="
|
109
151
|
- !ruby/object:Gem::Version
|
110
152
|
version: '0'
|
153
|
+
- !ruby/object:Gem::Dependency
|
154
|
+
name: sqlite3
|
155
|
+
requirement: !ruby/object:Gem::Requirement
|
156
|
+
requirements:
|
157
|
+
- - ">="
|
158
|
+
- !ruby/object:Gem::Version
|
159
|
+
version: '0'
|
160
|
+
type: :development
|
161
|
+
prerelease: false
|
162
|
+
version_requirements: !ruby/object:Gem::Requirement
|
163
|
+
requirements:
|
164
|
+
- - ">="
|
165
|
+
- !ruby/object:Gem::Version
|
166
|
+
version: '0'
|
111
167
|
description: The most powerful notification solution for Rails. Notifications Rails
|
112
168
|
simplifies the handling, rendering, user-integration and cross-platform pushing
|
113
169
|
of notifications through its simple API.
|
@@ -131,15 +187,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
131
187
|
requirements:
|
132
188
|
- - ">="
|
133
189
|
- !ruby/object:Gem::Version
|
134
|
-
version: 2.
|
190
|
+
version: '2.3'
|
135
191
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
136
192
|
requirements:
|
137
193
|
- - ">="
|
138
194
|
- !ruby/object:Gem::Version
|
139
195
|
version: '0'
|
140
196
|
requirements: []
|
141
|
-
|
142
|
-
rubygems_version: 2.7.6
|
197
|
+
rubygems_version: 3.0.3
|
143
198
|
signing_key:
|
144
199
|
specification_version: 4
|
145
200
|
summary: The most powerful (cross-platform) notifications handler & pusher API for
|