notifiable-core 0.4.0 → 0.4.1

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
2
  SHA256:
3
- metadata.gz: 366a0c070b9f8344670965c72c45dae6a6b5098075f447116d727b432c731166
4
- data.tar.gz: '07941317f4d1eae502d91babd73140b8f295988d734f7bcea760bbc93cf1ca4e'
3
+ metadata.gz: a1b571cfa050c15fe83d36cdf3d3c67aacfe259048513f943c378513a2b376ee
4
+ data.tar.gz: a87b624144a4ceca2896dceb540526c3b290a845c03cc453c1b3a5c4dd70a161
5
5
  SHA512:
6
- metadata.gz: f92418119268c2e7f503e0ff0b00bff99d595ec9c090e919429da84e3b5920c7af19272b12f9eed3e722231527c9e37212679a6f3641bf0c6cdc5e42b66142ad
7
- data.tar.gz: fb546cd6bc6f5281dafb41dee6e279b72e1c324fd6a92f85970d6b1a11f91862c113e0cfb806bc85be3d23ea390a6075208358f57edc3f24d2b932cb01f4cb78
6
+ metadata.gz: 32368c5699453f328a4e1d5decbd6c8725bf7f6e92afbc44650f6598309244668ff2e9f0779afcf1100f006d65f3fe15d397b5b0c64936861a47e7942fff2f8a
7
+ data.tar.gz: 9b1ec475326ce82f73ee27989c8ff185077432111e46c8c72cfa99ad86062f0e83b68ee0679a3a83decfd1972352cc1af63944fd996d394be4782017a0b4adf8
@@ -0,0 +1,5 @@
1
+ class AddStatsToUsers < ActiveRecord::Migration[4.2]
2
+ def change
3
+ add_column :notifiable_notifications, :priority, :integer
4
+ end
5
+ end
@@ -1,3 +1,3 @@
1
1
  module Notifiable
2
- VERSION = '0.4.0'.freeze
2
+ VERSION = '0.4.1'.freeze
3
3
  end
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.0
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: 2019-10-29 00:00:00.000000000 Z
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.3
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: []