commontator 4.1.2 → 4.2.0

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: commontator
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.1.2
4
+ version: 4.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dante Soares
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-11-18 00:00:00.000000000 Z
11
+ date: 2013-11-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -119,6 +119,7 @@ files:
119
119
  - app/views/commontator/shared/_thread.html.erb
120
120
  - app/views/commontator/comments/_votes.html.erb
121
121
  - app/views/commontator/comments/create.js.erb
122
+ - app/views/commontator/comments/_list.html.erb
122
123
  - app/views/commontator/comments/_show.html.erb
123
124
  - app/views/commontator/comments/_actions.html.erb
124
125
  - app/views/commontator/comments/update.js.erb~
@@ -127,10 +128,14 @@ files:
127
128
  - app/views/commontator/comments/delete.js.erb
128
129
  - app/views/commontator/comments/new.js.erb
129
130
  - app/views/commontator/comments/_body.html.erb
131
+ - app/views/commontator/comments/create.js.erb~
130
132
  - app/views/commontator/comments/edit.js.erb
131
133
  - app/views/commontator/comments/_votes.html.erb~
134
+ - app/views/commontator/comments/edit.js.erb~
132
135
  - app/views/commontator/comments/vote.js.erb
136
+ - app/views/commontator/comments/new.js.erb~
133
137
  - app/views/commontator/comments/_form.html.erb
138
+ - app/views/commontator/comments/_list.html.erb~
134
139
  - app/views/commontator/comments/delete.js.erb~
135
140
  - app/mailers/commontator/subscriptions_mailer.rb
136
141
  - app/mailers/commontator/subscriptions_mailer.rb~