--- !ruby/object:Gem::Specification name: radiant-reader-extension version: !ruby/object:Gem::Version hash: 75 prerelease: segments: - 3 - 0 - 38 version: 3.0.38 platform: ruby authors: - William Ross autorequire: bindir: bin cert_chain: [] date: 2011-11-22 00:00:00 Z dependencies: - !ruby/object:Gem::Dependency name: radiant-layouts-extension prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 21 segments: - 1 - 1 - 3 version: 1.1.3 type: :runtime version_requirements: *id001 - !ruby/object:Gem::Dependency name: radiant-mailer_layouts-extension prerelease: false requirement: &id002 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 25 segments: - 0 - 1 - 1 version: 0.1.1 type: :runtime version_requirements: *id002 - !ruby/object:Gem::Dependency name: authlogic prerelease: false requirement: &id003 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 7 segments: - 2 - 1 - 6 version: 2.1.6 type: :runtime version_requirements: *id003 - !ruby/object:Gem::Dependency name: sanitize prerelease: false requirement: &id004 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 13 segments: - 2 - 0 - 1 version: 2.0.1 type: :runtime version_requirements: *id004 - !ruby/object:Gem::Dependency name: snail prerelease: false requirement: &id005 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 1 segments: - 0 - 5 - 5 version: 0.5.5 type: :runtime version_requirements: *id005 - !ruby/object:Gem::Dependency name: vcard prerelease: false requirement: &id006 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 25 segments: - 0 - 1 - 1 version: 0.1.1 type: :runtime version_requirements: *id006 - !ruby/object:Gem::Dependency name: fastercsv prerelease: false requirement: &id007 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 11 segments: - 1 - 5 - 4 version: 1.5.4 type: :runtime version_requirements: *id007 - !ruby/object:Gem::Dependency name: ancestry prerelease: false requirement: &id008 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 23 segments: - 1 - 2 - 4 version: 1.2.4 type: :runtime version_requirements: *id008 description: Provides reader/member/user registration and management functions including password-reminder, group-based page access control and administrative email. email: - radiant@spanner.org executables: [] extensions: [] extra_rdoc_files: [] files: - app/controllers/accounts_controller.rb - app/controllers/admin/group_invitations_controller.rb - app/controllers/admin/groups_controller.rb - app/controllers/admin/memberships_controller.rb - app/controllers/admin/messages_controller.rb - app/controllers/admin/permissions_controller.rb - app/controllers/admin/reader_configuration_controller.rb - app/controllers/admin/readers_controller.rb - app/controllers/groups_controller.rb - app/controllers/messages_controller.rb - app/controllers/password_resets_controller.rb - app/controllers/reader_action_controller.rb - app/controllers/reader_activations_controller.rb - app/controllers/reader_sessions_controller.rb - app/helpers/reader_helper.rb - app/models/group.rb - app/models/membership.rb - app/models/message.rb - app/models/message_function.rb - app/models/message_reader.rb - app/models/permission.rb - app/models/reader.rb - app/models/reader_notifier.rb - app/models/reader_page.rb - app/models/reader_session.rb - app/views/accounts/_choose_memberships.html.haml - app/views/accounts/_controls.html.haml - app/views/accounts/_edit_names.html.haml - app/views/accounts/_extra_controls.html.haml - app/views/accounts/_flasher.html.haml - app/views/accounts/_form.html.haml - app/views/accounts/_gravatar.html.haml - app/views/accounts/_preamble.html.haml - app/views/accounts/_profile_form.html.haml - app/views/accounts/dashboard.html.haml - app/views/accounts/edit.html.haml - app/views/accounts/edit_profile.html.haml - app/views/accounts/login.html.haml - app/views/accounts/new.html.haml - app/views/accounts/permission_denied.html.haml - app/views/admin/group_invitations/new.html.haml - app/views/admin/group_invitations/preview.html.haml - app/views/admin/groups/_add_readers.html.haml - app/views/admin/groups/_chooser.html.haml - app/views/admin/groups/_edit_access.html.haml - app/views/admin/groups/_form.html.haml - app/views/admin/groups/_group.html.haml - app/views/admin/groups/_list_head.html.haml - app/views/admin/groups/_popup.html.haml - app/views/admin/groups/edit.html.haml - app/views/admin/groups/index.html.haml - app/views/admin/groups/new.html.haml - app/views/admin/groups/remove.html.haml - app/views/admin/groups/show.html.haml - app/views/admin/memberships/_reader.html.haml - app/views/admin/memberships/_role.html.haml - app/views/admin/memberships/_role_form.html.haml - app/views/admin/messages/_form.html.haml - app/views/admin/messages/_help.html.haml - app/views/admin/messages/_list_function.haml - app/views/admin/messages/_list_notes.html.haml - app/views/admin/messages/edit.html.haml - app/views/admin/messages/index.html.haml - app/views/admin/messages/new.html.haml - app/views/admin/messages/preview.html.haml - app/views/admin/messages/show.html.haml - app/views/admin/pages/_groups_column.html.haml - app/views/admin/pages/_groups_column_header.html.haml - app/views/admin/pages/_listed.html.haml - app/views/admin/permissions/_page.html.haml - app/views/admin/reader_configuration/edit.html.haml - app/views/admin/reader_configuration/show.html.haml - app/views/admin/readers/_avatar.html.haml - app/views/admin/readers/_form.html.haml - app/views/admin/readers/_password_fields.html.haml - app/views/admin/readers/_reader_groups.html.haml - app/views/admin/readers/edit.html.haml - app/views/admin/readers/index.html.haml - app/views/admin/readers/new.html.haml - app/views/admin/readers/remove.html.haml - app/views/admin/sites/_choose_reader_layout.html.haml - app/views/dashboard/_description.html.haml - app/views/dashboard/_directory.html.haml - app/views/dashboard/_groups.html.haml - app/views/dashboard/_messages.html.haml - app/views/dashboard/_profile.html.haml - app/views/dashboard/_welcome.html.haml - app/views/groups/_group.html.haml - app/views/groups/index.html.haml - app/views/groups/show.html.haml - app/views/memberships/_membership.html.haml - app/views/messages/preview.html.haml - app/views/messages/show.html.haml - app/views/password_resets/create.html.haml - app/views/password_resets/edit.html.haml - app/views/password_resets/new.html.haml - app/views/reader_activations/_activation_required.haml - app/views/reader_activations/show.html.haml - app/views/reader_notifier/message.html.haml - app/views/reader_sessions/_login_form.html.haml - app/views/reader_sessions/new.html.haml - app/views/readers/_description.html.haml - app/views/readers/_directory.html.haml - app/views/readers/_links.html.haml - app/views/readers/_list.html.haml - app/views/readers/_memberships.html.haml - app/views/readers/_mugshot.html.haml - app/views/readers/_profile.html.haml - app/views/readers/_reader.html.haml - app/views/readers/index.html.haml - app/views/readers/show.html.haml - app/views/shared/_standard_reader_parts.html.haml - app/views/shared/not_allowed.html.haml - config/initializers/authlogic_connect_config.rb - config/initializers/formats.rb - config/initializers/radiant_config.rb - config/locales/en.yml - config/routes.rb - db/migrate/001_create_readers.rb - db/migrate/002_extend_sites.rb - db/migrate/003_reader_honorifics.rb - db/migrate/004_user_readers.rb - db/migrate/005_last_login.rb - db/migrate/007_adapt_for_authlogic.rb - db/migrate/20090921125653_reader_messages.rb - db/migrate/20090921125654_group_messages.rb - db/migrate/20090924164413_functional_messages.rb - db/migrate/20090925081225_standard_messages.rb - db/migrate/20091006102438_message_visibility.rb - db/migrate/20091010083503_registration_config.rb - db/migrate/20091019124021_message_functions.rb - db/migrate/20091020133533_forenames.rb - db/migrate/20091020135152_contacts.rb - db/migrate/20091111090819_ensure_functional_messages_visible.rb - db/migrate/20091119092936_messages_have_layout.rb - db/migrate/20091120083119_groups_public.rb - db/migrate/20101019094714_message_sent_date.rb - db/migrate/20110214101339_multiple_ownership.rb - db/migrate/20110707101339_group_slugs.rb - db/migrate/20110711150605_snail_addresses.rb - db/migrate/20110712081159_directory_permissions.rb - db/migrate/20110712141134_name_parts.rb - db/migrate/20110728112254_current_login_at.rb - db/migrate/20110812111934_groups_nested_set.rb - db/migrate/20110814070858_message_has_many_groups.rb - db/migrate/20110905194602_group_ancestry.rb - db/migrate/20110908194602_membership_attributes.rb - db/migrate/20111013134949_sort_out_names.rb - db/migrate/20111013203306_remove_login.rb - db/migrate/20111122115514_date_of_birth.rb - db/migrate/20111122173717_deactivation.rb - lib/controller_extensions.rb - lib/group_tags.rb - lib/grouped_model.rb - lib/grouped_page.rb - lib/grouped_rails_page.rb - lib/message_tags.rb - lib/radiant-reader-extension.rb - lib/reader_admin_ui.rb - lib/reader_site.rb - lib/reader_tags.rb - lib/reader_user.rb - lib/rfc822.rb - lib/sanitize/config/generous.rb - lib/site_controller_extensions.rb - lib/tasks/reader_extension_tasks.rake - public/images/admin/chk_off.png - public/images/admin/chk_on.png - public/images/admin/delta.png - public/images/furniture/csv.png - public/images/furniture/csv_tiny.png - public/images/furniture/no_gravatar.png - public/images/furniture/vcard-16x16.png - public/images/furniture/vcard-24x24.png - public/images/furniture/vcard-32x32.png - public/images/furniture/vcard-48x48.png - public/images/furniture/vcard_tiny.png - public/images/furniture/vcards.png - public/javascripts/admin/reader.js - public/javascripts/reader.js - public/stylesheets/sass/admin/reader.sass - public/stylesheets/sass/admin/reader_group.sass - public/stylesheets/sass/reader.sass - radiant-reader-extension-3.0.37.gem - radiant-reader-extension-3.0.38.gem - radiant-reader-extension.gemspec - Rakefile - reader_extension.rb - README.md - spec/controllers/accounts_controller_spec.rb - spec/controllers/admin/messages_controller_spec.rb - spec/controllers/admin/readers_controller_spec.rb - spec/controllers/groups_controller_spec.rb - spec/controllers/password_resets_controller_spec.rb - spec/controllers/reader_activations_controller_spec.rb - spec/controllers/site_controller_spec.rb - spec/datasets/readers_dataset.rb - spec/lib/reader_admin_ui_spec.rb - spec/lib/reader_site_spec.rb - spec/lib/reader_tags_spec.rb - spec/lib/reader_user_spec.rb - spec/matchers/reader_login_system_matcher.rb - spec/models/group_spec.rb - spec/models/message_spec.rb - spec/models/page_spec.rb - spec/models/reader_notifier_spec.rb - spec/models/reader_page_spec.rb - spec/models/reader_spec.rb - spec/spec.opts - spec/spec_helper.rb homepage: http://radiant.spanner.org/reader licenses: [] post_install_message: "\n Add this to your radiant project with a line in your Gemfile:\n\n gem 'radiant-reader-extension', '~> 3.0.38'\n\n and if you haven't already, remember to enable ActionMailer in your\n project's config/environment.rb.\n " rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.8.10 signing_key: specification_version: 3 summary: Reader/viewer/visitor registration, login and access-control for Radiant CMS test_files: - spec/controllers/accounts_controller_spec.rb - spec/controllers/admin/messages_controller_spec.rb - spec/controllers/admin/readers_controller_spec.rb - spec/controllers/groups_controller_spec.rb - spec/controllers/password_resets_controller_spec.rb - spec/controllers/reader_activations_controller_spec.rb - spec/controllers/site_controller_spec.rb - spec/datasets/readers_dataset.rb - spec/lib/reader_admin_ui_spec.rb - spec/lib/reader_site_spec.rb - spec/lib/reader_tags_spec.rb - spec/lib/reader_user_spec.rb - spec/matchers/reader_login_system_matcher.rb - spec/models/group_spec.rb - spec/models/message_spec.rb - spec/models/page_spec.rb - spec/models/reader_notifier_spec.rb - spec/models/reader_page_spec.rb - spec/models/reader_spec.rb - spec/spec.opts - spec/spec_helper.rb