notifiable-core 0.4.0 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a1b571cfa050c15fe83d36cdf3d3c67aacfe259048513f943c378513a2b376ee
|
4
|
+
data.tar.gz: a87b624144a4ceca2896dceb540526c3b290a845c03cc453c1b3a5c4dd70a161
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 32368c5699453f328a4e1d5decbd6c8725bf7f6e92afbc44650f6598309244668ff2e9f0779afcf1100f006d65f3fe15d397b5b0c64936861a47e7942fff2f8a
|
7
|
+
data.tar.gz: 9b1ec475326ce82f73ee27989c8ff185077432111e46c8c72cfa99ad86062f0e83b68ee0679a3a83decfd1972352cc1af63944fd996d394be4782017a0b4adf8
|
data/lib/notifiable/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: notifiable-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matt Brooke-Smith
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2020-08-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activerecord
|
@@ -192,7 +192,7 @@ dependencies:
|
|
192
192
|
- - ">="
|
193
193
|
- !ruby/object:Gem::Version
|
194
194
|
version: '0'
|
195
|
-
description:
|
195
|
+
description:
|
196
196
|
email:
|
197
197
|
- matt@futureworkshops.com
|
198
198
|
executables: []
|
@@ -222,6 +222,7 @@ files:
|
|
222
222
|
- db/migrate/201810082235001_add_user_id_to_notifiable_device_tokens.rb
|
223
223
|
- db/migrate/201810090108000_remove_user_alias_from_notifiable_device_tokens.rb
|
224
224
|
- db/migrate/201901032235001_add_stats_to_users.rb
|
225
|
+
- db/migrate/202008062235002_add_priority_to_notification.rb
|
225
226
|
- lib/notifiable.rb
|
226
227
|
- lib/notifiable/app.rb
|
227
228
|
- lib/notifiable/device_token.rb
|
@@ -236,7 +237,7 @@ homepage: https://github.com/FutureWorkshops/notifiable
|
|
236
237
|
licenses:
|
237
238
|
- MIT
|
238
239
|
metadata: {}
|
239
|
-
post_install_message:
|
240
|
+
post_install_message:
|
240
241
|
rdoc_options: []
|
241
242
|
require_paths:
|
242
243
|
- lib
|
@@ -251,8 +252,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
251
252
|
- !ruby/object:Gem::Version
|
252
253
|
version: '0'
|
253
254
|
requirements: []
|
254
|
-
rubygems_version: 3.0.
|
255
|
-
signing_key:
|
255
|
+
rubygems_version: 3.0.8
|
256
|
+
signing_key:
|
256
257
|
specification_version: 4
|
257
258
|
summary: Notifiable core classes.
|
258
259
|
test_files: []
|