radiant-reader-extension 3.0.7 → 3.0.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,14 +1,17 @@
1
1
  - content_for :breadcrumbs do
2
2
  = link_to t('reader_extension.home').titlecase, '/'
3
3
  >
4
- t('reader_extension.log_in').titlecase
4
+ = t('reader_extension.log_in').titlecase
5
5
 
6
6
  - content_for :title do
7
7
  = t('reader_extension.log_in').titlecase
8
8
 
9
9
  = render :partial => 'shared/standard_reader_parts'
10
10
 
11
- %div.login_form
12
- %h1
13
- = t('reader_extension.log_in').titlecase
14
- = render :partial => 'reader_sessions/login_form', :locals => {:backto => @backto}
11
+ - content_for :form do
12
+ %div.login_form
13
+ %h1
14
+ = t('reader_extension.log_in').titlecase
15
+ = render :partial => 'reader_sessions/login_form', :locals => {:backto => @backto}
16
+
17
+ = yield :form
@@ -17,7 +17,7 @@
17
17
  = t('reader_extension.please').titlecase
18
18
  = t('reader_extension.log_in')
19
19
  - if Radiant::Config['reader.allow_registration?']
20
- = t('reader_extension.or')
20
+ = t('or')
21
21
  = link_to t('reader_extension.register'), new_reader_url
22
22
 
23
23
  - if @error
@@ -1,5 +1,5 @@
1
1
  module RadiantReaderExtension
2
- VERSION = '3.0.7'
2
+ VERSION = '3.0.8'
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: 9
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 3
8
8
  - 0
9
- - 7
10
- version: 3.0.7
9
+ - 8
10
+ version: 3.0.8
11
11
  platform: ruby
12
12
  authors:
13
13
  - William Ross
@@ -15,7 +15,8 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-09-27 00:00:00 Z
18
+ date: 2011-10-05 00:00:00 +01:00
19
+ default_executable:
19
20
  dependencies:
20
21
  - !ruby/object:Gem::Dependency
21
22
  name: radiant-layouts-extension
@@ -327,6 +328,7 @@ files:
327
328
  - public/stylesheets/sass/admin/reader.sass
328
329
  - public/stylesheets/sass/admin/reader_group.sass
329
330
  - public/stylesheets/sass/reader.sass
331
+ - radiant-reader-extension-3.0.7.gem
330
332
  - radiant-reader-extension.gemspec
331
333
  - Rakefile
332
334
  - reader_extension.rb
@@ -351,10 +353,11 @@ files:
351
353
  - spec/models/reader_spec.rb
352
354
  - spec/spec.opts
353
355
  - spec/spec_helper.rb
356
+ has_rdoc: true
354
357
  homepage: http://radiant.spanner.org/reader
355
358
  licenses: []
356
359
 
357
- post_install_message: "\n Add this to your radiant project with:\n\n config.gem 'radiant-reader-extension', :version => '~> 3.0.7'\n\n and if you haven't already, remember to enable ActionMailer in your\n project's config/environment.rb.\n "
360
+ post_install_message: "\n Add this to your radiant project with:\n\n config.gem 'radiant-reader-extension', :version => '~> 3.0.8'\n\n and if you haven't already, remember to enable ActionMailer in your\n project's config/environment.rb.\n "
358
361
  rdoc_options: []
359
362
 
360
363
  require_paths:
@@ -380,7 +383,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
380
383
  requirements: []
381
384
 
382
385
  rubyforge_project:
383
- rubygems_version: 1.8.10
386
+ rubygems_version: 1.5.3
384
387
  signing_key:
385
388
  specification_version: 3
386
389
  summary: Reader/viewer/visitor registration, login and access-control for Radiant CMS