radiant-reader-extension 3.0.4 → 3.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -73,13 +73,13 @@
73
73
  %br
74
74
  = f.password_field :password_confirmation, :class => 'standard', :autocomplete => 'off'
75
75
 
76
- - unless reader.new_record?
77
- %p
78
- = f.label :description, nil, :class => 'optional'
79
- %br
80
- = f.text_area :description, :class => 'standard'
81
- %br
82
- %span.formnote= t('reader_extension.form_notes.account.description')
76
+ - unless reader.new_record?
77
+ %p
78
+ = f.label :description, nil, :class => 'optional'
79
+ %br
80
+ = f.text_area :description, :class => 'standard'
81
+ %br
82
+ %span.formnote= t('reader_extension.form_notes.account.description')
83
83
 
84
84
  = render :partial => 'choose_memberships'
85
85
 
@@ -13,11 +13,11 @@
13
13
  = render :partial => 'shared/standard_reader_parts'
14
14
 
15
15
  - content_for :sidebar do
16
- - render_region :sidebar
16
+ = render_region :sidebar
17
17
  // UI -> readers/profile
18
18
 
19
19
  - content_for :main do
20
- - render_region :main
20
+ = render_region :main
21
21
  // UI -> readers/memberships readers/description
22
22
 
23
23
  = yield :main
@@ -1,5 +1,5 @@
1
1
  module RadiantReaderExtension
2
- VERSION = '3.0.4'
2
+ VERSION = '3.0.5'
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"
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: 15
4
+ hash: 13
5
5
  prerelease:
6
6
  segments:
7
7
  - 3
8
8
  - 0
9
- - 4
10
- version: 3.0.4
9
+ - 5
10
+ version: 3.0.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - William Ross
@@ -353,7 +353,7 @@ has_rdoc: true
353
353
  homepage: http://radiant.spanner.org/reader
354
354
  licenses: []
355
355
 
356
- post_install_message: "\n Add this to your radiant project with:\n\n config.gem 'radiant-reader-extension', :version => '~> 3.0.4'\n\n and if you haven't already, remember to enable ActionMailer in your\n project's config/environment.rb.\n "
356
+ post_install_message: "\n Add this to your radiant project with:\n\n config.gem 'radiant-reader-extension', :version => '~> 3.0.5'\n\n and if you haven't already, remember to enable ActionMailer in your\n project's config/environment.rb.\n "
357
357
  rdoc_options: []
358
358
 
359
359
  require_paths: