notifications 0.4.1 → 0.4.2

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
  SHA1:
3
- metadata.gz: 1e0574fc56197caf41438c5d60ea057e13c924fd
4
- data.tar.gz: 726630c9a99064d0c923da72ae59dd41bd776b97
3
+ metadata.gz: 4113184dbc4d65da4823092776eef80c3b8624fa
4
+ data.tar.gz: 9e73b5541ce9ad2a4310b4e98b481a88f3835b45
5
5
  SHA512:
6
- metadata.gz: 055602c8d49469b47a86887ab10de5f27c8f6401e91462ed3ac738584f36bea28d5a19b414122fc185971ed8c789a336b555bf2aae080981c7668ea27fdabad6
7
- data.tar.gz: dc827de5bc05ca0adadd3721c08e429075b95dee9a9ee6a8da972f3d1c6d53745bc3c02ddf12e3552f45251046d7cbc89071d4dfa6ba14da4ec03678b85c061c
6
+ metadata.gz: ecafa7a93fc7bcb3b8a77e5c5a9c75dfa9fff67ac69f2dccba28254cc40dceeaa1f1d9ad431e2a9c311a74c77bd888d58ce502d7b20c645babf180fa0b283106
7
+ data.tar.gz: d9729062567c02e619846f8e467feb7f2b6e41af3ced4f09088cc2a3348c05efa2ed1fc73f67b361756c9b89781f8cd2fa86df6decb1275df824daffae55dc8a
@@ -1,4 +1,4 @@
1
- class CreateNotifications < ActiveRecord::Migration
1
+ class CreateNotifications < ActiveRecord::Migration[4.2]
2
2
  def change
3
3
  create_table :notifications do |t|
4
4
  t.integer :user_id, null: false
@@ -1,3 +1,3 @@
1
1
  module Notifications
2
- VERSION = '0.4.1'
2
+ VERSION = '0.4.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: notifications
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason Lee
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-04-28 00:00:00.000000000 Z
11
+ date: 2017-06-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails