gossiper 0.5.0 → 0.5.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
  SHA1:
3
- metadata.gz: 7b1840e880a934d5e464bbfb8a29f8f322242ff6
4
- data.tar.gz: 3b4ad03f0c2dcd0de1f3977b7c22e4e6747d4192
3
+ metadata.gz: 03429984c23e4807f4f54266bbe46994847cbf06
4
+ data.tar.gz: a8b43ccbcd2bb8ef653f02ff2b101be9e77dc5eb
5
5
  SHA512:
6
- metadata.gz: 54904a932f3d326ef56a4882a7c296b867e1131b9a5a9d29b02b02afcf14a21e150c11a52a35751a7b5827dcd763f2580e9abacdc2ac0db9bf5c1a426dc5fed4
7
- data.tar.gz: 02a77e375098867dfee87355f3d8ff9c683983264f2fdc5f49ff93b839a1ec744de3884993591b3318f9ef44a77a18f4099248287958b2c0ea721acee9bfafa2
6
+ metadata.gz: cf6375937efcb728025156bb3ce812172ead81f2457ff8c2fec08c98eea3146058bbadf0134331145ab8a8ccc0b81114fb1f2329955aee221c0b04a988cf6b5c
7
+ data.tar.gz: 4968259de00984aafae126fbd00869482aecc1ec368311e9560ea3693248cda84c36ddba313a455a1f19fde298a1b8fa371f2fb97c22ed9e22b7dc5736f5e5c9
@@ -1,5 +1,5 @@
1
1
  class AddTypeToNotifications < ActiveRecord::Migration
2
2
  def change
3
- add_column :notifications, :type, :string
3
+ add_column :gossiper_notifications, :type, :string
4
4
  end
5
5
  end
@@ -4,7 +4,7 @@ class RemoveKindFromGossiperNotifications < ActiveRecord::Migration
4
4
  end
5
5
 
6
6
  def down
7
- add_column :notifications, :type, :string
7
+ add_column :gossiper_notifications, :kind, :string
8
8
  end
9
9
 
10
10
  end
@@ -1,3 +1,3 @@
1
1
  module Gossiper
2
- VERSION = "0.5.0"
2
+ VERSION = "0.5.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gossiper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcelo Jacobus