radiant-reader-extension 3.0.7 → 3.0.8
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.
|
@@ -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
|
-
|
|
12
|
-
%
|
|
13
|
-
|
|
14
|
-
|
|
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
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
module RadiantReaderExtension
|
|
2
|
-
VERSION = '3.0.
|
|
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:
|
|
4
|
+
hash: 23
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 3
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 3.0.
|
|
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-
|
|
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.
|
|
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.
|
|
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
|