radiant-forum-extension 3.0.3 → 3.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -21,7 +21,7 @@
21
21
  = link_to_topic(@post.topic, :class => 'breadhead')
22
22
 
23
23
  - content_for :form do
24
- - if post.editable_by?(current_reader)
24
+ - if @post.editable_by?(current_reader)
25
25
  = render :partial => 'form', :locals => {:post => @post}
26
26
  - else
27
27
  = render :partial => 'ineditable', :locals => {:post => @post}
@@ -1,5 +1,5 @@
1
1
  module RadiantForumExtension
2
- VERSION = '3.0.3'
2
+ VERSION = '3.0.4'
3
3
  SUMMARY = %q{Forum and Comment Extension for Radiant CMS}
4
4
  DESCRIPTION = %q{Nice clean forums and page comments for inclusion in your radiant site.}
5
5
  URL = "http://radiant.spanner.org/forum"
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: radiant-forum-extension
3
3
  version: !ruby/object:Gem::Version
4
- hash: 1
4
+ hash: 15
5
5
  prerelease:
6
6
  segments:
7
7
  - 3
8
8
  - 0
9
- - 3
10
- version: 3.0.3
9
+ - 4
10
+ version: 3.0.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - William Ross
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-10-12 00:00:00 Z
18
+ date: 2011-10-13 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: radiant-reader-extension
@@ -233,6 +233,7 @@ files:
233
233
  - public/stylesheets/sass/admin/forum_dashboard.sass
234
234
  - public/stylesheets/sass/forum.sass
235
235
  - public/stylesheets/sass/gallery.sass
236
+ - radiant-forum-extension-3.0.3.gem
236
237
  - radiant-forum-extension.gemspec
237
238
  - Rakefile
238
239
  - README.md
@@ -259,7 +260,7 @@ files:
259
260
  homepage: http://radiant.spanner.org/forum
260
261
  licenses: []
261
262
 
262
- post_install_message: "\n Add this to the Gemfile in your radiant project:\n\n gem 'radiant-forum-extension', '~> 3.0.3'\n\n "
263
+ post_install_message: "\n Add this to the Gemfile in your radiant project:\n\n gem 'radiant-forum-extension', '~> 3.0.4'\n\n "
263
264
  rdoc_options: []
264
265
 
265
266
  require_paths: