commontator 2.0.0 → 2.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/db/migrate/0_install.rb +1 -1
- data/db/migrate/0_install.rb~ +1 -1
- data/lib/commontator/version.rb +1 -1
- data/lib/commontator/version.rb~ +1 -1
- metadata +2 -2
data/db/migrate/0_install.rb
CHANGED
@@ -6,7 +6,7 @@ class Install < ActiveRecord::Migration
|
|
6
6
|
t.string "editor_type"
|
7
7
|
t.integer "editor_id"
|
8
8
|
t.integer "thread_id", :null => false
|
9
|
-
t.text "body", :null => false
|
9
|
+
t.text "body", :null => false
|
10
10
|
t.datetime "deleted_at"
|
11
11
|
|
12
12
|
t.integer "cached_votes_total", :default => 0
|
data/db/migrate/0_install.rb~
CHANGED
@@ -27,7 +27,7 @@ class Install < ActiveRecord::Migration
|
|
27
27
|
t.string "subscriber_type", :null => false
|
28
28
|
t.integer "subscriber_id", :null => false
|
29
29
|
t.integer "thread_id", :null => false
|
30
|
-
t.integer "unread", :default => 0
|
30
|
+
t.integer "unread", :null => false, :default => 0
|
31
31
|
|
32
32
|
t.timestamps
|
33
33
|
end
|
data/lib/commontator/version.rb
CHANGED
data/lib/commontator/version.rb~
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: commontator
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-
|
12
|
+
date: 2013-09-20 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|