hoc_notifications 1.0.2 → 1.0.3

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: aabaf654871204c2e69b47243610798ac315573c
4
- data.tar.gz: d56b584b49478456c88b5d8697eecb8cc49e91f9
3
+ metadata.gz: 01b2fdcaf19ecb97672bb46b0ef8ccd50b40aa30
4
+ data.tar.gz: d5749eba22ba3333d25fa86e9e0ffed3d7241705
5
5
  SHA512:
6
- metadata.gz: 56c1361011176cfd9749c8023541c37e99189e2cf5eb96b25670e89378e00b486fbe0a9afa9eb45e41e66239908afccd1e5cb74fc7ba8ce89a152b1fecce0a23
7
- data.tar.gz: cfa353a6dd7363e4bfa5c44bd37859d523535354c8c63536829ccad152baf03ad28ea1a4c5626f3d6a5a20c2eb8d999f70a73606b7c107b413befc10892ae6e2
6
+ metadata.gz: 4c829692c147589049507e71349458e99b28683f0d16943eca518cb3d2260fe7fc0239340a728e3aec328ec4531469732783f0e83b6220ad0a86a060db5d46a0
7
+ data.tar.gz: 082e140135f5cab4676d012e9d6d2f24a4ee95cb7420721b856c020806ffb02b0c3a82de926d9e9f86fea4b99a8a45016089103fb89113384fdc122933305c86
@@ -1,4 +1,4 @@
1
- class CreateHocNotifications < ActiveRecord::Migration
1
+ class CreateHocNotifications < ActiveRecord::Migration[4.2]
2
2
  def change
3
3
  create_table :hoc_notifications do |t|
4
4
  t.integer :recipient_id
@@ -1,3 +1,3 @@
1
1
  module HocNotifications
2
- VERSION = "1.0.2"
2
+ VERSION = "1.0.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hoc_notifications
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gert Lavsen
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-09-09 00:00:00.000000000 Z
11
+ date: 2018-09-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler