radiant-forum-extension 3.0.1 → 3.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  #forum_settings.box
2
2
  %h3
3
3
  .actions
4
- = button_to t("edit"), edit_admin_reader_configuration_url, :method => :get
4
+ = button_to t("edit"), edit_admin_reader_settings_url, :method => :get
5
5
  =t("forum_extension.forum_configuration")
6
6
  %p.ruled
7
7
  = show_config 'forum.public?'
@@ -1,5 +1,5 @@
1
1
  module RadiantForumExtension
2
- VERSION = '3.0.1'
2
+ VERSION = '3.0.2'
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"
Binary file
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
12
12
  s.summary = RadiantForumExtension::SUMMARY
13
13
  s.description = RadiantForumExtension::DESCRIPTION
14
14
 
15
- s.add_dependency 'radiant-reader-extension', "~> 3.0.0"
15
+ s.add_dependency 'radiant-reader-extension', "~> 3.0.8"
16
16
  s.add_dependency 'acts_as_list', "~> 0.1.2"
17
17
 
18
18
  ignores = if File.exist?('.gitignore')
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: 5
4
+ hash: 3
5
5
  prerelease:
6
6
  segments:
7
7
  - 3
8
8
  - 0
9
- - 1
10
- version: 3.0.1
9
+ - 2
10
+ version: 3.0.2
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-05 00:00:00 Z
18
+ date: 2011-10-11 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: radiant-reader-extension
@@ -25,12 +25,12 @@ dependencies:
25
25
  requirements:
26
26
  - - ~>
27
27
  - !ruby/object:Gem::Version
28
- hash: 7
28
+ hash: 23
29
29
  segments:
30
30
  - 3
31
31
  - 0
32
- - 0
33
- version: 3.0.0
32
+ - 8
33
+ version: 3.0.8
34
34
  type: :runtime
35
35
  version_requirements: *id001
36
36
  - !ruby/object:Gem::Dependency
@@ -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.1.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.1'\n\n "
263
+ post_install_message: "\n Add this to the Gemfile in your radiant project:\n\n gem 'radiant-forum-extension', '~> 3.0.2'\n\n "
263
264
  rdoc_options: []
264
265
 
265
266
  require_paths: