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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +11 -9
  3. metadata +69 -14
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ec9db2c6a46c6fb8c432498e585cf0142d0ca63e224550576d723c55bc7e9b21
4
- data.tar.gz: 1d51c6c6c42b811d702f5892d299f32fdb9becbfc0156a0dd6378d8d5ad5e931
3
+ metadata.gz: c00f58505ef2af495a1e7c3ce279bffd43492c49e9436600961f75dd6bd7fd7c
4
+ data.tar.gz: 6b2db9ec719f45cab30007e2cbbcede8d86b392bcb3cb8924f63bd9ab6736684
5
5
  SHA512:
6
- metadata.gz: a77408483d6b6a888fad956d9ffb12eb32f72167c4dc9a6f887748b15372fc7756347c21be4680f8dffcbacafada03f420093d6f455a5dd7f6426c7edd8ecf89
7
- data.tar.gz: 5753225b9dc9a146ed819b3217ff57891689ef80d17097880ba21245de7be9b04286bc448e79206880e6123e1ec0ab3768c31e0c303ab097a20c0548cc3de432
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.org/jonhue/notifications-rails.svg?branch=master)
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), [ActionCable](notification-pusher/notification-pusher-actioncable), [OneSignal](notification-pusher/notification-pusher-onesignal).
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
- `$ bundle exec rspec`
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. Change the gem version [here](VERSION)
86
- 2. Publish to https://rubygems.org
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
- `$ sh release.sh <version>`
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: 1.2.6
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: 2018-12-22 00:00:00.000000000 Z
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: 1.2.6
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: 1.2.6
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: 1.2.6
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: 1.2.6
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: 1.2.6
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: 1.2.6
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: 1.2.6
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: 1.2.6
68
+ version: 2.0.0
69
69
  - !ruby/object:Gem::Dependency
70
- name: rspec
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.2.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
- rubyforge_project:
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