radiant-reader-extension 3.0.10 → 3.0.11

Sign up to get free protection for your applications and to get access to all the features.
@@ -31,7 +31,7 @@ class ReaderActivationsController < ReaderActionController
31
31
  if @reader
32
32
  @reader.activate!
33
33
  self.current_reader = @reader
34
- redirect_to dashboard_url
34
+ redirect_to reader_dashboard_url
35
35
  else
36
36
  @error = t("reader_extension.please_check_message")
37
37
  expires_now
@@ -1,5 +1,5 @@
1
1
  module RadiantReaderExtension
2
- VERSION = '3.0.10'
2
+ VERSION = '3.0.11'
3
3
  SUMMARY = %q{Reader/viewer/visitor registration, login and access-control for Radiant CMS}
4
4
  DESCRIPTION = %q{Provides reader/member/user registration and management functions including password-reminder, group-based page access control and administrative email.}
5
5
  URL = "http://radiant.spanner.org/reader"
Binary file
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: radiant-reader-extension
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease:
6
6
  segments:
7
7
  - 3
8
8
  - 0
9
- - 10
10
- version: 3.0.10
9
+ - 11
10
+ version: 3.0.11
11
11
  platform: ruby
12
12
  authors:
13
13
  - William Ross
@@ -328,6 +328,7 @@ files:
328
328
  - public/stylesheets/sass/admin/reader.sass
329
329
  - public/stylesheets/sass/admin/reader_group.sass
330
330
  - public/stylesheets/sass/reader.sass
331
+ - radiant-reader-extension-3.0.10.gem
331
332
  - radiant-reader-extension-3.0.7.gem
332
333
  - radiant-reader-extension-3.0.8.gem
333
334
  - radiant-reader-extension-3.0.9.gem
@@ -359,7 +360,7 @@ files:
359
360
  homepage: http://radiant.spanner.org/reader
360
361
  licenses: []
361
362
 
362
- post_install_message: "\n Add this to your radiant project with:\n\n config.gem 'radiant-reader-extension', :version => '~> 3.0.10'\n\n and if you haven't already, remember to enable ActionMailer in your\n project's config/environment.rb.\n "
363
+ post_install_message: "\n Add this to your radiant project with:\n\n config.gem 'radiant-reader-extension', :version => '~> 3.0.11'\n\n and if you haven't already, remember to enable ActionMailer in your\n project's config/environment.rb.\n "
363
364
  rdoc_options: []
364
365
 
365
366
  require_paths: