--- !ruby/object:Gem::Specification rubygems_version: 0.9.4 specification_version: 1 name: has_roles version: !ruby/object:Gem::Version version: 0.0.2 date: 2007-09-26 00:00:00 -04:00 summary: Provides simple role management based on controllers/actions require_paths: - lib email: info@pluginaweek.org homepage: http://www.pluginaweek.org rubyforge_project: description: autorequire: has_roles default_executable: bindir: bin has_rdoc: true required_ruby_version: !ruby/object:Gem::Version::Requirement requirements: - - ">" - !ruby/object:Gem::Version version: 0.0.0 version: platform: ruby signing_key: cert_chain: post_install_message: authors: - Aaron Pfeifer, Neil Abraham files: - app/models - app/models/role.rb - app/models/controller.rb - app/models/role_assignment.rb - app/models/permission.rb - db/migrate - db/migrate/003_create_roles.rb - db/migrate/004_create_permissions_roles.rb - db/migrate/001_create_controllers.rb - db/migrate/005_create_role_assignments.rb - db/migrate/002_create_permissions.rb - lib/has_roles.rb - lib/has_roles - lib/has_roles/authorization_helper.rb - test/test_helper.rb - test/fixtures - test/app_root - test/unit - test/fixtures/controllers.yml - test/fixtures/users.yml - test/fixtures/role_assignments.yml - test/fixtures/permissions.yml - test/fixtures/permissions_roles.yml - test/fixtures/roles.yml - test/app_root/config - test/app_root/app - test/app_root/db - test/app_root/config/routes.rb - test/app_root/config/environment.rb - test/app_root/app/models - test/app_root/app/controllers - test/app_root/app/models/user.rb - test/app_root/app/controllers/payment - test/app_root/app/controllers/users_controller.rb - test/app_root/app/controllers/admin - test/app_root/app/controllers/home_controller.rb - test/app_root/app/controllers/payment/pay_pal - test/app_root/app/controllers/payment/transactions_controller.rb - test/app_root/app/controllers/payment/pay_pal/transactions_controller.rb - test/app_root/app/controllers/admin/users_controller.rb - test/app_root/db/migrate - test/app_root/db/migrate/001_create_users.rb - test/unit/role_test.rb - test/unit/permission_test.rb - test/unit/role_assignment_test.rb - test/unit/has_roles_test.rb - test/unit/controller_test.rb - test/unit/authorization_helper_test.rb - CHANGELOG - init.rb - MIT-LICENSE - Rakefile - README test_files: - test/unit/role_test.rb - test/unit/permission_test.rb - test/unit/role_assignment_test.rb - test/unit/has_roles_test.rb - test/unit/controller_test.rb - test/unit/authorization_helper_test.rb rdoc_options: [] extra_rdoc_files: [] executables: [] extensions: [] requirements: [] dependencies: []