--- !ruby/object:Gem::Specification name: Chrononaut-aegis version: !ruby/object:Gem::Version version: 1.2.0 platform: ruby authors: - Henning Koch autorequire: bindir: bin cert_chain: [] date: 2009-07-09 00:00:00 -07:00 default_executable: dependencies: [] description: Aegis is a role-based permission system, where all users are given a role. It is possible to define detailed and complex permissions for each role very easily. email: github@makandra.de executables: [] extensions: [] extra_rdoc_files: - README.rdoc files: - .gitignore - MIT-LICENSE - README.rdoc - Rakefile - VERSION - aegis.gemspec - init.rb - lib/aegis.rb - lib/aegis/constants.rb - lib/aegis/has_role.rb - lib/aegis/normalization.rb - lib/aegis/permission_error.rb - lib/aegis/permission_evaluator.rb - lib/aegis/permissions.rb - lib/aegis/role.rb - lib/rails/active_record.rb - test/app_root/app/controllers/application_controller.rb - test/app_root/app/models/permissions.rb - test/app_root/app/models/soldier.rb - test/app_root/app/models/user.rb - test/app_root/config/boot.rb - test/app_root/config/database.yml - test/app_root/config/environment.rb - test/app_root/config/environments/in_memory.rb - test/app_root/config/environments/mysql.rb - test/app_root/config/environments/postgresql.rb - test/app_root/config/environments/sqlite.rb - test/app_root/config/environments/sqlite3.rb - test/app_root/config/routes.rb - test/app_root/db/migrate/20090408115228_create_users.rb - test/app_root/db/migrate/20090429075648_create_soldiers.rb - test/app_root/lib/console_with_fixtures.rb - test/app_root/log/.gitignore - test/app_root/script/console - test/has_role_options_test.rb - test/has_role_test.rb - test/permissions_test.rb - test/test_helper.rb - test/validation_test.rb has_rdoc: false homepage: http://github.com/makandra/aegis post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: rubygems_version: 1.2.0 signing_key: specification_version: 3 summary: Role-based permissions for your user models. test_files: - test/app_root/app/controllers/application_controller.rb - test/app_root/app/models/permissions.rb - test/app_root/app/models/soldier.rb - test/app_root/app/models/user.rb - test/app_root/config/boot.rb - test/app_root/config/environment.rb - test/app_root/config/environments/in_memory.rb - test/app_root/config/environments/mysql.rb - test/app_root/config/environments/postgresql.rb - test/app_root/config/environments/sqlite.rb - test/app_root/config/environments/sqlite3.rb - test/app_root/config/routes.rb - test/app_root/db/migrate/20090408115228_create_users.rb - test/app_root/db/migrate/20090429075648_create_soldiers.rb - test/app_root/lib/console_with_fixtures.rb - test/has_role_options_test.rb - test/has_role_test.rb - test/permissions_test.rb - test/test_helper.rb - test/validation_test.rb