has_moderated 0.0.30 → 0.0.31

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,7 +6,7 @@ class CreateModerations < ActiveRecord::Migration
6
6
  end
7
7
  create_table "moderations" do |t|
8
8
  t.integer "moderatable_id", :null => true
9
- t.string "moderatable_type", :null => false
9
+ t.string "moderatable_type", :null => true
10
10
  t.string "attr_name", :limit => 60, :null => false
11
11
  t.text "attr_value", :null => false
12
12
  t.timestamps
@@ -1,3 +1,3 @@
1
1
  module HasModerated
2
- VERSION = "0.0.30"
2
+ VERSION = "0.0.31"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: has_moderated
3
3
  version: !ruby/object:Gem::Version
4
- hash: 35
4
+ hash: 33
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 30
10
- version: 0.0.30
9
+ - 31
10
+ version: 0.0.31
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jan Berdajs